-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Np kibana plugin home feature catalogue #50838
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
Np kibana plugin home feature catalogue #50838
Conversation
…orm tutorial plugin registrations
… tutorials service
… the home plugin public folder
💚 Build Succeeded |
|
💔 Build Failed |
|
@elasticmachine merge upstream |
💚 Build Succeeded
|
flash1293
left a comment
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.
Code changes LGTM, didn't pull down to test
legrego
left a comment
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.
Spaces changes LGTM
…gin_home_feature_catalogue
f4548b2 to
a485ba2
Compare
…gin_home_feature_catalogue
|
@joshdover I need a |
💚 Build Succeeded |
joshdover
left a comment
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.
Looks great! Just two small suggestions.
I think it might be clearer if the services directory had top-level directories for each service so the source files don't get mixed up. For example:
services/
feature_catalogue/
index.ts
feature_catalogue_registry.ts
other_service/
index.ts
other_services.ts
index.ts
May want to change the server-side as well.
Co-Authored-By: Josh Dover <[email protected]>
I was thinking the same thing! I'll do that in this PR because the next task is to migrate the |
💚 Build Succeeded |
💚 Build Succeeded |
* Moves feature_catalogue services into the home plugin public folder.
Summary
Moves the feature_catalogue plugin (introduced in PR48818 ) into the home plugin.
Dev Docs
The
ui/registries/feature_cataloguemodule has been deprecated for removal in 8.0Plugins wishing to migrate may remove their usage of
ui/registries/feature_catalogueand rely on either:Note that the old module supported providing a Angular DI function to receive Angular dependencies. This is no longer supported as we migrate away from Angular.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers