Update starred dashboard

Only show patches that the viewer hasn't voted on.

Add separate bug, blueprint, and specs lists.

Change-Id: Iafee6ab85efec804de28e6f9855467cb59f1cf13
This commit is contained in:
Doug Hellmann 2015-08-17 19:09:14 +00:00
parent 4754fa1b13
commit 146e89a4cf
1 changed files with 9 additions and 2 deletions

View File

@ -2,9 +2,16 @@
title = Starred Items
description = Starred Items
foreach = is:starred is:open
NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self
[section "You are a reviewer, but haven't voted in the current revision"]
query = reviewer:self
[section "Bug Fixes"]
query = topic:^bug/.*
[section "Blueprint Implementation"]
query = message:"Blueprint"
[section "Specs"]
query = project:^.*-specs
[section "Passed Jenkins, No Negative Feedback"]
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50