From 07f4e2db708c21c239ce60d1970813ba79ae7506 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 5 Oct 2015 20:15:31 +0900 Subject: [PATCH] Add priorities to Glance's dashboard Change-Id: I376ed3bd170cdf338b6e6a99b82972417c6fc5a8 --- dashboards/glance.dash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboards/glance.dash b/dashboards/glance.dash index 6e4b36a..01336cf 100644 --- a/dashboards/glance.dash +++ b/dashboards/glance.dash @@ -6,6 +6,9 @@ foreach = (project:openstack/glance OR project:openstack/glance_store OR project:openstack/glance-specs) status:open +[section "Priorities"] +query = branch:master message:"MitakaPriority" + [section "Needs Approval"] query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self label:Code-Review>=2 NOT label:Code-Review-1 branch:master NOT label:Code-Review<=-2 @@ -21,9 +24,6 @@ query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner [section "With Negative Feedback"] query = NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self label:Code-Review-1 limit:20 branch:master -[section "Needs Reverify"] -query = label:Verified<=-1 branch:master NOT label:Code-Review<=-1 NOT label:Workflow<=-1 - [section "5 Days Without Feedback"] query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self NOT label:Code-Review<=2 age:5d branch:master