gerrit-dash-creator/dashboards/fuel-docs.dash
Akihiro Motoki 85662d44c6 Fix queries using label:Code-Review<=2
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
2017-11-02 01:29:06 +09:00

20 lines
874 B
Plaintext

[dashboard]
title = Fuel Documentation Review Inbox
description = Fuel Documentation Review Inbox
foreach = (project:openstack/fuel-docs) status:open NOT label:Code-Review<=-2
[section "My patches requiring attention"]
query = owner:self (label:Verified<=-1 OR label:Workflow<=-1 OR label:Code-Review<=-1)
[section "Waiting for approval"]
query = NOT label:Verified<=-1 label:Code-Review>=1 NOT label:Workflow<=-1 NOT label:Code-Review<=-1
[section "5 days without feedback"]
query = age:5d NOT owner:self NOT label:Verified<=-1 NOT label:Workflow<=-1 NOT label:Code-Review<=-1 NOT label:Code-Review>=1
[section "No negative feedback"]
query = NOT age:5d NOT owner:self NOT label:Verified<=-1 NOT label:Workflow<=-1 NOT label:Code-Review<=-1 NOT label:Code-Review>=1 limit:50
[section "Other"]
query = NOT owner:self NOT label:Verified<=-1 label:Code-Review-1 limit:20