sphinx-feature-classification lib for features
Create a new repo to contain the frameworks for feature classification. So that all projects can use the frameworks for their own implementations. The Oslo cores should be the initial core reviewers. Change-Id: I914c23ba4298c91583bbb54de4bf3cfe092ef9e6 Needed-By: I5117c2f49860ce68b52035d95bd90684c6122924
This commit is contained in:
parent
06672bbd11
commit
bacf1408e8
19
gerrit/acls/openstack/sphinx-feature-classification.config
Normal file
19
gerrit/acls/openstack/sphinx-feature-classification.config
Normal file
@ -0,0 +1,19 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group oslo-core
|
||||
label-Code-Review = -2..+2 group oslo-core
|
||||
label-Workflow = -1..+1 group oslo-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group stable-maint-core
|
||||
label-Code-Review = -2..+2 group stable-maint-core
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group library-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -6542,6 +6542,11 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/solum.config
|
||||
- project: openstack/spanner
|
||||
description: Operation dashboard for OpenStack
|
||||
- project: openstack/sphinx-feature-classification
|
||||
groups:
|
||||
- oslo
|
||||
docimpact-group: oslo
|
||||
description: Common feature classification documentation frameworks
|
||||
- project: openstack/sqlalchemy-migrate
|
||||
description: Database schema migration for SQLAlchemy
|
||||
- project: openstack/stackalytics
|
||||
|
@ -1658,6 +1658,7 @@ openstack-oslo:
|
||||
- openstack/osprofiler
|
||||
- openstack/pycadf
|
||||
- openstack/pylockfile
|
||||
- openstack/sphinx-feature-classification
|
||||
- openstack/stevedore
|
||||
- openstack/taskflow
|
||||
- openstack/tooz
|
||||
|
@ -13961,6 +13961,12 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: sphinx-feature-classification
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: sqlalchemy-migrate
|
||||
|
||||
|
@ -17625,6 +17625,12 @@ projects:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: openstack/sphinx-feature-classification
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python35-jobs
|
||||
|
||||
- name: openstack/sqlalchemy-migrate
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user