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

[Backport 2.x] fix for quickrange to use datemath to parse datetime strings #6834

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 347639f from #6782.

provides a formatting util function meant to convert quick range time (such as 'now-15m') to datetimes that can be understood.

Signed-off-by: Paul Sebastian <[email protected]>

---------

Signed-off-by: Paul Sebastian <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 347639f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 67.60%. Comparing base (ecfaed5) to head (d31c892).

Files Patch % Lines
src/plugins/data/common/data_frames/utils.ts 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              2.x    #6834   +/-   ##
=======================================
  Coverage   67.60%   67.60%           
=======================================
  Files        3427     3427           
  Lines       67357    67364    +7     
  Branches    10983    10984    +1     
=======================================
+ Hits        45535    45541    +6     
- Misses      19157    19203   +46     
+ Partials     2665     2620   -45     
Flag Coverage Δ
Linux_1 33.07% <14.28%> (-0.01%) ⬇️
Linux_2 55.15% <14.28%> (-0.02%) ⬇️
Linux_3 45.22% <85.71%> (+0.02%) ⬆️
Linux_4 34.88% <14.28%> (-0.01%) ⬇️
Windows_1 33.09% <14.28%> (-0.01%) ⬇️
Windows_2 55.12% <14.28%> (-0.02%) ⬇️
Windows_3 45.24% <85.71%> (+0.02%) ⬆️
Windows_4 34.88% <14.28%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kavilla kavilla merged commit e128383 into 2.x Jun 4, 2024
90 of 91 checks passed
@github-actions github-actions bot deleted the backport/backport-6782-to-2.x branch June 4, 2024 22:03
@zhyuanqi zhyuanqi added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports bug Something isn't working first-time-contributor v2.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants