From e9da88036a7476438b25e58affcad0b603fba160 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 12 Oct 2017 14:10:28 -0500 Subject: [PATCH] Add Cinder review dashboard Some basic review categories for Cinder. There is actually an issue right now with the way this (and other dashboards) are querying bug fixes that appears to have been introduced with the last gerrit upgrade. Even though these do not return and matches right now, including them here as a breadcrumb to investigate later, or in case someone else does and fixes it for all the dashboards. Change-Id: If8ecefb1e5841decdcb1bcb046cb054bd9ed9175 --- dashboards/cinder.dash | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dashboards/cinder.dash diff --git a/dashboards/cinder.dash b/dashboards/cinder.dash new file mode 100644 index 0000000..6b54419 --- /dev/null +++ b/dashboards/cinder.dash @@ -0,0 +1,37 @@ +[dashboard] +title = Cinder Review Dashboard +description = Cinder review requests +foreach = (project:openstack/cinder OR + project:openstack/python-cinderclient OR + project:openstack/os-brick OR + project:openstack/cinder-specs) status:open + +[section "Cinder Specs"] +query = project:openstack/cinder-specs + +[section "Needs Final +2"] +query = label:Code-Review>=2 NOT label:Code-Review<=-2 NOT reviewedby:self + +[section "Small Patches"] +query = NOT label:Code-Review<=-1,cinder-core delta:<=10 + +[section "Bug Fixes without Negative Feedback"] +query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT owner:self limit:50 branch:master topic:^bug.* NOT reviewedby:self + +[section "Blueprints without Negative Feedback"] +query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self NOT label:Code-Review<=-1 NOT label:Code-Review>=2 limit:50 branch:master topic:^bp.* NOT reviewedby:self + +[section "Without Negative Feedback"] +query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self NOT label:Code-Review<=-1 NOT label:Code-Review>=2 limit:50 branch:master NOT topic:^bug.* NOT topic:^bp.* NOT reviewedby:self + +[section "5 Days Without Feedback"] +query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 NOT is:reviewed age:5d + +[section "Own Patches"] +query = owner:self + +[section "Patches I -2'd"] +query = label:Code-Review<=-2,self + +[section "Stable Branches"] +query = branch:^stable/.* NOT reviewedby:self