kibana icon indicating copy to clipboard operation
kibana copied to clipboard

move a bunch of code from container to controller

Open mattkime opened this issue 1 year ago • 2 comments

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.

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

mattkime avatar Apr 25 '24 19:04 mattkime

/ci

mattkime avatar Apr 25 '24 19:04 mattkime

/ci

mattkime avatar Apr 29 '24 18:04 mattkime

/ci

mattkime avatar Apr 30 '24 17:04 mattkime

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

elasticmachine avatar Apr 30 '24 18:04 elasticmachine

/ci

mattkime avatar May 04 '24 02:05 mattkime

/ci

mattkime avatar May 07 '24 02:05 mattkime

/ci

mattkime avatar May 31 '24 21:05 mattkime

:green_heart: 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
dataViewFieldEditor 175.3KB 176.3KB +994.0B

History

  • :green_heart: Build #209378 succeeded 23d3648ca3c705e909cb7c5bf9b3c6af92dc999c
  • :green_heart: Build #208306 succeeded cd4eca6a49b132f6b14d7b88c79de68c1aebfbb9
  • :green_heart: Build #207999 succeeded a386c56ef18d43462155944c63443a752c395491
  • :green_heart: Build #207959 succeeded 8e144a8f78b1f8323c15e358e9ab80f4c035ba65
  • :broken_heart: Build #207877 failed b5fa78b1a011c053fd003e3c4289c06e519c54f5
  • :yellow_heart: Build #207045 was flaky e74c72faeeed79f5e874ee913baf0b8d04a3d180

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

cc @mattkime

kibana-ci avatar May 31 '24 22:05 kibana-ci