OpenSearch/x-pack/plugin/sql
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
..
jdbc Remove comparison to true for booleans (#51723) 2020-01-31 16:35:43 -08:00
qa SQL: Fix issues with GROUP BY queries (#41964) 2020-02-15 10:38:24 +01:00
sql-action Upgrade Lucene to 8.5.0-snapshot-b01d7cb (#52584) 2020-02-21 10:25:03 +00:00
sql-cli Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
sql-client SQL: Handle uberjar scenario where the ES jdbc driver file is bundled in another jar (#51856) (#52024) 2020-02-07 04:15:59 +02:00
sql-proto Fix milliseconds handling in intervals (#51675) (#52156) 2020-02-10 19:24:26 +01:00
src Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07:00
build.gradle QL: Backport project to 7.x (#51497) 2020-01-27 22:03:58 +02:00