Krinkle has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/393638 )

Change subject: Add section for patches by others to subscribed areas
......................................................................


Add section for patches by others to subscribed areas

We should keep an eye out for patches submitted (by others) to
areas we maintain so that we can review them.

Right now this includes repos we maintain entirely, as well as
sub-path filters within MediaWiki core that we co-maintain or
are interested in. Not all of these are exclusively maintained by
us (so these are not always a specific request for our review),
but nonetheless may be good to be aware of, even if someone else
ends up reviewing it.

See also:
https://www.mediawiki.org/wiki/Developers/Maintainers
https://www.mediawiki.org/wiki/Development_policy/Code_Stewardship

Change-Id: Ib4342ccd88c38907a43cb46a1c62693a54b6c30a
---
M custom
1 file changed, 8 insertions(+), 7 deletions(-)

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



diff --git a/custom b/custom
index cc549da..c60e8ce 100644
--- a/custom
+++ b/custom
@@ -1,12 +1,13 @@
 [dashboard]
   title = Performance Team
   description = Custom dashboard for the Performance Team
-  foreach = ownerin:performance
-[section "Pending patches by team"]
-  query = is:open -owner:self -message:WIP -message:DNM -label:Verified<=-1 
-label:Code-Review<=-1 limit:40
-[section "My patches for review"]
-  query = is:open owner:self -message:WIP -message:DNM -label:Verified<=-1 
-label:Code-Review<=-1 limit:40
+[section "Our patches awaiting review"]
+  query = is:open ownerin:performance -owner:self -message:WIP -message:DNM 
-label:Verified<=-1 -label:Code-Review<=-1 limit:40
+[section "Other patches in subscribed areas"]
+  query = is:open -ownerin:performance -label:Verified<0 -label:Code-Review=-2 
(project:mediawiki/extensions/NavigationTiming OR 
project:mediawiki/extensions/PerformanceInspector OR project:performance OR 
project:performance/docroot OR project:performance/WebPageTest OR 
(project:mediawiki/core (file:resourceloader OR file:"startup.js" OR 
file:"mediawiki.js" OR file:rdbms))) limit:20
+[section "My patches awaiting review"]
+  query = is:open ownerin:performance owner:self -message:WIP -message:DNM 
-label:Verified<=-1 -label:Code-Review<=-1 limit:40
 [section "My other patches"]
-  query = is:open owner:self (message:WIP OR message:DNM OR label:Verified<=-1 
OR label:Code-Review<=-1) limit:40
+  query = is:open ownerin:performance owner:self (message:WIP OR message:DNM 
OR label:Verified<=-1 OR label:Code-Review<=-1) limit:40
 [section "Recently merged"]
-  query = is:merged limit:30
+  query = is:merged ownerin:performance limit:30

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4342ccd88c38907a43cb46a1c62693a54b6c30a
Gerrit-PatchSet: 1
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