Skip to content
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

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

23nobody
Copy link
Contributor

@23nobody 23nobody commented Oct 24, 2023

exported timeRangeFromUrlString method

also added a query param to Explorer time

@23nobody 23nobody requested a review from a team as a code owner October 24, 2023 11:35
@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Merging #2485 (0c3dd79) into main (ed81910) will not change coverage.
The diff coverage is 100.00%.

@@           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           
Files Coverage Δ
projects/common/src/time/time-range.service.ts 90.54% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

adisreyaj
adisreyaj previously approved these changes Oct 24, 2023
@github-actions

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'
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, reverted

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@23nobody 23nobody merged commit c8cf0e8 into main Oct 25, 2023
@23nobody 23nobody deleted the export-method-from-time-range-service branch October 25, 2023 18:11
@github-actions
Copy link

Unit Test Results

       4 files  ±0     316 suites  ±0   51m 54s ⏱️ + 1m 1s
1 131 tests ±0  1 131 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
1 141 runs  ±0  1 141 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c8cf0e8. ± Comparison against base commit ed81910.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants