5 Commits

Author SHA1 Message Date
Thierry Carrez
404ec57fb3 Change ACLs to apply on proposed/* branches
Change ACLs so that they would apply to proposed/* branches instead of
milestone-proposed branches, and adjust documentation to match.

NB: The top-level project.config should also be changed so that its ACLs
apply to proposed/* branches. It's apparently not driven by the config
repository.

Change-Id: Iad6991315b1d526026e0aeb0e968ed85dd317fac
2014-07-01 11:46:51 +02:00
Jeremy Stanley
c6ca7acc8d Strip/condense whitespace and sort Gerrit ACLs
This is the result of running:

    find modules/openstack_project/files/gerrit/acls/ -type f \
        -name "*.config" -exec ./tools/normalize_acl.py {} 1 \;

Change-Id: I15e64e41e94d4bea0ba2d1622962f7e204c67d4d
2014-06-30 17:23:16 +00:00
Jeremy Stanley
c7d3ed2933 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
2014-05-07 21:06:43 +00:00
Jeremy Stanley
2286f98974 update gerrit project configs to use new Workflow label
after upgrading gerrit to ver 2.8, review.o.o will have a new label
called 'Workflow' that combines approved and wip labels. The
workflow label will replace the workInProgress permission (from WIP
plugin). Updating the project gerrit configs with the new label and
removing workInProgress

Change-Id: I874ad3cf8552a2e5a914cf325bd11afcdf0d59ca
2014-04-28 16:07:18 +00:00
Devananda van der Veen
2b6a7ae4bc Add the Ironic project to Openstack org.
- add ironic
- add python-ironicclient
- basic tests for both
- notify in openstack-ironic

Change-Id: I3e54c89aef1ac6891588d0a8ad0220e9ba8dd63e
Reviewed-on: https://review.openstack.org/27912
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-05-14 22:00:40 +00:00