OpenSearch/elasticsearch/qa/messy-test-xpack-with-mustache
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 X-Pack: Create notification module 2016-05-04 08:53:29 +02:00
build.gradle fix x-pack compile/tests to work with https://github.com/elastic/elasticsearch/pull/15328 2015-12-10 08:47:55 -05:00