elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.62k stars 8.22k forks source link

[Project nav] Add toggle full screen button #193647

Open tsullivan opened 1 month ago

tsullivan commented 1 month ago

Summary

Epic: https://github.com/elastic/kibana-team/issues/1019

Checklist

Delete any items that are not applicable to this PR.

Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.

When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:

Risk Probability Severity Mitigation/Notes
Multiple Spaces—unexpected behavior in non-default Kibana Space. Low High Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces.
Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. High Low Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure.
Code should gracefully handle cases when feature X or plugin Y are disabled. Medium High Unit tests will verify that any feature flag or plugin combination still results in our service operational.
See more potential risk examples

For maintainers

elasticmachine commented 1 month ago
:robot: Jobs for this PR can be triggered through checkboxes. :construction: :information_source: To trigger the CI, please tick the checkbox below :point_down: - [ ] Click to trigger **kibana-pull-request** for this PR!
kibana-ci commented 1 month ago

:broken_heart: Build Failed

Failed CI Steps

History

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

elasticmachine commented 3 weeks ago

:broken_heart: Build Failed

Failed CI Steps

Test Failures

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
core 447 587 +140
dashboard 667 528 -139
total +1

Async chunks

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

id before after diff
core 60.9KB 60.9KB -37.0B
dashboard 637.3KB 453.3KB -184.0KB
maps 3.0MB 3.0MB -167.0B
total -184.2KB

Page load bundle

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

id before after diff errors
core 450.0KB 634.9KB +184.9KB ❌ 83.5KB over limit
dashboard 50.3KB 50.3KB -58.0B
total +184.8KB

History