OpenSearch/x-pack/plugin
Martijn van Groningen f40139c403
Change ShardFollowTask to reuse common serialization logic (#39094)
Initially in #38910, ShardFollowTask was reusing ImmutableFollowParameters'
serialization logic. After merging, bwc tests failed sometimes and
the binary serialization that ShardFollowTask was originally was using
was added back. ImmutableFollowParameters is using optional fields (optional vint)
while ShardFollowTask was not (vint).
2019-02-21 09:32:33 +01:00
..
ccr Change ShardFollowTask to reuse common serialization logic (#39094) 2019-02-21 09:32:33 +01:00
core Add retention leases replication tests (#38857) 2019-02-20 19:21:00 -05:00
data-frame set minimum supported version (#39043) (#39051) 2019-02-18 15:41:25 +01:00
deprecation ML refactor DatafeedsConfig(Update) so defaults are not populated in queries or aggs (#38822) (#39119) 2019-02-19 12:45:56 -06:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Remove retention leases when unfollowing (#39088) 2019-02-20 07:06:49 -05:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml ML refactor DatafeedsConfig(Update) so defaults are not populated in queries or aggs (#38822) (#39119) 2019-02-19 12:45:56 -06:00
monitoring [Monitoring] Remove `include_type_name` parameter from GET _template request (#38925) 2019-02-14 16:09:52 -08:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Fix failures in SessionFactoryLoadBalancingTests (#39154) 2019-02-20 11:38:26 -07:00
sql SQL: enforce JDBC driver - ES server version parity (#38972) 2019-02-20 11:29:02 +02:00
src/test ML refactor DatafeedsConfig(Update) so defaults are not populated in queries or aggs (#38822) (#39119) 2019-02-19 12:45:56 -06:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Resolve concurrency with watcher trigger service (#39164) 2019-02-20 19:18:00 +11:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00