a4e67c0702
The newer version of gerrit has a few changes in how queries work. There is now a limit of 10 queries, and topic regex needs to use intopic instead of topic for filtering. Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Change-Id: I653f56db979ffba83ef5f9d573189cb2f288d71b
30 lines
1.2 KiB
Plaintext
30 lines
1.2 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) status:open
|
|
|
|
[section "Small Patches"]
|
|
query = NOT label:Code-Review<=-1,cinder-core delta:<=10
|
|
|
|
[section "5 Days Without Feedback"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 NOT is:reviewed age:5d
|
|
|
|
[section "Bug Fixes without Negative Feedback"]
|
|
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT owner:self limit:50 branch:master intopic:^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 intopic:^bp.* NOT reviewedby:self
|
|
|
|
[section "Needs Final +2"]
|
|
query = label:Code-Review>=2 NOT label:Code-Review<=-2 NOT reviewedby:self
|
|
|
|
[section "Stable Branches"]
|
|
query = branch:^stable/.* NOT reviewedby:self
|
|
|
|
[section "Patches I -2'd"]
|
|
query = label:Code-Review<=-2,self
|