| Summary: | showing old charts is not working | ||
|---|---|---|---|
| Product: | Services | Reporter: | kaltheat <kaltheat> |
| Component: | Bug Tracker | Assignee: | Oleksandr Tymoshenko <gonzo> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | bugmeister, gonzo, mva |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugzilla.mozilla.org/show_bug.cgi?id=1057875 | ||
| Bug Depends on: | 190684 | ||
| Bug Blocks: | |||
|
Description
kaltheat
2014-06-04 22:13:42 UTC
Confirmed. This seems to be related to the whitespace used within the different status fields. We do not have a solution at hand yet. The regexp in reports.cgi, which is responsible for the dataset handling (to get the information for the chart) does not allow whitespace. I filed a bug for that at https://bugzilla.mozilla.org/show_bug.cgi?id=1057875 and we're waiting for feedback from upstream. Added bug 190684 as additional blocker, since the reports won't be much better after a fix due to data miner being unable to deal with broken information of the GNATS import. The old charts should be working again now, except for the "In Progress" status, which still suffers from the whitespace limitation. Old charts are somewhat broken again after refactoring the products and components. We may need to update the historical information of the bugs once more and replace the old product and component names with the new ones. Whitespace is now allowed character in dataset names. Fix: https://github.com/gonzoua/bugzilla/commit/61145e414457293b87c3f7bb4345629b8b40d614 |