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

[7.10] Fix bug in which Index Management data streams were being sorted incorrectly by storage size. (#86204) #86390

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

cjcenizal
Copy link
Contributor

Backports the following commits to 7.10:

…rrectly by storage size. (elastic#86204)

They were previously being sorted alphabetically using the humanized size value. Now they're sorted numerically by the raw bytes value.
# Conflicts:
#	x-pack/plugins/index_management/__jest__/client_integration/home/data_streams_tab.helpers.ts
#	x-pack/plugins/index_management/__jest__/client_integration/home/data_streams_tab.test.ts
#	x-pack/plugins/index_management/server/routes/api/data_streams/register_get_route.ts
#	x-pack/test/api_integration/apis/management/index_management/data_streams.ts
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
indexManagement 1.1MB 1.1MB +88.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
indexManagement 632.9KB 633.0KB +85.0B

History

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

@cjcenizal cjcenizal merged commit 5814610 into elastic:7.10 Dec 18, 2020
@cjcenizal cjcenizal deleted the backport/7.10/pr-86204 branch December 18, 2020 00:37
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.

2 participants