-
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
[Discover] Step 4- Removing SavedObject usage for savedSearch #114790
Conversation
a976f8e
to
f5c4d4e
Compare
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
Do we want to wait for #114620 with this? |
|
Removing 7.16 label on this - should only go into 8.0 |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
References to deprecated APIs
History
To update your PR or re-run it, just comment with: cc @alexwizp |
@@ -12,7 +12,8 @@ import { searchMigrations } from './search_migrations'; | |||
export const searchSavedObjectType: SavedObjectsType = { | |||
name: 'search', | |||
hidden: false, | |||
namespaceType: 'single', | |||
namespaceType: 'multiple-isolated', | |||
convertToMultiNamespaceTypeVersion: '8.0.0', |
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.
what is this for?
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.
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.
Tested in Chrome on Mac OSX, Discover seems to work ok.
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.
Kibana VisEditors code changes LGTM!
Final part of: #105810
Summary
savedVisLoader
and all code related with that;single
->multiple-isolated
;convertToMultiNamespaceTypeVersion
in accordance with step 4 of https://www.elastic.co/guide/en/kibana/master/sharing-saved-objects.html#sharing-saved-objects-step-4.