-
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] Copy selected/all saved objects #7429
Conversation
* [Worksapce][UI] duplicate selected/all saved objects Signed-off-by: yubonluo <[email protected]> * fix test error Signed-off-by: yubonluo <[email protected]> * optimize code transfer memory Signed-off-by: yubonluo <[email protected]> * revert useless modify Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * add test id Signed-off-by: yubonluo <[email protected]> * Changeset file for PR #6478 created/updated * According the last mockup to optimize the code Signed-off-by: yubonluo <[email protected]> * Delete useless code Signed-off-by: yubonluo <[email protected]> * Optimize the code Signed-off-by: yubonluo <[email protected]> * optimize code Signed-off-by: yubonluo <[email protected]> * delete useless code Signed-off-by: yubonluo <[email protected]> * Optimize user experience Signed-off-by: yubonluo <[email protected]> * Solve the test snapshot error Signed-off-by: yubonluo <[email protected]> * modefy the ui text Signed-off-by: yubonluo <[email protected]> * support copy result flyout Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code 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 9abde5c) 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 #7429 +/- ##
==========================================
+ Coverage 67.76% 67.81% +0.04%
==========================================
Files 3595 3600 +5
Lines 72451 72606 +155
Branches 11869 11899 +30
==========================================
+ Hits 49100 49235 +135
- Misses 20359 20376 +17
- Partials 2992 2995 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Confirmed with @yubonluo that the testing failures in ciGroup1 and ciGroup3 are not related |
…opensearch-project#7429) * [Worksapce][UI] duplicate selected/all saved objects * fix test error * optimize code transfer memory * revert useless modify * optimize the code * add test id * Changeset file for PR opensearch-project#6478 created/updated * According the last mockup to optimize the code * Delete useless code * Optimize the code * optimize code * delete useless code * Optimize user experience * Solve the test snapshot error * modefy the ui text * support copy result flyout * optimize the code * optimize the code --------- (cherry picked from commit 9abde5c) 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 9abde5c from #6478.