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: fixed unsupported language issue due to cached language in localStorage #8674

Merged

Conversation

ruanyl
Copy link
Member

@ruanyl ruanyl commented Oct 22, 2024

The issue

The issue happens when for example PPL is selected in discover, then navigate to visualization create page, a warning toast is displayed, see screenshot.
When saving the visualization, the language: "PPL" is stored, though the current UI shows DQL is used, see screenshot
image

The fix:

It will only use the cached language selection from localStorage if the current app supports the language.

Description

Issues Resolved

Screenshot

Testing the changes

Changelog

  • fix: fixed unsupported language is used from localStorage

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

…Storage

The issue:
If selecting `PPL` in discover, and navigate to visualization creating
page which doesn't support `PPL`, the `PPL` is still be used.

The fix:
It will only use the cached language selection from localStorage if
the current app supports the language.

Signed-off-by: Yulong Ruan <[email protected]>
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 60.85%. Comparing base (5d74306) to head (9762b37).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../public/query/query_string/query_string_manager.ts 25.00% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8674      +/-   ##
==========================================
- Coverage   60.86%   60.85%   -0.01%     
==========================================
  Files        3793     3793              
  Lines       90381    90387       +6     
  Branches    14185    14186       +1     
==========================================
  Hits        55006    55006              
- Misses      31898    31903       +5     
- Partials     3477     3478       +1     
Flag Coverage Δ
Linux_1 29.09% <0.00%> (-0.01%) ⬇️
Linux_2 56.39% <ø> (ø)
Linux_3 37.68% <25.00%> (-0.01%) ⬇️
Linux_4 29.81% <0.00%> (-0.01%) ⬇️
Windows_1 29.10% <0.00%> (-0.01%) ⬇️
Windows_2 56.34% <ø> (ø)
Windows_3 37.69% <25.00%> (-0.01%) ⬇️
Windows_4 29.81% <0.00%> (-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.

@Hailong-am Hailong-am merged commit e94cf0c into opensearch-project:main Oct 22, 2024
70 of 71 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 22, 2024
…Storage (#8674)

* fix: fixed unsupported language issue due to cached language in localStorage

The issue:
If selecting `PPL` in discover, and navigate to visualization creating
page which doesn't support `PPL`, the `PPL` is still be used.

The fix:
It will only use the cached language selection from localStorage if
the current app supports the language.

Signed-off-by: Yulong Ruan <[email protected]>

* Changeset file for PR #8674 created/updated

---------

Signed-off-by: Yulong Ruan <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit e94cf0c)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Hailong-am pushed a commit that referenced this pull request Oct 23, 2024
…Storage (#8674) (#8678)

* fix: fixed unsupported language issue due to cached language in localStorage

The issue:
If selecting `PPL` in discover, and navigate to visualization creating
page which doesn't support `PPL`, the `PPL` is still be used.

The fix:
It will only use the cached language selection from localStorage if
the current app supports the language.



* Changeset file for PR #8674 created/updated

---------



(cherry picked from commit e94cf0c)

Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants