OpenSearch/x-pack/plugin
Martijn van Groningen f56b2ecb37
Remove xpack dependencies from qa rest modules (#41134) (7.x backport) (#41202)
This commit removes xpack dependencies of many xpack qa modules.
(for some qa modules this will require some more work)

The reason behind this change is that qa rest modules should not depend
on the x-pack plugins, because the plugins are an implementation detail and
the tests should only know about the rest interface and qa cluster that is
being tested.

Also some qa modules rely on xpack plugins and hlrc (which is a valid
dependency for rest qa tests) creates a cyclic dependency and this is
something that we should avoid.  Also Eclipse can't handle gradle cyclic
dependencies (see #41064).

* don't copy xpack-core's plugin property into the test resource of qa
modules. Otherwise installing security manager fails, because it tries
to find the XPackPlugin class.
2019-04-15 19:14:43 +02:00
..
ccr Make Transport Shard Bulk Action Async (#39793) (#41112) 2019-04-11 16:01:52 +02:00
core Remove xpack dependencies from qa rest modules (#41134) (7.x backport) (#41202) 2019-04-15 19:14:43 +02:00
data-frame [ML DataFrame] Data Frame stop all (#41156) 2019-04-15 15:04:28 +01:00
deprecation Add deprecation check for ILM poll interval <1s (#41096) 2019-04-12 10:43:04 -06:00
graph Deprecate types in `_graph/explore` calls. (#40466) (#40513) 2019-03-28 09:32:26 +01:00
ilm [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
logstash Update logstash-management.json to use typeless template (#38653) (#39819) 2019-03-08 08:23:30 -06:00
ml [ML] Allow xpack.ml.max_machine_memory_percent higher than 100% (#41193) 2019-04-15 14:37:46 +01:00
monitoring Add packaging to cluster stats response (#41048) 2019-04-10 13:47:19 -04:00
rollup Rollup/DataFrame: disallow partial results (#41114) 2019-04-12 07:31:22 +02:00
security Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
sql SQL: Change schema calls to empty set (#41034) 2019-04-10 13:14:12 +03:00
src/test [ML DataFrame] Data Frame stop all (#41156) 2019-04-15 15:04:28 +01:00
watcher Remove xpack dependencies from qa rest modules (#41134) (7.x backport) (#41202) 2019-04-15 19:14:43 +02:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00