Closed
Bug 770482
Opened 13 years ago
Closed 12 years ago
[socorro-crashstats][UI] ADU - throttle selector needs to be removed
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: espressive, Assigned: espressive)
Details
(Whiteboard: [socorro-crashstats])
Attachments
(2 files)
Quoting :jberkus here: "The throttle selector needs to go away. Throttling is determined by the processors/database, not by the users." from https://bugzilla.mozilla.org/show_bug.cgi?id=757826#c5
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sneethling
Comment 1•13 years ago
|
||
That said, we should still show *somewhere* (in the table is enough) what throttle factor is being applied to numbers for a certain release. Having the user set it is not what we want, though.
Assignee | ||
Comment 2•13 years ago
|
||
[:kairo] Yes, I will keep the throttle display values in the table.
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 18
Assignee | ||
Updated•13 years ago
|
Target Milestone: 18 → 19
Assignee | ||
Comment 3•13 years ago
|
||
Sent pull request: https://github.com/mozilla/socorro/pull/759
TEST CASE
---------
Navigate to Crashes per ADU. All throttle selectors in the three panels on the left should be removed but, throttle levels should still be displayed in the table at the bottom of the table.
No functionality should be effected by this change.
Assignee | ||
Updated•13 years ago
|
Target Milestone: 19 → 20
Assignee | ||
Updated•12 years ago
|
Target Milestone: 20 → 18
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/501720cf07b351599d40bf167c81aecabf894b16
removing throttle selectors and relevant code from webapp fixes bug 770482
Comment 5•12 years ago
|
||
The new UI looks great! Although when I query for ADUs on dev I do not see any results, is this expected?
https://crash-stats-dev.allizom.org/daily?form_selection=by_version&p=Firefox&v[]=17.0a1&v[]=16.0a2&v[]=15.0b6&v[]=14.0.1&hang_type=any&os[]=Windows&os[]=Mac&os[]=Linux&date_start=2012-08-01&date_end=2012-08-27&submit=Generate
https://crash-stats-dev.allizom.org/daily?form_selection=by_os&p=Firefox&v[]=16.0a2&hang_type=any&date_start=2012-08-01&date_end=2012-08-27&submit=Generate
https://crash-stats-dev.allizom.org/daily?form_selection=by_report_type&p=Firefox&v[]=16.0a2&v[]=17.0a1&v[]=15.0&v[]=14.0.1&report_type[]=crash&report_type[]=oopp&report_type[]=hang_browser&report_type[]=hang_plugin&os[]=Windows&os[]=Mac&os[]=Linux&date_start=2012-08-01&date_end=2012-08-27&submit=Generate
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•12 years ago
|
||
Matt, yep, this is currently expected. I am finishing up the work on this page and it should be pushed in the next day.
Comment 7•12 years ago
|
||
Ah I see... many thanks espressive. I'll wait for bug 771129 to land and verify them both for a twofer :)
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Reopening:
I ran the queries in comment 5 against stage -- they return the expected results except for
https://crash-stats.allizom.org/daily?form_selection=by_report_type&p=Firefox&v[]=16.0a2&v[]=17.0a1&v[]=15.0&v[]=14.0.1&report_type[]=crash&report_type[]=oopp&report_type[]=hang_browser&report_type[]=hang_plugin&os[]=Windows&os[]=Mac&os[]=Linux&date_start=2012-08-01&date_end=2012-08-27&submit=Generate
Which returns a 500 error.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•12 years ago
|
||
Thanks espressive for the clarification -- comment 8 is a separate issue -- filed bug 790383.
Bumping back to fixed :)
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
QA verified on stage -- the throttle selector for the ADU by Version and ADU by O/S reports have been removed
Comment 11•12 years ago
|
||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 12•12 years ago
|
||
Reopening as this needs to be implemented on new crash stats as well.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Whiteboard: [socorro-crashstats]
Assignee | ||
Updated•12 years ago
|
Target Milestone: 18 → 21
Assignee | ||
Comment 13•12 years ago
|
||
Sent and merged: https://github.com/mozilla/socorro-crashstats/pull/107
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Summary: [UI] ADU - throttle selector needs to be removed → [socorro-crashstats][UI] ADU - throttle selector needs to be removed
Target Milestone: 21 → Future
You need to log in
before you can comment on or make changes to this bug.
Description
•