-
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
Tutorial migration #54910
Tutorial migration #54910
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
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
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.
APM changes LGTM
Thanks for tackling this @flash1293! Maps code looks good and works as expected. I am getting the following Follow-up: Actually, scratch that. Checked and this issue exists on master as well and shouldn't hold up this PR. May file as a small, separate issue. |
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.
Maps/EMS lgtm!
- code review
- tested locally in chrome
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 LGTM, tested locally in Chrome
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Fixes #50224
This PR migrates all tutorials to the new platform.
In a previous PR the logic for handling tutorials was already moved, this PR also moves the actual tutorials and removes the legacy API completley.
Tutorials that are based on internals of existing plugins are moved into these plugins to avoid exposing more state than necessary.
This means the EMS tutorial becomes part of the
maps
plugin and the APM tutorial becomes part of theapm
plugin.There are a lot of changed lines, but most of them follow a very predictable pattern - most tutorials are basically the same with some changed labels.