OpenSearch/x-pack/plugin/transform
Jay Modi f3f6ff97ee
Single instance of the IndexNameExpressionResolver (#52604)
This commit modifies the codebase so that our production code uses a
single instance of the IndexNameExpressionResolver class. This change
is being made in preparation for allowing name expression resolution
to be augmented by a plugin.

In order to remove some instances of IndexNameExpressionResolver, the
single instance is added as a parameter of Plugin#createComponents and
PersistentTaskPlugin#getPersistentTasksExecutor.

Backport of #52596
2020-02-21 07:50:02 -07:00
..
qa [Transform] add support for filter aggregation (#52483) 2020-02-21 14:05:11 +01:00
src Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07:00
build.gradle [Transform] maintain a list of unsupported aggregations in transforms (#52190) (#52222) 2020-02-12 07:48:04 +01:00