gerrit-dash-creator/dashboards/tc.dash
Doug Hellmann 85b4002164 update query syntax on tc dashboard for gerrit 2.13
Change-Id: I9823c1178ef79a446f535f33368a0a6c9dee9142
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-09-20 12:09:40 -04:00

26 lines
693 B
Plaintext

[dashboard]
title = Technical Committee Inbox
description = Technical Committee Review Inbox
foreach = project:openstack/governance is:open
[section "My items"]
query = owner:self
[section "Formal Vote Items I have not voted in yet"]
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 reviewedby:self NOT owner:self
[section "Goal Items"]
query = path:^goals/.*
[section "I Haven't Voted on this Draft"]
query = NOT reviewedby:self NOT owner:self
[section "Has at Least One Objection"]
query = NOT reviewedby:self NOT owner:self label:Code-Review<=-1