-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove unused legacy import code #111071
Remove unused legacy import code #111071
Conversation
…on team to address
…/remove_legacy_import_support
… objects import support
@elasticmachine merge upstream |
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.
I couldn't find anything you may have missed during the cleanup, I think you got everything.
export { | ||
resolveIndexPatternConflicts, | ||
resolveSavedObjects, | ||
resolveSavedSearches, |
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.
Goodbye resolveSavedObjects
, you won't be missed.
conflictedSearchDocs?: any[]; | ||
conflictedSearchDocs?: any[]; // potentially unused |
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.
I think it is, I don't see any usages outside of resolve_saved_objects
. Any issue when you tried to remove it?
@elasticmachine merge upstream |
@rudolf it looks like we've got a flaky integration test with migration batching. Could you please take a look when you get a chance? |
retest |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
References to deprecated APIs
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
Follow up PR to initial work for removing support for legacy import.
Removes unused code that remained after support for legacy imports was removed from the top most UI layer of saved objects management.
Handles Phase 2 of #103921
Note to reviews: This worked started before #110738 was merged but has been updated to include the latest on master.
Checklist
Risk Matrix
For maintainers