OpenSearch/x-pack/plugin
Ryan Ernst 7a150ec06d
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-22 15:03:01 -07:00
..
core Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07: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-22 15:03:01 -07: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-22 15:03:01 -07:00
monitoring Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
rollup Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
security Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
sql Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
src/test [ML] Add ML filter update API (#31437) 2018-06-22 15:13:31 +01: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-22 15:03:01 -07:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00