kibana/examples
Liza Katz 7918405edc
[Search] Error notification alignment (#77788) (#78634)
* OSS error alignemnt

* Adjust error messages in xpack

* Add getErrorMessage

* Use showError in vizualize
Add original error to expression exception

* Cleanup

* ts, doc and i18n fixes

* Fix jest tests

* Fix functional test

* functional test

* ts

* Update functional tests

* Add unit tests to interceptor and timeout error

* expose toasts test function

* doc

* typos

* review 1

* Code review

* doc

* doc fix

* visualization type fix

* fix jest

* Fix xpack functional test

* fix xpack test

* code review

* delete debubg flag

* Update texts by @gchaps

* docs and ts

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-29 11:13:25 +03:00
..
bfetch_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
developer_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
embeddable_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
embeddable_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
routing_example Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
search_examples [Search] Error notification alignment (#77788) (#78634) 2020-09-29 11:13:25 +03:00
state_containers_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
ui_action_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
ui_actions_explorer Context menu (#76497) (#78016) 2020-09-21 19:14:17 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -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
----