kibana/examples
Nodir Latipov 3e2761d981
[Unified search] Create unified search plugin (#127651)
* [Unified search] Create unified search plugin

* add unified_search into USES_STYLED_COMPONENTS

* fix JEST group 4

* update limits for data plugin

* fix: remove unifiedSearch plugin from x-pack/plugins/file_upload

* feat: updated .github/CODEOWNERS and set @elastic/kibana-app-services as a code owner

* apply PR comments

* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'

* feat: moved filter bar, apply filters folders and apply filter action from Data plugin to unified search plugin

* fix Checks

* fix Checks

* fix Linting and Default CI Group #16

* fix Checks

* fix Checks

* fix Linting (with types)

* fix show FILTER_BAR

* fix Jest Tests

* feat replece indexPatternsContranct in setIndexPatterns to DataViewsContract

* feat: removed unnecessary interface in unified search

* fix Checks

* fix Checks

* fix Jest Tests, Checks

* fix Checks

* resolve comments

Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-04-05 12:23:31 +05:00
..
bfetch_explorer Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
dashboard_embeddable_examples [Dashboard] Fix time range and filter state comparisons for dashboard-to-dashboard drilldowns (#124278) 2022-02-22 10:30:03 -07:00
data_view_field_editor_example Update example plugins to stop using deprecated APIs (#121547) 2021-12-20 14:43:16 +01:00
developer_examples [eslint] enable type-specific lint rules (#114184) 2021-11-03 16:56:17 -06:00
embeddable_examples [eslint] ensure that all imports are resolvable (#129002) 2022-04-04 15:37:06 -04:00
embeddable_explorer Make embeddable example plugin not fail for read-only user (#125459) 2022-02-14 10:33:32 +01:00
expressions_explorer [DevExamples] fix typos (#124582) 2022-02-04 09:16:04 -05:00
field_formats_example [eslint] ensure that all imports are resolvable (#129002) 2022-04-04 15:37:06 -04:00
hello_world Clean up Developer Guide (#108259) 2021-08-12 14:05:43 -04:00
locator_examples [eslint] enable type-specific lint rules (#114184) 2021-11-03 16:56:17 -06:00
locator_explorer updating persistable state types (#123340) 2022-01-25 18:58:55 +01:00
partial_results_example [expressions] changes fork to use namespacing (#125957) 2022-03-15 14:32:56 +01:00
preboot_example Elasticsearch client: no longer default to using meta: true (#124488) 2022-02-12 09:19:44 +01:00
routing_example Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
screenshot_mode_example chore(NA): splits types from code on @kbn/i18n (#119256) 2021-11-24 17:18:03 +00:00
search_examples [Unified search] Create unified search plugin (#127651) 2022-04-05 12:23:31 +05:00
share_examples URL service docs (#125697) 2022-02-23 15:23:04 +01:00
state_containers_examples Update example plugins to stop using deprecated APIs (#121547) 2021-12-20 14:43:16 +01:00
ui_action_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
ui_actions_explorer [DevExamples] fix typos (#124582) 2022-02-04 09:16:04 -05:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

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

[source,bash]
----
yarn start --run-examples
----