Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/59014
Change subject: Comment out list of urgent issues; not working as expected ...................................................................... Comment out list of urgent issues; not working as expected Change-Id: I5fc78d542cece01cb5b0425f50164dbf7cfe8fad --- M templates/misc/bugzilla_report.php 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/14/59014/1 diff --git a/templates/misc/bugzilla_report.php b/templates/misc/bugzilla_report.php index f2e5d46..49ce0a0 100755 --- a/templates/misc/bugzilla_report.php +++ b/templates/misc/bugzilla_report.php @@ -148,6 +148,7 @@ END; } +/* TODO: Make query not return closed tickets - see https://bugzilla.wikimedia.org/show_bug.cgi?id=47176 */ function getHighestPrioTickets() { return <<<END SELECT @@ -308,6 +309,7 @@ formatOutput($result); print "\n"; } +/* print "\nMost urgent open issues\n\n"; foreach ($urgentStatistics as $report) { $sql = getHighestPrioTickets(); @@ -316,3 +318,4 @@ reportFailure("Query failure"); formatOutputHighestPrio($result); } +*/ -- To view, visit https://gerrit.wikimedia.org/r/59014 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5fc78d542cece01cb5b0425f50164dbf7cfe8fad Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
