-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: export method from time range service #2485
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #2485 +/- ##
=======================================
Coverage 83.06% 83.06%
=======================================
Files 925 925
Lines 20610 20610
Branches 3254 3254
=======================================
Hits 17119 17119
Misses 3372 3372
Partials 119 119
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
@@ -339,5 +339,6 @@ export const enum ExplorerQueryParam { | |||
GroupLimit = 'limit', | |||
Series = 'series', | |||
Order = 'order', | |||
Filters = 'filter' | |||
Filters = 'filter', | |||
Time = 'time' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I'd call this an explorer param. Consider treating time separately and always going through TR service.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, reverted
exported
timeRangeFromUrlString
methodalso added a query param to Explorer
time