Closed
Bug 881619
Opened 12 years ago
Closed 10 years ago
[socorro-crashstats] Signature Graph not sorted by BuildID
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: scoobidiver, Unassigned)
Details
Signature Graph is not sorted by BuildID. Crash number per buildID are randomly distributed across the time.
See https://crash-stats-django.allizom.org/report/list?product=Firefox&range_value=28&range_unit=days&date=2013-06-10&signature=JS_HasPropertyById%28JSContext*%2C+JSObject*%2C+int%2C+int*%29&version=Firefox%3A24.0a1
Comment 1•12 years ago
|
||
This is a simple fix, really the template is doing way too much work here - this should be done in the view and passed into the context
Reporter | ||
Comment 2•12 years ago
|
||
Graph is not exploitable without the fix.
The crashes are sorted by build IDs, which are then converted into dates.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•