kibana/x-pack/examples
Gerard Soldevila 722f758156
[8.x] Address some of the no_group_crossing dependencies (#198261) (#199165)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Address some of the `no_group_crossing` dependencies
(#198261)](https://github.com/elastic/kibana/pull/198261)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Gerard
Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2024-11-06T14:44:35Z","message":"Address
some of the `no_group_crossing` dependencies (#198261)\n\n###
Summary\r\n\r\nThis PR relocates some plugins and packages that are
incorrectly\r\ncategorised, aiming at reducing inter-solution
dependencies. It also\r\nfixes some incorrect import statements that
introduce unnecessary\r\ndependencies with other
components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Maryam Saeidi
<maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor","Team:Obs
AI
Assistant","ci:project-deploy-observability","Team:obs-ux-management"],"number":198261,"url":"https://github.com/elastic/kibana/pull/198261","mergeCommit":{"message":"Address
some of the `no_group_crossing` dependencies (#198261)\n\n###
Summary\r\n\r\nThis PR relocates some plugins and packages that are
incorrectly\r\ncategorised, aiming at reducing inter-solution
dependencies. It also\r\nfixes some incorrect import statements that
introduce unnecessary\r\ndependencies with other
components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Maryam Saeidi
<maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198261","number":198261,"mergeCommit":{"message":"Address
some of the `no_group_crossing` dependencies (#198261)\n\n###
Summary\r\n\r\nThis PR relocates some plugins and packages that are
incorrectly\r\ncategorised, aiming at reducing inter-solution
dependencies. It also\r\nfixes some incorrect import statements that
introduce unnecessary\r\ndependencies with other
components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Maryam Saeidi
<maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a"}}]}]
BACKPORT-->
2024-11-08 10:46:18 -06:00
..
alerting_example [8.x] Added scope field to features config. (#191634) (#193389) 2024-09-19 10:42:43 -05:00
embedded_lens_example [EuiProvider] Fix Gis-Presentation-Visualization code (#183875) 2024-05-22 13:28:36 -07:00
exploratory_view_example [8.x] Address some of the no_group_crossing dependencies (#198261) (#199165) 2024-11-08 10:46:18 -06:00
gen_ai_streaming_response_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
lens_config_builder_example Make the formula api optional for the lens builder (#179255) 2024-03-25 07:09:37 -07:00
lens_embeddable_inline_editing_example Make the formula api optional for the lens builder (#179255) 2024-03-25 07:09:37 -07:00
screenshotting_example [8.x] Address some of the no_group_crossing dependencies (#198261) (#199165) 2024-11-08 10:46:18 -06:00
testing_embedded_lens [8.x] Remove deprecated usages of &#x60;EuiFormRow&#x60;&#x27;s &#x60;display&#x3D;&quot;columnCompressedSwitch&quot;&#x60; prop (#198709) (#199210) 2024-11-06 14:11:05 -06:00
third_party_lens_navigation_prompt [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
third_party_maps_source_example [maps] remove ISource.getIndexPatternIds and ISource.getQueryableIndexPatternIds methods (#176095) 2024-02-05 07:40:51 -07:00
third_party_vis_lens_example [Lens] Chart switch redesign (#187475) 2024-09-05 12:32:45 +02:00
triggers_actions_ui_example [8.x] [Response Ops][Rules] Add New Rule Form to Stack Management (#194655) (#196290) 2024-10-15 08:57:08 -05:00
ui_actions_enhanced_examples [8.x] Address some of the no_group_crossing dependencies (#198261) (#199165) 2024-11-08 10:46:18 -06:00
README.md

Example plugins

This folder contains X-Pack example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples