kibana/examples
Lukas Olson ef80ebf1bb
[Search service] Add async search strategy (#53057)
* Add async search strategy

* Add async search

* Fix async strategy and add tests

* Move types to separate file

* Revert changes to demo search

* Update demo search strategy to use async

* Add cancellation to search strategies

* Add tests

* Simplify async search strategy

* Move loadingCount to search strategy

* Update abort controller library

* Bootstrap

* Abort when the request is aborted

* Add utility and update value suggestions route

* Fix bad merge conflict

* Update tests

* Move to data_enhanced plugin

* Remove bad merge

* Revert switching abort controller libraries

* Revert package.json in lib

* Move to previous abort controller

* Fix test to use fake timers to run debounced handlers

* Revert changes to example plugin

* Fix loading bar not going away when cancelling

* Call getSearchStrategy instead of passing  directly

* Add async demo search strategy

* Fix error with setting state

* Update how aborting works

* Fix type checks

* Add test for loading count

* Attempt to fix broken example test

* Revert changes to test

* Fix test

* Update name to camelCase

* Fix failing test

* Don't require data_enhanced in example plugin

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-25 15:57:40 -07:00
..
bfetch_explorer bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00
demo_search [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
embeddable_examples Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
embeddable_explorer Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
search_explorer [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
state_containers_examples [State Management] State containers improvements (#54436) 2020-01-13 13:57:26 +03:00
ui_action_examples Local actions (#57451) 2020-02-17 14:59:47 +01:00
ui_actions_explorer Search platform context cleanup (#57448) 2020-02-18 17:17:23 -07:00
README.md bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00

Example plugins

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

yarn start --run-examples