OpenSearch/elasticsearch/qa/messy-test-watcher-with-groovy
Alexander Reelsen 1aedda3627 X-Pack: Create notification module
In order to move things from watcher to x-pack this created a notification module in x-pack.
This also means that the HTTPClient was moved up and settings have changed from
`xpack.watcher.http` to just `xpack.http`.

Further things done:

* Move http under o.e.xpack.common
* Moved secret service to o.e.xpack.common, initializing in XpackPlugin
* Moved text template to o.e.xpack.common.text
* Moved http client initialization into xpack plugin
* Renamed xpack.watcher.encrypt_sensitive_data setting, moved into Watch class
* Moved script service proxy to common

Original commit: elastic/x-pack-elasticsearch@41eb6e6946
2016-05-04 08:53:29 +02:00
..
src/test/java/org/elasticsearch/messy/tests X-Pack: Create notification module 2016-05-04 08:53:29 +02:00
build.gradle watcher: Removed custom xmustache script and use mustache script engine in lang-mustache module 2016-02-03 09:18:50 +01:00