kibana/examples
Liza Katz 14144156f6
[Data] Query Input String manager (#72093)
* improve test stability

* query string input manager (needed for search demo)

* docs

* dashboard

* Fix jest

* mock fix

* Allow restoring a saved query

* sync url

* Luke's fix to test

* cleanup

* lens jest tests

* docs

* use queryStringManager.getDefaultQuery
Don't sync query to global state

* Update app.test.tsx

lens mock

* jest fix

* jest

* use new api in the example

* Rename state param to query to match url state

* Apply changes to discover

* Update src/plugins/data/public/query/query_string/index.ts

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Improve query string state manager

* Cleanup dashboard code

* Handle refresh button

* Set initial dashboard state

* visualize state

* remove unused

* docs

* fix example

* fix jest

* fix filter app state in discover

* fix maps test

* jest

Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-29 10:48:23 +03:00
..
alerting_example [Alerting] Control Alerts Management via feature controls & privileges (#72029) 2020-07-28 15:20:24 +01:00
bfetch_explorer [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
dashboard_embeddable_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
developer_examples Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
embeddable_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
embeddable_explorer [Example] Embeddable by Reference and Value (#68719) 2020-07-09 12:22:04 -04:00
routing_example Routing example plugin (#69581) 2020-07-15 12:44:42 -04:00
state_containers_examples [Data] Query Input String manager (#72093) 2020-07-29 10:48:23 +03:00
ui_action_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
ui_actions_explorer [uiActions] Support emitting nested triggers and actions (#70602) 2020-07-15 16:44:11 +02:00
url_generators_examples [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
url_generators_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04: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
----