85662d44c6
Previously, label:Code-Review<=2 matches changes with some scores (+2, +1, -1, -2), so NOT label:Code-Review<=2 can be used to pick up changes without any reviews. After upgrading the gerrit, label:Code-Review<=2 now matches all changes including changes without reviews. As a result, NOT label:Code-Review<=2 excludes all changes and it is meaningless. This commit replaces 'NOT label:Code-Review<=2' with 'NOT label:Code-Review<=-1 NOT label:Code-Review>=1' to achieve the original purpose of queries. Also fixes meaningless label:Code-Review<=2 in some queries. Change-Id: I437963b9cf72d9b80420737ce8c5f066453cf803
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
[dashboard]
|
|
title = Fuel-ccp Review Inbox
|
|
description = Review Inbox
|
|
foreach = projects:openstack/fuel-ccp status:open NOT owner:self NOT label:Workflow<=-1
|
|
|
|
[section "My Patches Requiring Attention"]
|
|
query = owner:self (label:Verified-1 OR label:Code-Review-1 OR label:Workflow<=-1)
|
|
|
|
[section "Ready for Reviewers"]
|
|
query = NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self NOT project:openstack/fuel-ccp-specs NOT project:openstack/fuel-ccp-tests NOT label:Code-Review<=-1
|
|
|
|
[section "Tests"]
|
|
query = NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self NOT project:openstack/fuel-ccp-specs project:openstack/fuel-ccp-tests
|
|
|
|
[section "5 Days Without Feedback"]
|
|
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self NOT project:openstack/fuel-ccp-specs NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d
|
|
|
|
[section "Disagreement"]
|
|
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self NOT project:openstack/fuel-ccp-specs label:Code-Review<=-1 label:Code-Review>=1
|
|
|
|
[section "Specs"]
|
|
query = project:openstack/fuel-ccp-specs
|
|
|
|
[section "Negative Feedback"]
|
|
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT label:Verified<=-1 NOT owner:self NOT project:openstack/fuel-ccp-specs label:Code-Review<=-1 limit:20
|