From a7af187768dd7d449db3ae78d0f66dc1af422eaa Mon Sep 17 00:00:00 2001 From: Alexander Kanevskiy Date: Fri, 30 Aug 2013 18:21:11 +0300 Subject: [PATCH] Domain Testing ACLs --- project.config | 79 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 72 insertions(+), 7 deletions(-) diff --git a/project.config b/project.config index 1328326..97a5688 100644 --- a/project.config +++ b/project.config @@ -1,10 +1,75 @@ -[access] - inheritFrom = scm/acls/domains [project] state = active +[access] + inheritFrom = scm/acls/domains [access "refs/heads/*"] - read = group Registered Users - read = group Testing - Architects - read = group Testing - Integrators - read = group Testing - Maintainers - read = group Testing - Reviewers + owner = group Testing - Architects + abandon = group Testing - Architects + abandon = group Testing - Integrators + abandon = group Testing - Maintainers + create = group Testing - Architects + create = group Testing - Integrators + create = group Testing - Maintainers + forgeAuthor = group Testing - Architects + forgeAuthor = group Testing - Integrators + forgeAuthor = group Testing - Maintainers + forgeCommitter = group Testing - Architects + forgeCommitter = group Testing - Integrators + forgeCommitter = group Testing - Maintainers + push = +force group Testing - Architects + push = group Testing - Integrators + push = +force group Testing - Maintainers + pushMerge = group Testing - Architects + pushMerge = group Testing - Integrators + pushMerge = group Testing - Maintainers + label-Code-Review = -2..+2 group Testing - Architects + label-Code-Review = -2..+2 group Testing - Integrators + label-Code-Review = -2..+2 group Testing - Maintainers + label-Code-Review = -2..+2 group Testing - Reviewers + label-Code-Review = -1..+1 group Registered Users + label-Verified = -1..+1 group Testing - Architects + label-Verified = -1..+1 group Testing - Integrators + label-Verified = -1..+1 group Testing - Maintainers + label-Verified = -1..+1 group Testing - Reviewers + rebase = group Testing - Architects + rebase = group Testing - Integrators + rebase = group Testing - Maintainers + removeReviewer = group Testing - Architects + removeReviewer = group Testing - Integrators + removeReviewer = group Testing - Maintainers + removeReviewer = group Testing - Reviewers + submit = group Testing - Architects + submit = group Testing - Integrators + submit = group Testing - Maintainers + editTopicName = +force group Testing - Architects + editTopicName = +force group Testing - Integrators + editTopicName = +force group Testing - Maintainers + deleteDrafts = group Testing - Architects + deleteDrafts = group Testing - Integrators + deleteDrafts = group Testing - Maintainers + publishDrafts = group Testing - Architects + publishDrafts = group Testing - Integrators + publishDrafts = group Testing - Maintainers + publishDrafts = group Testing - Reviewers + viewDrafts = group Testing - Architects + viewDrafts = group Testing - Integrators + viewDrafts = group Testing - Maintainers + viewDrafts = group Testing - Reviewers +[access "refs/tags/*"] + create = group Testing - Architects + create = group Testing - Integrators + create = group Testing - Maintainers + forgeAuthor = group Testing - Architects + forgeAuthor = group Testing - Integrators + forgeAuthor = group Testing - Maintainers + forgeCommitter = group Testing - Architects + forgeCommitter = group Testing - Integrators + forgeCommitter = group Testing - Maintainers + pushTag = +force group Testing - Architects + pushTag = group Testing - Integrators + pushTag = +force group Testing - Maintainers + pushSignedTag = group Testing - Architects + pushSignedTag = group Testing - Integrators + pushSignedTag = group Testing - Maintainers + push = +force group Testing - Architects + push = +force group Testing - Maintainers -- 2.34.1