OpenSearch/x-pack/plugin/eql
David Turner 7941f4a47e Add RepositoriesService to createComponents() args (#54814)
Today we pass the `RepositoriesService` to the searchable snapshots plugin
during the initialization of the `RepositoryModule`, forcing the plugin to be a
`RepositoryPlugin` even though it does not implement any repositories.

After discussion we decided it best for now to pass this in via
`Plugin#createComponents` instead, pending some future work in which plugins
can depend on services more dynamically.
2020-04-16 16:27:36 +01:00
..
qa EQL: Add string function (#54470) 2020-04-10 09:48:29 -06:00
src Add RepositoriesService to createComponents() args (#54814) 2020-04-16 16:27:36 +01:00
build.gradle EQL: Add cascading search cancellation (#54843) 2020-04-14 08:06:02 -04:00