[MediaWiki-commits] [Gerrit] [bug 45770] Drop NEW status from SQL query of getBugsPerComp... - change (operations/puppet)

2013-03-08 Thread Dzahn (Code Review)
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


[MediaWiki-commits] [Gerrit] [bug 45770] Drop NEW status from SQL query of getBugsPerComp... - change (operations/puppet)

2013-03-06 Thread Aklapper (Code Review)
Aklapper has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/52392/1

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: newchange
Gerrit-Change-Id: Ie54ea6018a5f9b03aed4f60bdd34428b673fe760
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper aklap...@wikimedia.org

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