e03534fe14
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: I5f56bc9eb1b595c4c4ffd9ed57b99d7c574c85d3
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
[dashboard]
|
|
title = Glance Review Dashboard
|
|
description = Glance review requests
|
|
foreach = (project:openstack/glance OR
|
|
project:openstack/python-glanceclient OR
|
|
project:openstack/glance_store OR
|
|
project:openstack/glance-specs) status:open
|
|
|
|
[section "Small Patches"]
|
|
query = NOT label:Code-Review<=-1,cinder-core delta:<=10
|
|
|
|
[section "5 Days Without 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>=1 age:5d branch:master NOT reviewedby:self
|
|
|
|
[section "Bug Fixes 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:^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 = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self 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
|