-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: move all saved objects to target workspace #292
base: workspace
Are you sure you want to change the base?
Conversation
This reverts commit 106d77d.
…Dashboards into workspace-duplicate # Conflicts: # src/core/server/saved_objects/service/lib/repository.ts # src/plugins/workspace/public/components/delete_workspace_modal/delete_workspace_modal.tsx # src/plugins/workspace/server/routes/index.ts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## workspace #292 +/- ##
=============================================
- Coverage 59.07% 55.70% -3.38%
=============================================
Files 3026 2261 -765
Lines 58158 42443 -15715
Branches 9118 7540 -1578
=============================================
- Hits 34357 23642 -10715
+ Misses 21878 17361 -4517
+ Partials 1923 1440 -483
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yubonluo As we won't use |
Description
When the button is clicked, the target workspace id will be added to the workspaces field, while retaining the current workspace id.
When I moved 2000 objects, the average response time was about 1000 ms.
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration