[MediaWiki-commits] [Gerrit] performance[refs/meta/dashboards/custom]: Also exclude WIP/DNM from "Other" section

2017-11-27 Thread Krinkle (Code Review)
Krinkle has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/393701 )

Change subject: Also exclude WIP/DNM from "Other" section
..


Also exclude WIP/DNM from "Other" section

Matches the logic of the other sections.

DNM = Do Not Merge.

Change-Id: I795a533233439a66831859fbc6af9ff484e8d1cb
---
M custom
1 file changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/custom b/custom
index 4c16292..600144b 100644
--- a/custom
+++ b/custom
@@ -2,12 +2,12 @@
   title = Performance Team
   description = Custom dashboard for the Performance Team
 [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
+  query = is:open ownerin:performance -owner:self -message:WIP -message:DNM 
-label:Verified<0 -label:Code-Review<0 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 reviewerin:performance)) limit:20
+  query = is:open -ownerin:performance -message:WIP -message:DNM 
-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 reviewerin:performance)) 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
+  query = is:open ownerin:performance owner:self -message:WIP -message:DNM 
-label:Verified<0 -label:Code-Review<0 limit:40
 [section "My other patches"]
-  query = is:open ownerin:performance 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<0 OR label:Code-Review<0) limit:40
 [section "Recently merged"]
   query = is:merged ownerin:performance limit:30

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I795a533233439a66831859fbc6af9ff484e8d1cb
Gerrit-PatchSet: 1
Gerrit-Project: performance
Gerrit-Branch: refs/meta/dashboards/custom
Gerrit-Owner: Krinkle 
Gerrit-Reviewer: Krinkle 

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


[MediaWiki-commits] [Gerrit] performance[refs/meta/dashboards/custom]: Also exclude WIP/DNM from "Other" section

2017-11-27 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393701 )

Change subject: Also exclude WIP/DNM from "Other" section
..

Also exclude WIP/DNM from "Other" section

Matches the logic of the other sections.

DNM = Do Not Merge.

Change-Id: I795a533233439a66831859fbc6af9ff484e8d1cb
---
M custom
1 file changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/custom b/custom
index 4c16292..600144b 100644
--- a/custom
+++ b/custom
@@ -2,12 +2,12 @@
   title = Performance Team
   description = Custom dashboard for the Performance Team
 [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
+  query = is:open ownerin:performance -owner:self -message:WIP -message:DNM 
-label:Verified<0 -label:Code-Review<0 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 reviewerin:performance)) limit:20
+  query = is:open -ownerin:performance -message:WIP -message:DNM 
-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 reviewerin:performance)) 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
+  query = is:open ownerin:performance owner:self -message:WIP -message:DNM 
-label:Verified<0 -label:Code-Review<0 limit:40
 [section "My other patches"]
-  query = is:open ownerin:performance 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<0 OR label:Code-Review<0) limit:40
 [section "Recently merged"]
   query = is:merged ownerin:performance limit:30

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I795a533233439a66831859fbc6af9ff484e8d1cb
Gerrit-PatchSet: 1
Gerrit-Project: performance
Gerrit-Branch: refs/meta/dashboards/custom
Gerrit-Owner: Krinkle 

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