Closed
Bug 1134774
Opened 10 years ago
Closed 10 years ago
when deleting a data series from perfherder graphs, all other data series which are unchecked/muted become visible
Categories
(Tree Management :: Perfherder, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: mishravikas)
Details
Attachments
(1 file, 1 obsolete file)
when we mute a dataseries in perfherder, it works as one would expect. The problem is when we delete a data series from the list, all the other series which are muted become visible.
this is also the case when changing the date range (say from 14 days -> 7 days, or vice versa).
Assignee | ||
Comment 1•10 years ago
|
||
Thanks for reporting this Joel, I'll take this one.
Comment 2•10 years ago
|
||
I suspect the easiest way to fix this would be to persist muting state in the URL somehow, maybe by incorporating it into the seriesList parameter:
https://github.com/mozilla/treeherder-ui/blob/master/webapp/app/js/perf.js#L272
Comment 3•10 years ago
|
||
Note that bug 1134875 will make the above strategy somewhat easier to implement (once it lands).
Summary: when deleted a daataseries from perfherder, all other data series which are unchecked/muted become visible → when deleting a data series from perfherder graphs, all other data series which are unchecked/muted become visible
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8572139 -
Flags: review?(wlachance)
Comment 5•10 years ago
|
||
Comment on attachment 8572139 [details] [review]
https://github.com/mozilla/treeherder-ui/pull/398
Mostly works, however there's a problem with the series selector. Also, I think we might want to fix bug 1139204 and adjust the patch here to just modify the URL -- it's pretty annoying having the UI flash every time you toggle a series.
I will look into bug 1139204 tomorrow, it should be doable...
Attachment #8572139 -
Flags: review?(wlachance) → review-
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8572139 -
Attachment is obsolete: true
Attachment #8572674 -
Flags: review?(wlachance)
Comment 7•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-ui
https://github.com/mozilla/treeherder-ui/commit/e537cfc2c2b249981a077c654c6aba70d4858962
Bug 1134774 - Show/Hide series state now persists on url
Comment 8•10 years ago
|
||
Comment on attachment 8572139 [details] [review]
https://github.com/mozilla/treeherder-ui/pull/398
Looks good now!
Attachment #8572139 -
Flags: review- → review+
Updated•10 years ago
|
Attachment #8572674 -
Flags: review?(wlachance) → review+
Comment 9•10 years ago
|
||
I think we can close this, thanks for the patch Vikas!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Assignee: nobody → vikasmishra95
Comment 10•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/431eabdd9a7cffc86c9b5dbb045cb4f6a62ba59b
Bug 1134774 - Show/Hide series state now persists on url
You need to log in
before you can comment on or make changes to this bug.
Description
•