Files
gerrit-dash-creator/dashboards/trove.dash
Nikhil Manchanda e98350114f Added Trove dash
Added a new dashboard for the Trove project which should make Trove
reviews more manageable.

The following sections exist as part of this dashboard:
- My Patches Requiring Attention
- Starred
- Needs Final Approval
- Patches Proposed Recently
- Patches Older Than a Week

Change-Id: I67ef9eb6f2e9ded12bd4ef7bcd6824f5325c5f01
2015-06-29 19:42:18 -07:00

23 lines
1.0 KiB
Plaintext

[dashboard]
title = Trove Review Dashboard
description = Reviews for the OpenStack Database Project (Trove)
foreach = (project:openstack/trove OR
project:openstack/trove-integration OR
project:openstack/trove-specs OR
project:openstack/python-troveclient) status:open NOT label:Workflow<=-1 NOT label:Code-Review<=-2
[section "My Patches Requiring Attention"]
query = owner:self (label:Verified-1,jenkins OR label:Code-Review<=-1)
[section "Starred (by PTL or myself)"]
query = (starredby:slicknik OR is:starred) AND status:open
[section "Needs Final Approval"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1,jenkins NOT owner:self label:Code-Review>=2 NOT label:Code-Review-1
[section "Patches Proposed Recently"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1,jenkins NOT label:Code-Review>=2 -age:7d
[section "Patches Older Than a Week"]
query = NOT label:Workflow>=1 label:Verified>=1,jenkins NOT label:Code-Review<=2 age:5d -age:8week