kibana
kibana copied to clipboard
WIP [TIP] Loading state changes and react-query integration
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Delete any items that are not applicable to this PR.
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
- [ ] Documentation was added for features that require explanation or tutorials
- [ ] Unit or functional tests were updated or added to match the most common scenarios
- [ ] Any UI touched in this PR is usable by keyboard only (learn more about keyboard accessibility)
- [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: FF, Chrome)
- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
- [ ] This renders correctly on smaller devices using a responsive layout. (You can test this in your browser)
- [ ] This was checked for cross-browser compatibility
:green_heart: Build Succeeded
- Buildkite Build
- Commit: 0f8f0f5ff2914af6233effb304296b82b017e85a
- Storybooks Preview
Metrics [docs]
Module Count
Fewer modules leads to a faster build time
id | before | after | diff |
---|---|---|---|
threatIntelligence |
205 | 210 | +5 |
Async chunks
Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app
id | before | after | diff |
---|---|---|---|
threatIntelligence |
74.6KB | 118.3KB | +43.6KB |
Page load bundle
Size of the bundles that are downloaded on every page load. Target size is below 100kb
id | before | after | diff |
---|---|---|---|
threatIntelligence |
28.7KB | 28.7KB | -48.0B |
History
- :green_heart: Build #75950 succeeded 9c08a4a61907247323cae9877c9f888feedfebc2
- :green_heart: Build #75892 succeeded 3c177ca944328df502128b214d060d2afe4166e8
- :green_heart: Build #75550 succeeded 597ead100d811242e6d6c54c085924d05837b04f
- :green_heart: Build #75154 succeeded aa00d321648863c304fb3e80960a13a8d02eda3c
- :broken_heart: Build #75142 failed 3a755e44e5bb104f339a7a31f7f986a2adf8ac13
- :broken_heart: Build #75129 failed 686b71d6eac76fc1b405d49380ae7ab1aae0c9c6
To update your PR or re-run it, just comment with:
@elasticmachine merge upstream
💔 All backports failed
Status | Branch | Result |
---|---|---|
❌ | 8.5 | Backport failed because of merge conflicts |
Manual backport
To create the backport manually run:
node scripts/backport --pr 141102
Questions ?
Please refer to the Backport tool documentation