Commit afd115a
[kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911)
Co-authored-by: Josh Dover <me@joshdover.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
# packages/kbn-optimizer/src/integration_tests/__snapshots__/basic_optimization.test.ts.snap
# src/plugins/embeddable/kibana.json
# src/plugins/telemetry/kibana.json
# src/plugins/ui_actions/kibana.json
# x-pack/plugins/apm/kibana.json
# x-pack/plugins/upgrade_assistant/kibana.json1 parent 1d8e67e commit afd115a
127 files changed
Lines changed: 890 additions & 184 deletions
File tree
- docs/development/core/server
- examples
- bfetch_explorer
- dashboard_embeddable_examples
- embeddable_examples
- state_containers_examples
- ui_action_examples
- ui_actions_explorer
- packages/kbn-optimizer/src
- __fixtures__/mock_repo/plugins/bar
- public/legacy
- common
- integration_tests
- __snapshots__
- optimizer
- worker
- src
- core
- public/plugins
- server
- legacy
- plugins
- discovery
- integration_tests
- legacy/ui/ui_render
- plugins
- advanced_settings
- bfetch
- charts
- console
- dashboard
- data
- discover
- embeddable
- expressions
- home
- index_pattern_management
- input_control_vis
- inspector
- kibana_react
- management
- maps_legacy
- region_map
- saved_objects_management
- saved_objects
- telemetry
- tile_map
- ui_actions
- usage_collection
- vis_type_markdown
- vis_type_metric
- vis_type_table
- vis_type_tagcloud
- vis_type_timelion
- vis_type_timeseries
- vis_type_vega
- vis_type_vislib
- visualizations
- visualize
- test
- interpreter_functional/plugins/kbn_tp_run_pipeline
- plugin_functional/plugins
- app_link_test
- kbn_sample_panel_action
- scripts
- x-pack
- examples/ui_actions_enhanced_examples
- plugins
- apm
- canvas
- cross_cluster_replication
- dashboard_enhanced
- data_enhanced
- discover_enhanced
- graph
- grokdebugger
- index_lifecycle_management
- index_management
- infra
- ingest_manager
- ingest_pipelines
- lens
- license_management
- licensing
- logstash
- maps
- ml
- monitoring
- observability
- painless_lab
- remote_clusters
- reporting
- rollup
- searchprofiler
- security_solution
- security
- snapshot_restore
- spaces
- transform
- triggers_actions_ui
- ui_actions_enhanced
- upgrade_assistant
- uptime
- watcher
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
0 commit comments