Last modified: 2013-06-19 23:00:03 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T51758, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49758 - Add "product"output to Weekly Bugzilla Report email for "new bugs in component"
Add "product"output to Weekly Bugzilla Report email for "new bugs in component"
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
wmf-deployment
All All
: High minor (vote)
: ---
Assigned To: Andre Klapper
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-18 17:41 UTC by Andre Klapper
Modified: 2013-06-19 23:00 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Andre Klapper 2013-06-18 17:41:22 UTC
See http://lists.wikimedia.org/pipermail/wikitech-l/2013-June/070006.html for confusion.

Query (untested!) should probably become

SELECT product.name, component.name, count(*) as total FROM bugs JOIN components on bugs.component_id = components.id JOIN products on bugs.product_id = products.id WHERE creation_ts BETWEEN "$begin_date" AND "$end_date" GROUP BY component_id ORDER BY total DESC LIMIT 5;

in https://git.wikimedia.org/blob/operations%2Fpuppet.git/HEAD/templates%2Fmisc%2Fbugzilla_report.php line 27
Comment 1 Gerrit Notification Bot 2013-06-19 05:56:26 UTC
Related URL: https://gerrit.wikimedia.org/r/69457 (Gerrit Change Ifa25b82af54a5772d815b4fde64c6aa089745976)
Comment 2 Andre Klapper 2013-06-19 23:00:03 UTC
This is fixed now. Filed bug 49845 for the next issue I spotted when checking the fix.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links