Skip to content
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

Merged

Conversation

lizozom
Copy link
Contributor

@lizozom lizozom commented Sep 12, 2019

Summary

Part of #44377

  • Replace data plugin kfetch dependency on core.http service
  • Deprecate IndexPatternsProvider

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@lizozom lizozom requested a review from a team as a code owner September 12, 2019 08:56
@lizozom lizozom self-assigned this Sep 12, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch

@elasticmachine
Copy link
Contributor

💔 Build Failed

@azasypkin
Copy link
Member

ACK: will review security related change today

@legrego legrego self-requested a review September 12, 2019 12:50
@lizozom lizozom requested review from a team as code owners September 12, 2019 13:01
@lizozom lizozom force-pushed the newplatform/data-plugin/remove-kfetch-2 branch from 0066421 to fc1e8ff Compare September 12, 2019 13:05
@lizozom lizozom removed the request for review from a team September 12, 2019 13:05
Copy link
Member

@legrego legrego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security changes LGTM!

@lizozom lizozom changed the title Replace data plugin kfetch dependency on core.http service Replace data plugin kfetch dependency with core.http service Sep 12, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Member

@ppisljar ppisljar left a 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) => {
Copy link
Member

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
@lizozom lizozom requested a review from a team as a code owner September 16, 2019 11:32
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ML edit LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants