mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
## Summary The `/packages` folder at the root of the Kibana repository used to contain a lot of packages. In the context of SKA, they have been gradually moved to various locations: * `src/platform/packages` * `x-pack/platform/packages` * `src/core/packages` Currently, only `devOnly: true` packages are left in this folder. This comprises libraries for CLI scripts as well as testing utilities. With this PR, we are moving ~half of these packages under `src/platform/packages/(private|shared)/`. In particular, we are moving those packages that are being used from platform and/or solutions. Since they are `"devOnly": true`, this means they are ONLY used from tests, cypress tests, storybook configs, ./scripts/ folders inside some modules, or other non-prod-time logic. Nonetheless, they are effectively referenced from platform and/or solutions code, hence I decided they should be placed under `platform` folders. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
.gitkeep | ||
0001_lifecycle_setup.md | ||
0002_encrypted_attributes.md | ||
0003_handler_interface.md | ||
0004_application_service_mounting.md | ||
0005_route_handler.md | ||
0006_management_section_service.md | ||
0007_lifecycle_unblocked.md | ||
0008_pulse.md | ||
0009_screenshot_mode_service.md | ||
0010_service_status.md | ||
0011_global_search.md | ||
0011_reporting_as_an_api.md | ||
0012_encryption_key_rotation.md | ||
0013_saved_object_migrations.md | ||
0013_search_sessions.md | ||
0014_api_documentation.md | ||
0015_bazel.md | ||
0016_ols_phase_1.md | ||
0017_url_service.md | ||
0018_buildkite.md | ||
0019_lifecycle_preboot.md | ||
0020_nodejs_clustering.md |