Bug 190631

Summary: showing old charts is not working
Product: Services Reporter: kaltheat <kaltheat>
Component: Bug TrackerAssignee: 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
Opening this site
https://bugs.freebsd.org/bugzilla/reports.cgi

from this site
https://bugs.freebsd.org/bugzilla/report.cgi

shows error:
Unable to open the chart datafile ./data/mining/-All-.

Traceback:

 at /usr/local/www/bugzilla/reports.cgi line 119, <DATA> line 751.
	main::get_data(...) called at /usr/local/www/bugzilla/reports.cgi line 49
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2014-08-22 19:26:28 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.
Comment 2 Marcus von Appen freebsd_committer freebsd_triage 2014-08-24 19:32:16 UTC
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.
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2014-09-13 09:17:18 UTC
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.
Comment 4 Marcus von Appen freebsd_committer freebsd_triage 2014-11-24 07:44:07 UTC
The old charts should be working again now, except for the "In Progress" status, which still suffers from the whitespace limitation.
Comment 5 Marcus von Appen freebsd_committer freebsd_triage 2014-12-29 17:12:31 UTC
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.
Comment 6 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2018-03-01 07:16:05 UTC
Whitespace is now allowed character in dataset names.
Fix: https://github.com/gonzoua/bugzilla/commit/61145e414457293b87c3f7bb4345629b8b40d614