Minor updates to docs dash

Add a 'small patches' section, which highlights easy reviews, and rename
the file to make it more discoverable.

Change-Id: I350ce89098e839fd8b25de926141a58d86525d6e
This commit is contained in:
Stephen Finucane 2018-01-04 10:34:18 +00:00
parent 802a7c9bea
commit 7f6666ce49
1 changed files with 10 additions and 7 deletions

View File

@ -15,20 +15,17 @@ foreach = ( project:openstack/openstack-manuals OR
label:Verified>=1,zuul
NOT reviewedby:self
[section "Needs feedback (Changes older than 5 days that have not been reviewed by anyone)"]
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d
[section "Specs"]
query = project:openstack/docs-specs status:open
[section "Small patches"]
query = (project:openstack/openstack-manuals OR project:openstack/api-site OR project:openstack/security-doc OR project:openstack/training-guides OR project:openstack/openstack-doc-tools OR project:openstack/whereto OR project:openstack/openstackdocstheme) NOT label:Code-Review>=2,self NOT label:Code-Review<=-1,openstack-doc-core NOT message:"DNM" delta:<=10
[section "API Site Docs"]
query = (project:openstack/api-site) status:open
[section "Ops/Admin Docs"]
query = (project:openstack/openstack-manuals OR project:openstack/security-doc) status:open
query = (project:openstack/openstack-manuals OR project:openstack/security-doc) status:open
[section "Training"]
query = project:openstack/training-guides
query = project:openstack/training-guides status:open
[section "Doc Tools"]
query = (project:openstack/openstack-doc-tools OR project:openstack/whereto OR project:openstack/openstackdocstheme) status:open
@ -41,3 +38,9 @@ query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50
[section "Wayward Changes (Changes with no code review in the last two days)"]
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d
[section "Needs revisit (You were a reviewer but haven't voted in the current revision)"]
query = reviewer:self limit:50
[section "Specs"]
query = project:openstack/docs-specs status:open