Created
July 14, 2016 08:52
-
-
Save d0ugal/9617e75b28c3324ba43266076576fd11 to your computer and use it in GitHub Desktop.
Gerrit Dash Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dashboard] | |
title = My Reviews | |
description = My Reviews | |
foreach = | |
[section "Negative Review"] | |
query = owner:self is:open label:Code-Review<=-1 | |
[section "Failed CI"] | |
query = owner:self is:open label:Verified<=-1 NOT label:Workflow<=-1 | |
[section "Work In Progress"] | |
query = owner:self is:open label:Workflow<=-1 | |
[section "Waiting for Reviews"] | |
query = owner:self is:open NOT label:Workflow<=-1 NOT label:Verified<=-1 | |
[section "Reviewing"] | |
query = reviewer:self is:open NOT owner:self limit:20 | |
[section "Closed"] | |
query = owner:self is:closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment