gerrit-dash-creator/dashboards/cinder.dash
Brian Rosmaita 1298470c81 Add cinderlib to cinder dashboards
Change-Id: Iedae4bccd49af9453153654ad3fc0f1a85d84c0e
2019-04-09 11:34:53 -04:00

40 lines
1.6 KiB
Plaintext

[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/cinderlib OR
project:openstack/python-brick-cinderclient-ext 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