-
Notifications
You must be signed in to change notification settings - Fork 894
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
Encode searchId as it tends to be decoded after adds into url #8530
Conversation
Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
❌ Entry Too LongEntry is 114 characters long, which is 14 characters longer than the maximum allowed length of 100 characters. Please revise your entry to be within the maximum length. |
❌ Entry Too LongEntry is 105 characters long, which is 5 characters longer than the maximum allowed length of 100 characters. Please revise your entry to be within the maximum length. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8530 +/- ##
=======================================
Coverage 60.93% 60.93%
=======================================
Files 3769 3769
Lines 89506 89507 +1
Branches 14012 14013 +1
=======================================
+ Hits 54539 54542 +3
+ Misses 31557 31556 -1
+ Partials 3410 3409 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
can you remove the slack link, as community user has no access to that
* Encode searchId as it tends to be decoded after adds into url Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR #8530 created/updated * Changeset file for PR #8530 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 9eae148) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…arch-project#8530) * Encode searchId as it tends to be decoded after adds into url Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#8530 created/updated * Changeset file for PR opensearch-project#8530 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…arch-project#8530) * Encode searchId as it tends to be decoded after adds into url Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#8530 created/updated * Changeset file for PR opensearch-project#8530 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Fix the issue that when adding a new visualization, the visualization id would be decoded and leads to not found.
Screenshot
Changelog
Check List
yarn test:jest
yarn test:jest_integration