Dzahn has submitted this change and it was merged.

Change subject: [bug 45770] Drop NEW status from SQL query of 
getBugsPerProduct() and clarify description
......................................................................


[bug 45770] Drop NEW status from SQL query of getBugsPerProduct() and clarify 
description

Change-Id: I6d3752ec0ea719c2d19c243d80af2982aada6b1f
---
M templates/misc/bugzilla_report.php
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index 6f9ea0f..9715398 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -2,7 +2,7 @@
 <?php error_reporting(E_ALL);
 
 function getBugsPerProduct ($begin_date,$end_date) {
-        print "New bugs per product\n\n";
+        print "Created reports per product\n\n";
         return <<<END
 SELECT
         name, count(*)
@@ -13,8 +13,7 @@
         on
         product_id = products.id
 WHERE
-        bug_status = 'NEW'
-        and creation_ts
+        creation_ts
 BETWEEN
         "$begin_date"
         and

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6d3752ec0ea719c2d19c243d80af2982aada6b1f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to