Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/305601

Change subject: dashboard: Add "My pending patches" section
......................................................................

dashboard: Add "My pending patches" section

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 this section.

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


  git pull ssh://gerrit.wikimedia.org:29418/performance refs/changes/01/305601/1

diff --git a/custom b/custom
index c3afbd1..ef748b1 100644
--- a/custom
+++ b/custom
@@ -2,7 +2,9 @@
   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 pending patches"]
+  query = is:open owner:self -message:WIP -label:Verified<=-1 
-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: newchange
Gerrit-Change-Id: I995e15374bc708edfadbcac92a9fbac92649f369
Gerrit-PatchSet: 1
Gerrit-Project: performance
Gerrit-Branch: refs/meta/dashboards/custom
Gerrit-Owner: 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