Allow core reviewers to abandon and unabandon
A much awaited feature, this patch is the outcome of running: find modules/openstack_project/files/gerrit/acls/ \ doc/source/stackforge.rst -type f -exec sed -i -e \ 's/^\(.* \)label-Workflow .*\(group .*\)$/\0\n\1abandon = \2/' \ -e 's/.*exclusiveGroup.*Workflow.*/\0 abandon/' \ {} \; Change-Id: I217a8689528d14c9143de5656db01549f263c3b4 Closes-Bug: #1248794
This commit is contained in:
parent
6f56a19400
commit
c7d3ed2933
@ -76,6 +76,7 @@ and make it look like::
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group project-name-core
|
||||
label-Workflow = -1..+1 group project-name-core
|
||||
abandon = group project-name-core
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group project-name-ptl
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group bash8-core
|
||||
label-Workflow = -1..+1 group bash8-core
|
||||
abandon = group bash8-core
|
||||
[access "refs/tags/*"]
|
||||
create = group bash8-ptl
|
||||
pushSignedTag = group bash8-ptl
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group cookiecutter-core
|
||||
abandon = group cookiecutter-core
|
||||
label-Code-Review = -2..+2 group cookiecutter-core
|
||||
[access "refs/tags/*"]
|
||||
create = group cookiecutter-core
|
||||
|
@ -1,11 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group devstack-core
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
abandon = group devstack-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group devstack-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
abandon = group devstack-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,11 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group grenade-core
|
||||
label-Workflow = -1..+1 group grenade-core
|
||||
abandon = group grenade-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group grenade-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group grenade-core
|
||||
abandon = group grenade-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -2,6 +2,7 @@
|
||||
create = group hacking-ptl
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group hacking-core
|
||||
abandon = group hacking-core
|
||||
label-Code-Review = -2..+2 group hacking-core
|
||||
[access "refs/tags/*"]
|
||||
create = group hacking-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Workflow = -1..+1 group heat-core
|
||||
abandon = group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Workflow = -1..+1 group heat-milestone
|
||||
abandon = group heat-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-ptl
|
||||
pushSignedTag = group heat-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-nose-core
|
||||
label-Workflow = -1..+1 group openstack-nose-core
|
||||
abandon = group openstack-nose-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group openstack-nose-milestone
|
||||
label-Workflow = -1..+1 group openstack-nose-milestone
|
||||
abandon = group openstack-nose-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-qa-core
|
||||
label-Workflow = -1..+1 group openstack-qa-core
|
||||
abandon = group openstack-qa-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group oslo-core
|
||||
abandon = group oslo-core
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-core
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group pbr-core
|
||||
abandon = group pbr-core
|
||||
label-Code-Review = -2..+2 group pbr-core
|
||||
[access "refs/tags/*"]
|
||||
create = group pbr-core
|
||||
|
@ -2,10 +2,12 @@
|
||||
label-Verified = -1..+1 group Third-Party CI
|
||||
label-Code-Review = -2..+2 group Registered Users
|
||||
label-Workflow = -1..+1 group Registered Users
|
||||
abandon = group Registered Users
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Verified = -1..+1 group Third-Party CI
|
||||
label-Code-Review = -2..+2 group Registered Users
|
||||
label-Workflow = -1..+1 group Registered Users
|
||||
abandon = group Registered Users
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group openstack-ci-core
|
||||
[receive]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group cookiecutter-core
|
||||
abandon = group cookiecutter-core
|
||||
label-Code-Review = -2..+2 group cookiecutter-core
|
||||
[access "refs/tags/*"]
|
||||
create = group cookiecutter-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group activity-board-core
|
||||
label-Workflow = -1..+1 group activity-board-core
|
||||
abandon = group activity-board-core
|
||||
[access "refs/tags/*"]
|
||||
create = group activity-board-core
|
||||
pushSignedTag = group activity-board-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group askbot-theme-core
|
||||
label-Workflow = -1..+1 group askbot-theme-core
|
||||
abandon = group askbot-theme-core
|
||||
[access "refs/tags/*"]
|
||||
create = group askbot-theme-core
|
||||
pushSignedTag = group askbot-theme-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushSignedTag = group openstack-ci-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group devstack-gate-core
|
||||
label-Workflow = -1..+1 group devstack-gate-core
|
||||
abandon = group devstack-gate-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -2,6 +2,7 @@
|
||||
create = group elastic-recheck-ptl
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group elastic-recheck-core
|
||||
abandon = group elastic-recheck-core
|
||||
label-Code-Review = -2..+2 group elastic-recheck-core
|
||||
[access "refs/tags/*"]
|
||||
create = group elastic-recheck-ptl
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group gearman-plugin-core
|
||||
label-Workflow = -1..+1 group gearman-plugin-core
|
||||
abandon = group gearman-plugin-core
|
||||
[access "refs/tags/*"]
|
||||
create = group gearman-plugin-core
|
||||
pushSignedTag = group gearman-plugin-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group gerrit-powered-agenda-core
|
||||
label-Workflow = -1..+1 group gerrit-powered-agenda-core
|
||||
abandon = group gerrit-powered-agenda-core
|
||||
[access "refs/tags/*"]
|
||||
create = group gerrit-powered-agenda-ptl
|
||||
pushSignedTag = group gerrit-powered-agenda-ptl
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
[project]
|
||||
state = active
|
||||
|
@ -6,6 +6,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
forgeAuthor = group openstack-ci-admins
|
||||
[access "refs/heads/upstream/*"]
|
||||
push = group openstack-ci-core
|
||||
|
@ -3,6 +3,7 @@
|
||||
pushSignedTag = group openstack-ci-core
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
|
@ -4,6 +4,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group stats-core
|
||||
abandon = group stats-core
|
||||
label-Code-Review = -2..+2 group stats-core
|
||||
[access "refs/tags/*"]
|
||||
create = group stats-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group groups-static-pages-core
|
||||
label-Workflow = -1..+1 group groups-static-pages-core
|
||||
abandon = group groups-static-pages-core
|
||||
[access "refs/tags/*"]
|
||||
create = group groups-static-pages-ptl
|
||||
pushSignedTag = group groups-static-pages-ptl
|
||||
|
@ -3,6 +3,7 @@
|
||||
pushSignedTag = group groups-core
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group groups-core
|
||||
abandon = group groups-core
|
||||
label-Code-Review = -2..+2 group groups-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group infra-manual-core
|
||||
label-Workflow = -1..+1 group infra-manual-core
|
||||
abandon = group infra-manual-core
|
||||
[access "refs/tags/*"]
|
||||
create = group infra-manual-ptl
|
||||
pushSignedTag = group infra-manual-ptl
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group jenkins-job-builder-core
|
||||
abandon = group jenkins-job-builder-core
|
||||
label-Code-Review = -2..+2 group jenkins-job-builder-core
|
||||
[access "refs/tags/*"]
|
||||
create = group jenkins-job-builder-ptl
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -4,6 +4,7 @@
|
||||
[access "refs/heads/*"]
|
||||
forgeAuthor = group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushSignedTag = group openstack-ci-core
|
||||
|
@ -4,6 +4,7 @@
|
||||
[access "refs/heads/*"]
|
||||
forgeAuthor = group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group odsreg-core
|
||||
label-Workflow = -1..+1 group odsreg-core
|
||||
abandon = group odsreg-core
|
||||
[access "refs/tags/*"]
|
||||
create = group odsreg-core
|
||||
pushSignedTag = group odsreg-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstackid-core
|
||||
label-Workflow = -1..+1 group openstackid-core
|
||||
abandon = group openstackid-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstackid-ptl
|
||||
pushSignedTag = group openstackid-ptl
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-loganalyze-core
|
||||
label-Workflow = -1..+1 group os-loganalyze-core
|
||||
abandon = group os-loganalyze-core
|
||||
[access "refs/tags/*"]
|
||||
create = group os-loganalyze-core
|
||||
pushSignedTag = group os-loganalyze-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-admins
|
||||
pushSignedTag = group openstack-ci-admins
|
||||
|
@ -1,8 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[access "refs/meta/config"]
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Verified = -2..+2 group openstack-ci-admins
|
||||
submit = group openstack-ci-admins
|
||||
|
@ -1,8 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[access "refs/meta/config"]
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Verified = -2..+2 group openstack-ci-admins
|
||||
submit = group openstack-ci-admins
|
||||
|
@ -1,8 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
[access "refs/meta/config"]
|
||||
label-Workflow = -1..+1 group openstack-ci-admins
|
||||
abandon = group openstack-ci-admins
|
||||
label-Code-Review = -2..+2 group openstack-ci-admins
|
||||
label-Verified = -2..+2 group openstack-ci-admins
|
||||
submit = group openstack-ci-admins
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group release-tools-core
|
||||
label-Workflow = -1..+1 group release-tools-core
|
||||
abandon = group release-tools-core
|
||||
[access "refs/tags/*"]
|
||||
create = group release-tools-core
|
||||
pushSignedTag = group release-tools-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group releasestatus-core
|
||||
label-Workflow = -1..+1 group releasestatus-core
|
||||
abandon = group releasestatus-core
|
||||
[access "refs/tags/*"]
|
||||
create = group releasestatus-core
|
||||
pushSignedTag = group releasestatus-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-reviewday
|
||||
label-Workflow = -1..+1 group openstack-reviewday
|
||||
abandon = group openstack-reviewday
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-reviewday
|
||||
pushSignedTag = group openstack-reviewday
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group stats-core
|
||||
abandon = group stats-core
|
||||
label-Code-Review = -2..+2 group stats-core
|
||||
[access "refs/tags/*"]
|
||||
create = group stats-core
|
||||
|
@ -3,6 +3,7 @@
|
||||
pushSignedTag = group openstack-ci-core
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -3,6 +3,7 @@
|
||||
pushSignedTag = group storyboard-core
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group storyboard-core
|
||||
abandon = group storyboard-core
|
||||
label-Code-Review = -2..+2 group storyboard-core
|
||||
[project]
|
||||
state = active
|
||||
|
@ -6,6 +6,8 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group toci-core
|
||||
label-Workflow = -1..+1 group toci-core
|
||||
abandon = group toci-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group toci-core
|
||||
label-Workflow = -1..+1 group toci-core
|
||||
abandon = group toci-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushSignedTag = group openstack-ci-core
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-infra-packagers
|
||||
label-Workflow = -1..+1 group openstack-infra-packagers
|
||||
abandon = group openstack-infra-packagers
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-infra-packagers
|
||||
pushSignedTag = group openstack-infra-packagers
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Workflow = -1..+1 group openstack-ci-core
|
||||
abandon = group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushSignedTag = group openstack-ci-core
|
||||
|
@ -1,11 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Workflow = -1..+1 group ceilometer-core
|
||||
abandon = group ceilometer-core
|
||||
label-Code-Review = -2..+2 group ceilometer-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group ceilometer-milestone
|
||||
label-Workflow = -1..+1 group ceilometer-milestone
|
||||
abandon = group ceilometer-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group cinder-core
|
||||
label-Workflow = -1..+1 group cinder-core
|
||||
abandon = group cinder-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group cinder-milestone
|
||||
label-Workflow = -1..+1 group cinder-milestone
|
||||
abandon = group cinder-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group cliff-core
|
||||
label-Workflow = -1..+1 group cliff-core
|
||||
abandon = group cliff-core
|
||||
[access "refs/tags/*"]
|
||||
create = group cliff-ptl
|
||||
pushSignedTag = group cliff-ptl
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group nova-core
|
||||
label-Workflow = -1..+1 group nova-core
|
||||
abandon = group nova-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,6 +5,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group trove-core
|
||||
label-Workflow = -1..+1 group trove-core
|
||||
abandon = group trove-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -6,6 +6,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group diskimage-builder-core
|
||||
label-Workflow = -1..+1 group diskimage-builder-core
|
||||
abandon = group diskimage-builder-core
|
||||
[access "refs/tags/*"]
|
||||
create = group tripleo-ptl
|
||||
pushSignedTag = group tripleo-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group horizon-core
|
||||
label-Workflow = -1..+1 group horizon-core
|
||||
abandon = group horizon-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group horizon-milestone
|
||||
label-Workflow = -1..+1 group horizon-milestone
|
||||
abandon = group horizon-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group horizon-ptl
|
||||
pushSignedTag = group horizon-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group gantt-core
|
||||
label-Workflow = -1..+1 group gantt-core
|
||||
abandon = group gantt-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group gantt-milestone
|
||||
label-Workflow = -1..+1 group gantt-milestone
|
||||
abandon = group gantt-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
abandon = group glance-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group glance-milestone
|
||||
label-Workflow = -1..+1 group glance-milestone
|
||||
abandon = group glance-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,8 +1,9 @@
|
||||
[access "refs/heads/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -1..+1 group tech-committee
|
||||
label-Code-Review = -1..+2 group tech-committee-chair
|
||||
label-Workflow = -1..+1 group tech-committee-chair
|
||||
abandon = group tech-committee-chair
|
||||
[access "refs/tags/*"]
|
||||
create = group tech-committee-chair
|
||||
pushSignedTag = group tech-committee-chair
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Workflow = -1..+1 group heat-core
|
||||
abandon = group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Workflow = -1..+1 group heat-milestone
|
||||
abandon = group heat-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-ptl
|
||||
pushSignedTag = group heat-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Workflow = -1..+1 group heat-core
|
||||
abandon = group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Workflow = -1..+1 group heat-milestone
|
||||
abandon = group heat-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Workflow = -1..+1 group heat-core
|
||||
abandon = group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Workflow = -1..+1 group heat-milestone
|
||||
abandon = group heat-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group horizon-core
|
||||
label-Workflow = -1..+1 group horizon-core
|
||||
abandon = group horizon-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group horizon-milestone
|
||||
label-Workflow = -1..+1 group horizon-milestone
|
||||
abandon = group horizon-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group keystone-core
|
||||
label-Workflow = -1..+1 group keystone-core
|
||||
abandon = group keystone-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
abandon = group glance-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group ironic-python-agent-core
|
||||
label-Workflow = -1..+1 group ironic-python-agent-core
|
||||
abandon = group ironic-python-agent-core
|
||||
[access "refs/tags/*"]
|
||||
create = group ironic-ptl
|
||||
pushSignedTag = group ironic-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group ironic-core
|
||||
label-Workflow = -1..+1 group ironic-core
|
||||
abandon = group ironic-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group ironic-milestone
|
||||
label-Workflow = -1..+1 group ironic-milestone
|
||||
abandon = group ironic-milestone
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -3,9 +3,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group keystone-core
|
||||
label-Workflow = -1..+1 group keystone-core
|
||||
abandon = group keystone-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group keystone-milestone
|
||||
label-Workflow = -1..+1 group keystone-milestone
|
||||
abandon = group keystone-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group marconi-core
|
||||
label-Workflow = -1..+1 group marconi-core
|
||||
abandon = group marconi-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group neutron-core
|
||||
label-Workflow = -1..+1 group neutron-core
|
||||
abandon = group neutron-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group neutron-specs-core
|
||||
label-Workflow = -1..+1 group neutron-specs-core
|
||||
abandon = group neutron-specs-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group neutron-core
|
||||
label-Workflow = -1..+1 group neutron-core
|
||||
abandon = group neutron-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group neutron-milestone
|
||||
label-Workflow = -1..+1 group neutron-milestone
|
||||
abandon = group neutron-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group nova-specs-core
|
||||
label-Workflow = -1..+1 group nova-specs-core
|
||||
abandon = group nova-specs-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group nova-core
|
||||
label-Workflow = -1..+1 group nova-core
|
||||
abandon = group nova-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group nova-milestone
|
||||
label-Workflow = -1..+1 group nova-milestone
|
||||
abandon = group nova-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -3,6 +3,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group swift-core
|
||||
label-Workflow = -1..+1 group swift-core
|
||||
abandon = group swift-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-deploy-core
|
||||
label-Workflow = -1..+1 group openstack-deploy-core
|
||||
abandon = group openstack-deploy-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,17 +1,20 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-doc-ptl
|
||||
pushSignedTag = group openstack-doc-ptl
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,11 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-planet-core
|
||||
label-Workflow = -1..+1 group openstack-planet-core
|
||||
abandon = group openstack-planet-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-deploy-core
|
||||
label-Workflow = -1..+1 group openstack-deploy-core
|
||||
abandon = group openstack-deploy-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-security-notes-core
|
||||
label-Workflow = -1..+1 group openstack-security-notes-core
|
||||
abandon = group openstack-security-notes-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -2,14 +2,16 @@
|
||||
exclsiveGroupPermissions = Push
|
||||
push = group Release Managers
|
||||
[access "refs/heads/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group Release Managers
|
||||
label-Workflow = -1..+1 group Release Managers
|
||||
abandon = group Release Managers
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group Release Managers
|
||||
label-Workflow = -1..+1 group Release Managers
|
||||
abandon = group Release Managers
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
[project]
|
||||
state = active
|
||||
|
@ -3,11 +3,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group openstack-doc-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group openstack-doc-core
|
||||
abandon = group openstack-doc-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -8,6 +8,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Workflow = -1..+1 group os-apply-config-core
|
||||
abandon = group os-apply-config-core
|
||||
[access "refs/tags/*"]
|
||||
create = group tripleo-ptl
|
||||
pushSignedTag = group tripleo-ptl
|
||||
|
@ -8,6 +8,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Workflow = -1..+1 group os-apply-config-core
|
||||
abandon = group os-apply-config-core
|
||||
[access "refs/tags/*"]
|
||||
create = group tripleo-ptl
|
||||
pushSignedTag = group tripleo-ptl
|
||||
|
@ -8,6 +8,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Workflow = -1..+1 group os-apply-config-core
|
||||
abandon = group os-apply-config-core
|
||||
[access "refs/tags/*"]
|
||||
create = group tripleo-ptl
|
||||
pushSignedTag = group tripleo-ptl
|
||||
|
@ -8,6 +8,7 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group os-apply-config-core
|
||||
label-Workflow = -1..+1 group os-apply-config-core
|
||||
abandon = group os-apply-config-core
|
||||
[access "refs/tags/*"]
|
||||
create = group tripleo-ptl
|
||||
pushSignedTag = group tripleo-ptl
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Workflow = -1..+1 group oslo-core
|
||||
abandon = group oslo-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
abandon = group oslo-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Workflow = -1..+1 group oslo-core
|
||||
abandon = group oslo-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
abandon = group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-core
|
||||
pushSignedTag = group oslo-core
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-db-core
|
||||
label-Workflow = -1..+1 group oslo-db-core
|
||||
abandon = group oslo-db-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
abandon = group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-db-core
|
||||
pushSignedTag = group oslo-db-core
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-i18n-core
|
||||
label-Workflow = -1..+1 group oslo-i18n-core
|
||||
abandon = group oslo-i18n-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
abandon = group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-milestone
|
||||
pushSignedTag = group oslo-milestone
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-messaging-core
|
||||
label-Workflow = -1..+1 group oslo-messaging-core
|
||||
abandon = group oslo-messaging-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
abandon = group oslo-milestone
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -1,9 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-rootwrap-core
|
||||
label-Workflow = -1..+1 group oslo-rootwrap-core
|
||||
abandon = group oslo-rootwrap-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-rootwrap-milestone
|
||||
label-Workflow = -1..+1 group oslo-rootwrap-milestone
|
||||
abandon = group oslo-rootwrap-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-rootwrap-core
|
||||
pushSignedTag = group oslo-rootwrap-core
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user