mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `9.0`: - [Change reporting CODEOWNERS to response ops (#213560)](https://github.com/elastic/kibana/pull/213560) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Mike Côté","email":"mikecote@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-04-04T21:27:42Z","message":"Change reporting CODEOWNERS to response ops (#213560)\n\nIn this PR, I'm changing the CODEOWNERS for reporting related modules.\nWhile reviewing, ensure I haven't missed anything or moved a module that\nshould remain part of sharedux team.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>\nCo-authored-by: Timothy Sullivan <tsullivan@elastic.co>","sha":"93174d3887b059ff2fb7a91cf88c705fb80e658c","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0","v8.17.5"],"title":"Change reporting CODEOWNERS to response ops","number":213560,"url":"https://github.com/elastic/kibana/pull/213560","mergeCommit":{"message":"Change reporting CODEOWNERS to response ops (#213560)\n\nIn this PR, I'm changing the CODEOWNERS for reporting related modules.\nWhile reviewing, ensure I haven't missed anything or moved a module that\nshould remain part of sharedux team.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>\nCo-authored-by: Timothy Sullivan <tsullivan@elastic.co>","sha":"93174d3887b059ff2fb7a91cf88c705fb80e658c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x","8.17"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213560","number":213560,"mergeCommit":{"message":"Change reporting CODEOWNERS to response ops (#213560)\n\nIn this PR, I'm changing the CODEOWNERS for reporting related modules.\nWhile reviewing, ensure I haven't missed anything or moved a module that\nshould remain part of sharedux team.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>\nCo-authored-by: Timothy Sullivan <tsullivan@elastic.co>","sha":"93174d3887b059ff2fb7a91cf88c705fb80e658c"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Mike Côté <mikecote@users.noreply.github.com> |
||
---|---|---|
.. | ||
content_management_examples | ||
controls_example | ||
data_view_field_editor_example | ||
developer_examples | ||
discover_customization_examples | ||
embeddable_examples | ||
error_boundary | ||
eso_model_version_example | ||
esql_ast_inspector | ||
esql_validation_example | ||
expressions_explorer | ||
feature_control_examples | ||
feature_flags_example | ||
field_formats_example | ||
files_example | ||
grid_example | ||
guided_onboarding_example | ||
hello_world | ||
locator_examples | ||
locator_explorer | ||
partial_results_example | ||
portable_dashboards_example | ||
preboot_example | ||
resizable_layout_examples | ||
response_stream | ||
routing_example | ||
screenshot_mode_example | ||
search_examples | ||
share_examples | ||
sse_example | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
unified_doc_viewer | ||
unified_field_list_examples | ||
user_profile_examples | ||
v8_profiler_examples | ||
README.asciidoc |
[[example-plugins]] == Example plugins This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag (without a basepath), via [source,bash] ---- yarn start --run-examples ----