kibana/examples
Yuliia Naumenko 5ed5fda832
Allow registered alert types to be non-editable (#65606)
* Allow registered alert types to be non-editable

* Fixed isUiEditEnabled values

* Fixed due to comments

* fixed failing tests

* Enable alert type selection per alert consumer, only 'alerting' consumer can display other consumers alert types, but in case if it isEditable

* fixed tests

* Removed consumer property from the client side alert type registry and added server side property producer which purpose is to manage a feature logic

* fixed type check

* Fixed tests and type checks

* Removed error message for non registered plugins

* Fixed failing tests

* Fixed due to comments

* fixed test

* -

* revert logic for requiresAppContext

* Added close toast after saving alert
2020-05-12 13:38:22 -07:00
..
alerting_example Allow registered alert types to be non-editable (#65606) 2020-05-12 13:38:22 -07:00
bfetch_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
demo_search [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
embeddable_examples Refactor saved object types to use namespaceType (#63217) 2020-04-16 14:37:55 -04:00
embeddable_explorer Add embeddable via saved object example (#61692) 2020-04-15 11:10:20 -04:00
search_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
state_containers_examples [State Management] ScopedHistory support for state syncing utils (#62761) 2020-04-21 13:53:17 +02:00
ui_action_examples Drilldowns (#61219) 2020-05-04 16:11:20 +02:00
ui_actions_explorer Drilldowns (#61219) 2020-05-04 16:11:20 +02:00
url_generators_examples update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
url_generators_explorer update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
README.md

Example plugins

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

yarn start --run-examples