kibana/test/scripts
Sergi Massaneda bca73b72ed
[Security Solution] [CellActions] Move to a package (#149057)
Epic: https://github.com/elastic/kibana/issues/144943

## Summary

Moving the existing CellActions implementation to a new home. The
`kbn-cell-actions` package contains components and hooks that are going
to be used by solutions to show data cell actions with a consistent UI
across them.

Security Solution is going to start using it by migrating all
"hover-actions" to the unified implementation, but the usage is not
restricted to it. Any plugin can register and attach its own actions to
a trigger via uiActions, and use this package to render the CellActions
components in a consistent way.

The initial implementation was placed in the uiActions plugin itself due
to a types constraints
(https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions/public/cell_actions),
the constraint has been solved so we are creating the package for it as
planned.

This PR only moves that implementation to the new package, with small
directory changes. The exported components are not being used anywhere
currently, so the implementation may change during the migration phase.

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-01-19 11:52:10 +01:00
..
checks [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
lint [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
test [Health Gateway] Add integration tests (#146334) 2022-12-08 22:51:04 +01:00
jenkins_accessibility.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_apm_cypress.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_build_kbn_sample_panel_action.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_build_kibana.sh [QA] Drop dead code (#136639) 2022-07-20 16:18:25 +01:00
jenkins_build_load_testing.sh [load testing] remove extra loop and pass simulations to running script (#106997) 2021-07-29 10:08:48 +02:00
jenkins_build_plugins.sh Move real plugins out of 'fixtures' dirs (#148756) 2023-01-12 12:38:49 -07:00
jenkins_ci_group.sh [Health Gateway] Add integration tests (#146334) 2022-12-08 22:51:04 +01:00
jenkins_cloud.sh Fix the jenkins job for cloud to export headless browser variable (#25242) 2018-11-06 12:48:48 -07:00
jenkins_defend_workflows_cypress.sh [Defend Workflows] Init Cypress (#147822) 2023-01-04 17:05:13 +01:00
jenkins_firefox_smoke.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_fleet_cypress.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_osquery_cypress.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_plugin_functional.sh [Health Gateway] Add integration tests (#146334) 2022-12-08 22:51:04 +01:00
jenkins_runbld_junit.sh Run pipeline scripts with runbld (#45844) 2019-09-18 10:38:39 -04:00
jenkins_security_solution_cypress_chrome.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_security_solution_cypress_firefox.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_setup.sh Jenkins pipeline with parallel cigroups (#45285) 2019-09-11 11:58:28 -07:00
jenkins_setup_parallel_workspace.sh [CI] Add pipeline task queue framework and merge workers into one (#71268) 2020-08-04 13:13:51 -04:00
jenkins_storybook.sh [Security Solution] [CellActions] Move to a package (#149057) 2023-01-19 11:52:10 +01:00
jenkins_test_setup.sh [CI] Add pipeline task queue framework and merge workers into one (#71268) 2020-08-04 13:13:51 -04:00
jenkins_test_setup_oss.sh [FTR][CI] Use default distribution for all tests (#94968) 2021-05-12 15:24:25 -04:00
jenkins_test_setup_xpack.sh [FTR][CI] Use default distribution for all tests (#94968) 2021-05-12 15:24:25 -04:00
jenkins_uptime_playwright.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_ux_synthetics.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_xpack_accessibility.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_xpack_baseline.sh [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
jenkins_xpack_build_plugins.sh Move real plugins out of 'fixtures' dirs (#148756) 2023-01-12 12:38:49 -07:00
jenkins_xpack_ci_group.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_xpack_firefox_smoke.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
jenkins_xpack_saved_objects_field_metrics.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00
run_multiple_kibana_nodes.sh Handle another node already having deleted the temporary index (#88332) 2021-01-21 12:10:10 +01:00