Merge "Adds a dashboard for all documentation program repos"
This commit is contained in:
commit
4d5e6aaabd
31
dashboards/doc-program.dash
Normal file
31
dashboards/doc-program.dash
Normal file
@ -0,0 +1,31 @@
|
||||
[dashboard]
|
||||
title = Ops/User Docs Review Inbox
|
||||
description = Review Inbox for OpenStack Documentation
|
||||
foreach = (project:openstack/openstack-manuals OR project:openstack/api-site OR project:openstack/object-api OR project:openstack/image-api OR project:openstack/identity-api OR project:openstack/compute-api OR project:openstack/volume-api OR project:openstack/netconn-api OR project:openstack/operations-guide OR project:openstack/security-guide OR project:openstack/training-guides OR project:openstack/openstack-doc-tools OR project:stackforge/clouddocs-maven-plugin) status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1,jenkins NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self
|
||||
|
||||
[section "Needs feedback (Changes older than 5 days that have not been reviewed by anyone)"]
|
||||
query = NOT label:Code-Review<=2 age:5d
|
||||
|
||||
[section "API Docs"]
|
||||
query = (project:openstack/api-site OR project:openstack/object-api OR project:openstack/image-api OR project:openstack/identity-api OR project:openstack/compute-api OR project:openstack/volume-api OR project:openstack/netconn-api) status:open
|
||||
|
||||
[section "Ops/Admin Docs"]
|
||||
query = (project:openstack/openstack-manuals OR project:openstack/operations-guide OR project:openstack/security-guide) status:open
|
||||
|
||||
[section "Training"]
|
||||
query = project:openstack/training-guides
|
||||
|
||||
[section "Doc Tools"]
|
||||
query = (project:openstack/openstack-doc-tools OR project:stackforge/clouddocs-maven-plugin) status:open
|
||||
|
||||
[section "You are a reviewer (but haven't voted in the current revision)"]
|
||||
query = reviewer:self
|
||||
|
||||
[section "Needs final +2"]
|
||||
query = (project:openstack/openstack-manuals OR project:openstack/api-site OR project:openstack/object-api OR project:openstack/image-api OR project:openstack/identity-api OR project:openstack/compute-api OR project:openstack/volume-api OR project:openstack/netconn-api OR project:openstack/operations-guide OR project:openstack/security-guide OR project:openstack/training-guides) label:Code-Review>=2 limit:50
|
||||
|
||||
[section "Passed Jenkins (with no negative feedback)"]
|
||||
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<=2 age:2d
|
Loading…
x
Reference in New Issue
Block a user