kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Portable Dashboards] Remove Saved Object Class

Open ThomThomson opened this issue 2 years ago • 1 comments

Summary

Major WIP: Fixes https://github.com/elastic/kibana/issues/137200 Fixes https://github.com/elastic/kibana/issues/136767

This PR will require extremely thorough testing

ThomThomson avatar Aug 12 '22 22:08 ThomThomson

Pinging @elastic/kibana-presentation (Team:Presentation)

elasticmachine avatar Sep 23 '22 17:09 elasticmachine

@Heenawter - I was able to fix the bug you described in https://github.com/elastic/kibana/pull/138774#pullrequestreview-1119032685. Nice catch! It was basically a matter of correctly applying all of the state from the save modal. I also cleaned up the state comparison of times a little bit to make it match with the rest of the state comparison.

ThomThomson avatar Sep 27 '22 18:09 ThomThomson

@elasticmachine merge upstream

ThomThomson avatar Sep 27 '22 20:09 ThomThomson

buildkite test this

jbudz avatar Sep 27 '22 20:09 jbudz

@elasticmachine merge upstream

ThomThomson avatar Sep 28 '22 18:09 ThomThomson

:green_heart: Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
dashboard 395 385 -10

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
dashboard 139 113 -26

Async chunks

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

id before after diff
dashboard 388.1KB 418.2KB +30.1KB

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
dashboard 10 3 -7

Page load bundle

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

id before after diff
dashboard 72.2KB 41.0KB -31.2KB
Unknown metric groups

API count

id before after diff
dashboard 144 120 -24

async chunk count

id before after diff
dashboard 5 8 +3

ESLint disabled line counts

id before after diff
dashboard 8 7 -1

References to deprecated APIs

id before after diff
dashboard 60 56 -4

Total ESLint disabled count

id before after diff
dashboard 8 7 -1

Unreferenced deprecated APIs

id before after diff
savedObjects 1 2 +1

History

  • :broken_heart: Build #76534 failed 1fc1f55f977bff6ef77175f9d373f5a9349b9ab1
  • :broken_heart: Build #76275 failed 1d93a4db7d861f8fa18dcede55e0aa5ace99638c
  • :broken_heart: Build #76267 failed 61452cec22558e5b5e4f04a61d0bbf53a8678619
  • :broken_heart: Build #76217 failed 05fb7eebfc2a36f8d8255132ce6fb241dccd56a5
  • :green_heart: Build #75331 succeeded 26103a45bf4ab31408cde646d30166de0dc5bd45

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

kibana-ci avatar Sep 28 '22 19:09 kibana-ci