OpenSearch/modules
Ryan Ernst 49387bf2d7
Core: Combine doExecute methods in TransportAction (#31517)
TransportAction currently contains 2 doExecute methods, one which takes
a the task, and one that does not. The latter is what some subclasses
implement, while the first one just calls the latter, dropping the given
task. This commit combines these methods, in favor of just always
assuming a task is present.
2018-06-25 09:41:22 +01:00
..
aggs-matrix-stats Decouple MultiValueMode. (#31075) 2018-06-05 08:51:20 +02:00
analysis-common Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
ingest-common Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
lang-expression Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
lang-mustache Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
lang-painless Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
mapper-extras Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
parent-join Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
percolator Remove version argument in RangeFieldType (#30411) 2018-05-16 17:42:44 +02:00
rank-eval Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
reindex Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
repository-url [Tests] Mutualize fixtures code in BaseHttpFixture (#31210) 2018-06-14 14:09:56 +02:00
transport-netty4 Core: Combine messageRecieved methods in TransportRequestHandler (#31519) 2018-06-22 07:36:03 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00