-
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
Replace data plugin kfetch dependency with core.http service #45498
Replace data plugin kfetch dependency with core.http service #45498
Conversation
Pinging @elastic/kibana-app-arch |
💔 Build Failed |
ACK: will review security related change today |
0066421
to
fc1e8ff
Compare
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.
Security changes LGTM!
💚 Build Succeeded |
…plugin/remove-kfetch-2
…plugin/remove-kfetch-2
💚 Build Succeeded |
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
@@ -105,7 +112,7 @@ export class IndexPatterns { | |||
return null; | |||
}; | |||
|
|||
get = (id?: string) => { | |||
get = (id?: string | null) => { |
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.
id?
already allows this not to be set, why do we need null ?
…lizozom/kibana into newplatform/data-plugin/remove-kfetch-2
💔 Build Failed |
💚 Build Succeeded |
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.
ML edit LGTM
Summary
Part of #44377
kfetch
dependency oncore.http
serviceIndexPatternsProvider
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers