From 6678400512c9b6f44fcce4efa20da3d2094773a5 Mon Sep 17 00:00:00 2001 From: Alexander Kanevskiy Date: Tue, 3 Jun 2014 14:37:21 +0300 Subject: [PATCH] Subdomain permissions --- groups | 3 +++ project.config | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 groups diff --git a/groups b/groups new file mode 100644 index 0000000..2492d65 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +a0ccd3065ed9ccbd97a2fd4d75dcbe082086ac23 App Framework / Application Communication - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index 9025cee..8b34079 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_app_framework +[access "refs/heads/*"] + abandon = group App Framework / Application Communication - Subdomain + create = group App Framework / Application Communication - Subdomain + forgeAuthor = group App Framework / Application Communication - Subdomain + forgeCommitter = group App Framework / Application Communication - Subdomain + forgeServerAsCommitter = group App Framework / Application Communication - Subdomain + push = +force group App Framework / Application Communication - Subdomain + pushMerge = group App Framework / Application Communication - Subdomain + label-Code-Review = -2..+2 group App Framework / Application Communication - Subdomain + label-Verified = -1..+1 group App Framework / Application Communication - Subdomain + rebase = group App Framework / Application Communication - Subdomain + removeReviewer = group App Framework / Application Communication - Subdomain + submit = group App Framework / Application Communication - Subdomain + editTopicName = group App Framework / Application Communication - Subdomain + deleteDrafts = group App Framework / Application Communication - Subdomain + publishDrafts = group App Framework / Application Communication - Subdomain +[access "refs/tags/*"] + create = group App Framework / Application Communication - Subdomain + push = +force group App Framework / Application Communication - Subdomain + pushTag = +force group App Framework / Application Communication - Subdomain + pushSignedTag = group App Framework / Application Communication - Subdomain \ No newline at end of file -- 2.34.1