-
Notifications
You must be signed in to change notification settings - Fork 934
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: generate short url with workspace info #8719
fix: generate short url with workspace info #8719
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
This PR can not be merged until revert #8709 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8719 +/- ##
=======================================
Coverage 60.73% 60.74%
=======================================
Files 3798 3798
Lines 90650 90662 +12
Branches 14254 14260 +6
=======================================
+ Hits 55060 55074 +14
+ Misses 32094 32092 -2
Partials 3496 3496
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix: generate short url with workspace info Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #8719 created/updated --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 54fd87d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: generate short url with workspace info * Changeset file for PR #8719 created/updated --------- (cherry picked from commit 54fd87d) Signed-off-by: SuZhou-Joe <[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>
* fix: generate short url with workspace info Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #8719 created/updated --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 54fd87d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: generate short url with workspace info * Changeset file for PR #8719 created/updated --------- (cherry picked from commit 54fd87d) Signed-off-by: SuZhou-Joe <[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>
* fix: generate short url with workspace info Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR opensearch-project#8719 created/updated --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
This PR is to fix the issue that short url generated from visualizations / dashboards / index patterns page does not include workspace info.
Issues Resolved
Screenshot
Before fix
20241026170617265.mp4
After fix
20241026165425689.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration