9029db524f
Gerrit used to allow regexps in topic: queries, but now topic: is only for exact matches. intopic: can be used to search within topics. Change-Id: Icc5c80ead124b4383198915984543a7987b1bf2e
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[dashboard]
|
|
title = Heat Review Inbox
|
|
description = Review Inbox
|
|
foreach = (project:openstack/heat OR project:openstack/heat-agents OR
|
|
project:openstack/heat-templates OR project:openstack/python-heatclient OR
|
|
project:openstack/heat-cfntools OR project:openstack/heat-specs OR
|
|
project:openstack/heat-dashboard OR project:openstack/heat-tempest-plugin)
|
|
status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1
|
|
NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self
|
|
|
|
[section "Heat Specs"]
|
|
query = project:openstack/heat-specs
|
|
|
|
[section "Bug Fixes"]
|
|
query = intopic:^bug/.*
|
|
|
|
[section "Blueprints"]
|
|
query = message:"Blueprint"
|
|
|
|
[section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"]
|
|
query = NOT label:Code-Review<=2 age:5d
|
|
|
|
[section "You are a reviewer, but haven't voted in the current revision"]
|
|
query = reviewer:self
|
|
|
|
[section "Needs final +2"]
|
|
query = label:Code-Review>=2 limit:50
|
|
|
|
[section "New Contributors"]
|
|
query = reviewer:10068
|
|
|
|
[section "Passed Zuul, No Negative Feedback"]
|
|
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50
|