Closed
Bug 1205789
Opened 10 years ago
Closed 10 years ago
Changing time range doesn't work in perfherder graphs
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(2 files)
At some point the time range selector in perfherder graphs broke. I need to fix it.
| Assignee | ||
Comment 1•10 years ago
|
||
This actually got fixed by accident in bug 1206097 as well, but it's worth addressing separately here as well, as the code was rather confusing.
Assignee: nobody → wlachance
Attachment #8662960 -
Flags: review?(jmaher)
Updated•10 years ago
|
Attachment #8662960 -
Flags: review?(jmaher) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/9f89bdb01ab9953d234b5b927e092f6f2527606b
Bug 1205789 - Fix and clarify changing time range in perfherder graphs
https://github.com/mozilla/treeherder/commit/fdff333b8f609bc67e7646dd6338e01fa754b762
Merge pull request #974 from wlach/1205789
Bug 1205789 - Fix and clarify changing time range in perfherder graphs
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/71f7fa01f3fcfccf10ccc655a3111b7d3f9757f8
Bug 1205789 - Followup fixes to changing time range
| Assignee | ||
Comment 4•10 years ago
|
||
There are still issues here. I.e. adding a series then pressing the back button fails.
The overall problem I think is that we're (still) not handling the "time range changed" properly, which is to say that we're still firing it when the page is first (re)loaded, rather than when the user actually changes it.
Let's fix that and also leave out the timerange parameter when it has its default value.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•10 years ago
|
||
Ok, I think I've finally nailed it this time. The back/forward button should always work in perfherder graphs, and there should be no spurious "navigation" when the view is first loaded.
Attachment #8668557 -
Flags: review?(jmaher)
Comment 6•10 years ago
|
||
Comment on attachment 8668557 [details] [review]
Bug 1205789 - Fix back/forward button in perfherder graphs
one small comment, otherwise this seems to be valid!
Attachment #8668557 -
Flags: review?(jmaher) → review+
Comment 7•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/834f0d090cf5033ce75ad7dacb47644d71d6d71a
Bug 1205789 - Fix back/forward button in perfherder graphs
| Assignee | ||
Comment 8•10 years ago
|
||
Hopefully this is fixed for good now. :)
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•