From: Gerrit Code Review Date: Tue, 8 Sep 2020 18:06:53 +0000 (+0000) Subject: Add revert permission for all registered users X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a57b72343a0cd023cc601b152daf645145107fe6;p=All-Projects.git Add revert permission for all registered users --- diff --git a/project.config b/project.config index 651166e..246f4ff 100644 --- a/project.config +++ b/project.config @@ -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 @@ -38,14 +32,6 @@ 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 @@ -81,16 +67,30 @@ 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