Krinkle has submitted this change and it was merged.

Change subject: dashboard: Add "My patches" sections
......................................................................


dashboard: Add "My patches" sections

Since we exclude 'self' patches by default (since the purpose is
incoming reviews), it is not always obvious what patches others
are seeing from you. Especially because we exclude patches that
are marked "WIP" or failing certain scores.

Add visibility into what others are seeing from you on this
dashboard through these two sections:

* "My patches for review" (the ones self-excluded from "Pending patches by 
team")
* "My other patches" (the ones not yet ready for review)

Change-Id: I995e15374bc708edfadbcac92a9fbac92649f369
---
M custom
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Krinkle: Verified; Looks good to me, approved



diff --git a/custom b/custom
index c3afbd1..1999438 100644
--- a/custom
+++ b/custom
@@ -2,7 +2,11 @@
   title = Performance Team
   description = Custom dashboard for the Performance Team
   foreach = (owner:Ori.livneh OR owner:asch...@wikimedia.org OR owner:Gilles 
OR owner:Krinkle OR owner:Phedenskog)
-[section "Pending patches"]
+[section "Pending patches by team"]
   query = is:open -owner:self -message:WIP -label:Verified<=-1 
-label:Code-Review<=-1 limit:40
+[section "My patches for review"]
+  query = is:open owner:self -message:WIP -label:Verified<=-1 
-label:Code-Review<=-1 limit:40
+[section "My other patches"]
+  query = is:open owner:self (message:WIP OR label:Verified<=-1 OR 
label:Code-Review<=-1) limit:40
 [section "Recently merged"]
   query = is:merged limit:30

-- 
To view, visit https://gerrit.wikimedia.org/r/305601
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I995e15374bc708edfadbcac92a9fbac92649f369
Gerrit-PatchSet: 3
Gerrit-Project: performance
Gerrit-Branch: refs/meta/dashboards/custom
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to