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
23 lines
894 B
Plaintext
23 lines
894 B
Plaintext
[dashboard]
|
|
title = Cross-Project Spec Review Inbox
|
|
description = Cross-Project Specifications
|
|
foreach = project:openstack/openstack-specs is:open
|
|
|
|
[section "You Haven't Voted on this Draft"]
|
|
query = is:open NOT reviewedby:self NOT owner:self NOT label:Workflow=-1
|
|
|
|
[section "Has at Least One Objection"]
|
|
query = is:open NOT label:Code-Review,self NOT owner:self label:Code-Review<=-1 NOT label:Workflow=-1
|
|
|
|
[section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d NOT label:Workflow=-1
|
|
|
|
[section "No Negative Core Feedback"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Workflow=-1
|
|
|
|
[section "Wayward Changes (Changes with no code review in the last 2days)"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d NOT label:Workflow=-1
|
|
|
|
[section "All Open Items"]
|
|
query = is:open
|