-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Es client cleanup #54337
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
Es client cleanup #54337
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
|
@elasticmachine merge upstream |
1 similar comment
|
@elasticmachine merge upstream |
e71c889 to
b75e15c
Compare
|
@elasticmachine merge upstream |
…om:lizozom/kibana into newplatform/data/es-client-cleanup
|
@elasticmachine merge upstream |
…es-client-cleanup
…om/kibana into newplatform/data/es-client-cleanup
|
@elasticmachine merge upstream |
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.
Kibana app changes LGTM, didn't test locally. One piece of angular less 🎉
lukasolson
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.
LGTM!
kindsun
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.
lgtm w/ green CI!
|
@elasticmachine merge upstream |
|
ignoring request to update branch, pull request is closed |
|
@elasticmachine merge upstream |
…es-client-cleanup
…om/kibana into newplatform/data/es-client-cleanup
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Add esClient instance to data.__LEGACY and replace old usages * add es clinet to setup karma mock * delete unneeded import * fix get inner angular * Fix karma test * Fix vega browser test * Update esClient usage * ts fixes * ts + karma tests * update tests * Fix karma test * eslint * Register default strategy from plugin * export * Revert map change * Delete legacy saved objects client provider * Fix management digest cycle Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* Add esClient instance to data.__LEGACY and replace old usages * add es clinet to setup karma mock * delete unneeded import * fix get inner angular * Fix karma test * Fix vega browser test * Update esClient usage * ts fixes * ts + karma tests * update tests * Fix karma test * eslint * Register default strategy from plugin * export * Revert map change * Delete legacy saved objects client provider * Fix management digest cycle Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Depends on merging #53766
Replace any occurecnces of
$injector.get('es')with the instance ofEsClientexposed bynewPlatform.start.data.search.__LEGACYChecklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers