kibana/examples
Vadim Dalecky ec5d398865
Redirect endpoint (#103899)
* feat: 🎸 add redirect endpoint app

* feat: 🎸 improve spinner design

* feat: 🎸 implement basic version of redirect endpoint

* feat: 🎸 render errors for user on the screen

* feat: 🎸 improve error message display

* feat: 🎸 improve error display

* feat: 🎸 improve locator errors

* feat: 🎸 improve errors

* feat: 🎸 improve persistable state types

* feat: 🎸 implement migrateToLatest function

* feat: 🎸 migrate locator params to the latest in redirect endp

* Update src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts

* refactor: 💡 make Versioned state be an object

* fix: 🐛 use new VersionedState interface in redirect endpoint

* refactor: 💡 move parseSearchParams into a separate function

* feat: 🎸 implement redirect URL formatter

* feat: 🎸 export redirect URL parsing and formatting functions

* refactor: 💡 use relative import

* test: 💍 add example links through redirect endpoint

* test: 💍 use updated VersionedState type

* test: 💍 add redirect manager tests

* feat: 🎸 add redirect endpoint app to common schema

* chore: 🤖 update telemetry schema

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-06 13:01:51 +02:00
..
bfetch_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
dashboard_embeddable_examples [Dashboard] Move all dashboard extract/inject into persistable state (#96095) 2021-04-12 12:25:03 -04:00
developer_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
embeddable_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
embeddable_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
expressions_explorer [Expressions] Update expressions public API to expose partial results support (#102403) 2021-07-01 22:48:47 +02:00
index_pattern_field_editor_example [Index patterns] Field editor example app (#100524) 2021-06-09 14:44:27 -05:00
locator_examples Locator docs (#103129) 2021-06-28 21:44:11 +02:00
locator_explorer Redirect endpoint (#103899) 2021-07-06 13:01:51 +02:00
routing_example Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
screenshot_mode_example move the example app to be mounted in the developerExamples plugin instead of visible in navbar (#101464) 2021-06-14 14:47:58 +02:00
search_examples Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) 2021-06-08 15:06:06 +02:00
state_containers_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
ui_action_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
ui_actions_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08: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
----