kibana/examples
Vadim Kibana 708e235457
Redirect endpoint compression (#111471)
* add ability to lz-encode redirect url params

* move redirect param utils to /common

* improve error message

* add getRedirectUrl() to locators

* wire in version into locator redirect method

* make redirect url default to compressed

* fix typescript errors

* pass throuh initialization context to share plugin

* fix test mocks

* improve locators mocks usage

* fix typescript types

* use getRedirectUrl in example plugin

* make redirect url options optional

* add locator tests

* deprecate geturl

* load redirect app UI on demand
2021-09-16 18:45:24 +02:00
..
bfetch_explorer Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
dashboard_embeddable_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
developer_examples Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
embeddable_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
embeddable_explorer [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
expressions_explorer Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
field_formats_example [FieldFormats] Example plugin (#108070) 2021-08-16 05:18:34 -04:00
hello_world Clean up Developer Guide (#108259) 2021-08-12 14:05:43 -04:00
index_pattern_field_editor_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
locator_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
locator_explorer Redirect endpoint compression (#111471) 2021-09-16 18:45:24 +02:00
preboot_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
routing_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
screenshot_mode_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
search_examples [data.search] Handle warnings inside of headers (#103744) 2021-08-16 21:06:19 -07:00
state_containers_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
ui_action_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
ui_actions_explorer [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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
----