update query syntax on tc dashboard for gerrit 2.13

Change-Id: I9823c1178ef79a446f535f33368a0a6c9dee9142
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-09-20 12:09:40 -04:00
parent 06f93d108e
commit 85b4002164
1 changed files with 4 additions and 4 deletions

View File

@ -7,19 +7,19 @@ foreach = project:openstack/governance is:open
query = owner:self
[section "Formal Vote Items I have not voted in yet"]
query = topic:formal-vote NOT label:Code-Review<=2,self NOT label:Rollcall-vote<=2,self NOT owner:self
query = topic:formal-vote NOT reviewedby:self NOT owner:self
[section "Formal Vote Items"]
query = topic:formal-vote
[section "Goal Items I Haven't Voted On"]
query = path:^goals/.* NOT label:Code-Review<=2,self NOT label:Rollcall-vote<=2,self NOT owner:self
query = path:^goals/.* NOT reviewedby:self NOT owner:self
[section "Goal Items"]
query = path:^goals/.*
[section "I Haven't Voted on this Draft"]
query = NOT label:Code-Review<=2,self NOT label:Rollcall-vote<=2,self NOT owner:self
query = NOT reviewedby:self NOT owner:self
[section "Has at Least One Objection"]
query = NOT label:Code-Review<=2,self NOT owner:self label:Code-Review<=-1
query = NOT reviewedby:self NOT owner:self label:Code-Review<=-1