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:
Ankur Gupta 2017-04-02 11:36:20 -05:00 committed by Mike Perez
parent 06672bbd11
commit bacf1408e8
5 changed files with 37 additions and 0 deletions

View 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

View File

@ -6542,6 +6542,11 @@
acl-config: /home/gerrit2/acls/openstack/solum.config acl-config: /home/gerrit2/acls/openstack/solum.config
- project: openstack/spanner - project: openstack/spanner
description: Operation dashboard for OpenStack 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 - project: openstack/sqlalchemy-migrate
description: Database schema migration for SQLAlchemy description: Database schema migration for SQLAlchemy
- project: openstack/stackalytics - project: openstack/stackalytics

View File

@ -1658,6 +1658,7 @@ openstack-oslo:
- openstack/osprofiler - openstack/osprofiler
- openstack/pycadf - openstack/pycadf
- openstack/pylockfile - openstack/pylockfile
- openstack/sphinx-feature-classification
- openstack/stevedore - openstack/stevedore
- openstack/taskflow - openstack/taskflow
- openstack/tooz - openstack/tooz

View File

@ -13961,6 +13961,12 @@
jobs: jobs:
- python-jobs - python-jobs
- project:
name: sphinx-feature-classification
jobs:
- python-jobs
- project: - project:
name: sqlalchemy-migrate name: sqlalchemy-migrate

View File

@ -17625,6 +17625,12 @@ projects:
- name: merge-check - name: merge-check
- name: python-jobs - name: python-jobs
- name: openstack/sphinx-feature-classification
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: openstack/sqlalchemy-migrate - name: openstack/sqlalchemy-migrate
template: template:
- name: merge-check - name: merge-check