-
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
xpack_main legacy plugin pre-removal cleanup #76257
xpack_main legacy plugin pre-removal cleanup #76257
Conversation
Pinging @elastic/kibana-platform (Team:Platform) |
@@ -22,9 +22,6 @@ export function setupXPackMain(server) { | |||
|
|||
server.ext('onPreResponse', (request, h) => injectXPackInfoSignature(info, request, h)); |
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 suppose we can remove it as no plugins read it anymore. And remove tests https://github.com/elastic/kibana/tree/bf04235dae35452061cc7ea3d86d96c19a58206c/x-pack/test/licensing_plugin/legacy
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.
Ok, wasn't sure. Will do
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.
❤️
💚 Build SucceededBuild metricsoss distributable file count
distributable file count
History
To update your PR or re-run it, just comment with: |
* cleanup xpack_main legacy plugin, remove capabilities mixin * fix test env * delete injectXpackSignature and related tests # Conflicts: # x-pack/legacy/plugins/xpack_main/index.js # x-pack/scripts/functional_tests.js
* xpack_main legacy plugin pre-removal cleanup (#76257) * cleanup xpack_main legacy plugin, remove capabilities mixin * fix test env * delete injectXpackSignature and related tests # Conflicts: # x-pack/legacy/plugins/xpack_main/index.js # x-pack/scripts/functional_tests.js * remove unused keys * create the xpackLegacy plugin * update plugin list * fix type
Summary
Part of #71927
capabilitiesMixin
from the legacy server as this was the last legacy plugin to registeruiCapabilities