-
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
[Obs AI Assistant] Remove unneeded plugin references #182116
[Obs AI Assistant] Remove unneeded plugin references #182116
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Canvas Sharable Runtime
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
No code changes, just moving stuff around so the plugin can more easily by required by other plugins. (cherry picked from commit 0c8c4c1) # Conflicts: # x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts # x-pack/plugins/observability_solution/observability_ai_assistant/tsconfig.json # x-pack/plugins/observability_solution/observability_ai_assistant_app/tsconfig.json
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#182540) # Backport This will backport the following commits from `main` to `8.14`: - [[Obs AI Assistant] Remove unneeded plugin references (#182116)](#182116) <!--- Backport version: 7.3.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT {commits} BACKPORT--> --------- Co-authored-by: kibanamachine <[email protected]>
No code changes, just moving stuff around so the plugin can more easily by required by other plugins.