-
Notifications
You must be signed in to change notification settings - Fork 919
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] [Workspace][Bug]Fix workspace detail page issues #8387
Conversation
* Fix workspace detail page issues Signed-off-by: yubonluo <[email protected]> * Changeset file for PR #8317 created/updated * optimize the code Signed-off-by: yubonluo <[email protected]> * optimzize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * add callback function to onLeave Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * navigate to workspace overview page in other tab Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * update assocation toast Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * add loding state for set default workspace button Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the comment Signed-off-by: yubonluo <[email protected]> --------- Signed-off-by: yubonluo <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 948b3d6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #8387 +/- ##
==========================================
- Coverage 61.00% 60.99% -0.01%
==========================================
Files 3747 3747
Lines 89039 89050 +11
Branches 13896 13899 +3
==========================================
- Hits 54321 54320 -1
- Misses 31358 31369 +11
- Partials 3360 3361 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…8317) (opensearch-project#8387) * Fix workspace detail page issues * Changeset file for PR opensearch-project#8317 created/updated * optimize the code * optimzize the code * optimize the code * add callback function to onLeave * optimize the code * optimize the code * navigate to workspace overview page in other tab * optimize the code * optimize the code * optimize the code * optimize the code * optimize the code * update assocation toast * optimize the code * add loding state for set default workspace button * optimize the code * optimize the comment --------- (cherry picked from commit 948b3d6) Signed-off-by: yubonluo <[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>
Backport 948b3d6 from #8317.