-
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
Migrate tutorial resources #64298
Migrate tutorial resources #64298
Conversation
x-pack/plugins/apm/public/index.ts
Outdated
* you may not use this file except in compliance with the Elastic License. | ||
*/ | ||
|
||
import { ApmPlugin } from './plugin'; |
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 prefer to see the file and content structure of the new plugin created using the scripts/generate_plugin
I've found out that screenshot from |
Pinging @elastic/kibana-app (Team:KibanaApp) |
@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.
maps changes lgtm
code review
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 and the logos and screenshots still seem to be in place, LGTM.
# Conflicts: # x-pack/plugins/apm/kibana.json # x-pack/plugins/apm/public/index.ts # x-pack/plugins/apm/public/plugin.ts
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 look good 👍
After the APM tutorial was moved into x-pack will OSS users still be able to see it?
@sqren There's no apm tutorial at Home/Add data page for OSS users, so these changes won't affect them |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
@dziyanadzeraviankina was this always the case? And what's the reasoning for not making the tutorials available for OSS users? |
@dziyanadzeraviankina I synced with @sqren and sorted it out. I will prepare a separate PR to fix the issue. |
* Migrate tutorial resources Closes elastic#55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <[email protected]>
…ana into alerting/np-tests-migration * 'alerting/np-tests-migration' of github.com:gmmorris/kibana: [APM] Agent remote config: validation for Java agent configs (elastic#63956) [APM] Fix duplicate index patterns (elastic#64883) Drilldowns (elastic#61219) [Alerting] fix labels and links in PagerDuty action ui and docs (elastic#64032) [Event Log] Ensure sorting tests are less flaky (elastic#64781) update endpoint to restrict removing with datasources (elastic#64978) [Logs UI] [Alerting] Alerts management page enhancements (elastic#64654) Adjust kibana app owning files (elastic#65064) Migrate tutorial resources (elastic#64298) [Logs UI] Tweak copy in log alerts dialog (elastic#64645) [Logs UI] [Alerting] Documentation (elastic#64886) [Logs UI] Add dataset filter to ML module setup screen (elastic#64470) [TSVB] Fixing memory leak (elastic#64918) Bump backport to 5.4.1 (elastic#65041)
* Migrate tutorial resources Closes elastic#55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <[email protected]>
* Migrate tutorial resources Closes #55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Closes #55710
Summary
Moved apm assets into the apm plugin, ems assets into the maps plugin, other tutorial resources were moved into
home/public/assets
.Checklist
Delete any items that are not applicable to this PR.
For maintainers