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
20 lines
786 B
Plaintext
20 lines
786 B
Plaintext
[dashboard]
|
|
title = All the Specs
|
|
description = Review Inbox
|
|
foreach = project:^openstack/.*-specs status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1,zuul NOT reviewedby:self branch:master
|
|
|
|
[section "You are a reviewer, but haven't voted in the current revision"]
|
|
query = NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:self
|
|
|
|
[section "Passed Zuul, No Negative Feedback"]
|
|
query = NOT label:Code-Review<=-1 limit:100
|
|
|
|
[section "Wayward Changes (Changes with no code review in the last 7 days)"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:7d
|
|
|
|
[section "Some negative feedback, might still be worth commenting"]
|
|
query = label:Code-Review=-1 NOT label:Code-Review=-2 limit:100
|
|
|
|
[section "Dead Specs"]
|
|
query = label:Code-Review<=-2
|