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

[kbn/std] update rxjs helpers to use simple operators #80416

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Oct 13, 2020

In #79752 I copied the firstValueFrom() and lastValueFrom() helpers from RxJS v7.beta-7, but there was a bug in those helpers ReactiveX/rxjs#5811, which is now fixed. The fix uses SafeSubscriber in a way that's not supported in RxJS 6, so I've updated the helpers to just use the first() and last() operators to match the behavior of the expected v7.beta-8 release.

@spalger spalger requested a review from a team as a code owner October 13, 2020 21:14
@spalger spalger added release_note:skip Skip the PR/issue when compiling release notes v7.10.1 v7.11.0 v8.0.0 Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Oct 13, 2020
@elasticmachine
Copy link
Contributor

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

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

async chunks size

id before after diff
data 274.8KB 274.4KB -400.0B
graph 1.3MB 1.3MB -399.0B
ingestManager 1.2MB 1.2MB -391.0B
total -1.2KB

page load bundle size

id before after diff
core 652.7KB 652.3KB -400.0B
graph 16.2KB 16.3KB +73.0B
ingestManager 391.8KB 391.9KB +73.0B
uiActionsEnhanced 327.7KB 327.3KB -326.0B
total -580.0B

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

@spalger spalger merged commit 869ca46 into elastic:master Oct 14, 2020
@spalger spalger deleted the fix/rxjs-helpers branch October 14, 2020 14:11
spalger added a commit to spalger/kibana that referenced this pull request Oct 14, 2020
Co-authored-by: spalger <spalger@users.noreply.github.com>
spalger added a commit to spalger/kibana that referenced this pull request Oct 14, 2020
Co-authored-by: spalger <spalger@users.noreply.github.com>
spalger added a commit that referenced this pull request Oct 14, 2020
…#80526)

Co-authored-by: spalger <spalger@users.noreply.github.com>
spalger added a commit that referenced this pull request Oct 14, 2020
…80525)

Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: spalger <spalger@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.10.1 v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants