OpenSearch/x-pack/qa
Nik Everett e28509fbfe
Core: Less settings to AbstractComponent (#35140)
Stop passing `Settings` to `AbstractComponent`'s ctor. This allows us to
stop passing around `Settings` in a *ton* of places. While this change
touches many files, it touches them all in fairly small, mechanical
ways, doing a few things per file:
1. Drop the `super(settings);` line on everything that extends
`AbstractComponent`.
2. Drop the `settings` argument to the ctor if it is no longer used.
3. If the file doesn't use `logger` then drop `extends
AbstractComponent` from it.
4. Clean up all compilation failure caused by the `settings` removal
and drop any now unused `settings` isntances and method arguments.

I've intentionally *not* removed the `settings` argument from a few
files:
1. TransportAction
2. AbstractLifecycleComponent
3. BaseRestHandler

These files don't *need* `settings` either, but this change is large
enough as is.

Relates to #34488
2018-10-31 21:23:20 -04:00
..
audit-tests Switch some x-pack tests to new style Requests (#32500) 2018-08-21 14:48:53 -04:00
core-rest-tests-with-security Rename ranking evaluation `quality_level` to `metric_score` (#32168) 2018-07-23 22:25:02 +02:00
evil-tests Core: Replace deprecated Loggers calls with LogManager. (#34691) 2018-10-29 15:52:30 -04:00
full-cluster-restart Mute FullClusterRestartIT#testSqlFailsOnIndexWithTwoTypes while we await a fix. 2018-10-23 15:14:08 -07:00
kerberos-tests Remove no-op test (#33861) 2018-09-20 10:45:28 +01:00
multi-cluster-search-security Security: remove wrapping in put user response (#33512) 2018-09-13 14:40:36 -06:00
multi-node [Rollup] Job deletion should be invoked on the allocated task (#34574) 2018-10-23 12:23:22 -04:00
openldap-tests MINOR: Remove Deadcode in X-Pack Tests (#34511) 2018-10-16 22:48:28 +01:00
reindex-tests-with-security [TEST] Enforce skip headers when needed (#34735) 2018-10-31 13:07:02 +01:00
rolling-upgrade [TEST] Enforce skip headers when needed (#34735) 2018-10-31 13:07:02 +01:00
rolling-upgrade-basic Rollup: Consolidate rollup cleanup for http tests (#34342) 2018-10-17 09:32:16 -04:00
saml-idp-tests TESTS: Remove Dead Code in Test Infra. (#34548) 2018-10-17 20:08:39 +01:00
security-client-tests Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
security-example-spi-extension Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
security-migrate-tests Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
security-setup-password-tests Adding stack_monitoring_agent role (#34369) 2018-10-24 07:20:46 -07:00
security-tools-tests Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00
smoke-test-monitoring-with-watcher Switch some watcher tests to new style Requests (#33044) 2018-08-22 14:02:39 -04:00
smoke-test-plugins Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
smoke-test-plugins-ssl Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
smoke-test-security-with-mustache Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
smoke-test-watcher Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
smoke-test-watcher-with-security [TEST] Enforce skip headers when needed (#34735) 2018-10-31 13:07:02 +01:00
third-party Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
transport-client-tests Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
vagrant Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
build.gradle Disable assemble task instead of removing it (#33348) 2018-09-04 07:32:14 +03:00