OpenSearch/x-pack/plugin
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
..
core Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
index-lifecycle Fixes compile error due to client interface change 2018-06-22 10:03:43 +01:00
logstash Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
ml Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
monitoring Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
rollup Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
security Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
sql Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
src/test Merge branch 'master' into index-lifecycle 2018-06-22 10:11:15 -07:00
upgrade Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
watcher Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00