Add revert permission for all registered users
authorGerrit Code Review <gerrit@opnfv.org>
Tue, 8 Sep 2020 18:06:53 +0000 (18:06 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 8 Sep 2020 18:06:53 +0000 (18:06 +0000)
project.config

index 651166e..246f4ff 100644 (file)
@@ -1,15 +1,9 @@
 [project]
        description = Access inherited by all other projects.
-[capability]
-       administrateServer = group Administrators
-       streamEvents = group Non-Interactive Users
-       accessDatabase = group Administrators
-       emailReviewers = block group Non-Interactive Users
-       createGroup = group Registered Users
-       viewConnections = group Non-Interactive Users
 [access "refs/*"]
        read = group Anonymous Users
        read = group Registered Users
+       revert = group Registered Users
 [access "refs/meta/config"]
        read = group Project Owners
        push = group Administrators
        createNewChangeForAllNotInTarget = false
 [submit]
        mergeContent = true
-[contributor-agreement "Individual CLA (ICLA) - OPNFV"]
-       description = ICLA for Linux Foundation
-       agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/individual/agreementUrl.html
-       accepted = group CLA Accepted - Individual
-[contributor-agreement "Corporate CLA (CCLA) - OPNFV"]
-       description = CCLA for Linux Foundation
-       agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/corporate/agreementUrl.html
-       accepted = group CLA Accepted - Corporate
 [access "refs/heads/*"]
        label-Verified = -1..+1 group Non-Interactive Users
        label-Verified = -1..+1 group Project Owners
        createSignedTag = group Administrators
        createSignedTag = group Automation Users
        createSignedTag = group Project Owners
-[commentlink "its-jira"]
-        match = (JIRA:\\s*)(.*[A-Z]-[0-9]*)
-        link = https://jira.opnfv.org/browse/$2
-       association = SUGGESTED
 [access "refs/for/*"]
        addPatchSet = group Registered Users
        addPatchSet = group Registered Users
        addPatchSet = group Registered Users
 [allowSuperproject "opnfvdocs"]
        all = refs/heads/*:refs/heads/*
+[contributor-agreement "Corporate CLA (CCLA) - OPNFV"]
+       description = CCLA for Linux Foundation
+       agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/corporate/agreementUrl.html
+       accepted = group CLA Accepted - Corporate
+[contributor-agreement "Individual CLA (ICLA) - OPNFV"]
+       description = ICLA for Linux Foundation
+       agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/individual/agreementUrl.html
+       accepted = group CLA Accepted - Individual
+[capability]
+       accessDatabase = group Administrators
+       administrateServer = group Administrators
+       createGroup = group Registered Users
+       emailReviewers = block group Non-Interactive Users
+       streamEvents = group Non-Interactive Users
+       viewConnections = group Non-Interactive Users
 [plugin "its-jira"]
        branch = refs/heads/*
        enabled = true
+[commentlink "its-jira"]
+       match = (JIRA:\\s*)(.*[A-Z]-[0-9]*)
+       link = https://jira.opnfv.org/browse/$2