Skip to content

Ensure http interceptors are shares across lifecycle methods#57150

Merged
joshdover merged 3 commits intoelastic:masterfrom
joshdover:np/fix-http-intercept
Feb 10, 2020
Merged

Ensure http interceptors are shares across lifecycle methods#57150
joshdover merged 3 commits intoelastic:masterfrom
joshdover:np/fix-http-intercept

Conversation

@joshdover
Copy link
Copy Markdown
Contributor

Summary

Fixes #57148

Reuses the same instance of the underlying fetch service in both setup and start to make sure that the registered interceptors in setup are available to fetch calls made in start and visa versa.

@joshdover joshdover added Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// Feature:New Platform release_note:skip Skip the PR/issue when compiling release notes v7.6.0 labels Feb 7, 2020
@joshdover joshdover requested a review from a team as a code owner February 7, 2020 19:53
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@joshdover
Copy link
Copy Markdown
Contributor Author

Appears to be just a CI / Jenkins issue, but re-running just to be safe.

@joshdover
Copy link
Copy Markdown
Contributor Author

@elasticmachine retest

1 similar comment
@joshdover
Copy link
Copy Markdown
Contributor Author

@elasticmachine retest

@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@joshdover joshdover merged commit af37d5f into elastic:master Feb 10, 2020
@joshdover joshdover deleted the np/fix-http-intercept branch February 10, 2020 20:32
@joshdover joshdover added v7.6.1 and removed v7.6.0 labels Feb 10, 2020
joshdover added a commit to joshdover/kibana that referenced this pull request Feb 10, 2020
joshdover added a commit to joshdover/kibana that referenced this pull request Feb 10, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Feb 11, 2020
* master: (34 commits)
  [Index management] Server-side NP ready (elastic#56829)
  Webhook action - make user and password secrets optional (elastic#56823)
  [DOCS] Removes reference to IRC (elastic#57245)
  [Monitoring] NP migration: Local angular module (elastic#51823)
  [SIEM] Adds ECS link to help menu (elastic#57104)
  Ensure http interceptors are shares across lifecycle methods (elastic#57150)
  [Remote clusters] Migrate server code out of legacy (elastic#56781)
  fixes render bug in alert list (elastic#57152)
  siem 7.6 updates (elastic#57169)
  Make the update alert API key API work when AAD is out of sync (elastic#56640)
  fix(NA): MaxListenersExceededWarning on getLoggerStream (elastic#57133)
  [Metrics UI] Setup commonly used time ranges in timepicker (elastic#56701)
  [Maps] set filter.meta.key to geoFieldName so query passes filterMatchesIndex when ignoreFilterIfFieldNotInIndex is true (elastic#56692)
  Create plugin mock for event log plugin (elastic#57048)
  fix ts error on master (elastic#57236)
  Don't create API key for disabled alerts when calling create API (elastic#57041)
  Fix enable and disable API to still work when AAD is out of sync (elastic#56634)
  [DOCS] Canvas embed objects (elastic#57156)
  Delete autocomplete namespace (elastic#57187)
  Security - Inject logout url (elastic#57201)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature:New Platform release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v7.6.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kibana Platform creates two HTTP services

4 participants