Dzahn has submitted this change and it was merged.

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


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

Change-Id: Ie54ea6018a5f9b03aed4f60bdd34428b673fe760
---
M templates/misc/bugzilla_report.php
1 file changed, 1 insertion(+), 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..25eb3f4 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -26,7 +26,7 @@
 }
 
 function getBugsPerComponent ($begin_date,$end_date) {
-        print "New bugs per component\n\n";
+        print "Created reports per component\n\n";
         return <<<END
 SELECT
         name, count(*) as total
@@ -37,8 +37,6 @@
         on
         component_id = components.id
 WHERE
-        bug_status = 'NEW'
-        and
         creation_ts
 BETWEEN
         "$begin_date"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie54ea6018a5f9b03aed4f60bdd34428b673fe760
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <aklap...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to