OpenSearch/x-pack/plugin
Jason Tedor 169cb38778
Liberalize StreamOutput#writeStringList (#37768)
In some cases we only have a string collection instead of a string list
that we want to serialize out. We have a convenience method for writing
a list of strings, but no such method for writing a collection of
strings. Yet, a list of strings is a collection of strings, so we can
simply liberalize StreamOutput#writeStringList to be more generous in
the collections that it accepts and write out collections of strings
too. On the other side, we do not have a convenience method for reading
a list of strings. This commit addresses both of these issues.
2019-01-23 12:52:17 -05:00
..
ccr Implement leader rate limiting for file restore (#37677) 2019-01-22 10:57:37 -07:00
core Liberalize StreamOutput#writeStringList (#37768) 2019-01-23 12:52:17 -05:00
deprecation Remove obsolete deprecation checks (#37510) 2019-01-18 14:24:34 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Use ILM for Watcher history deletion (#37443) 2019-01-23 10:18:08 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml Use ILM for Watcher history deletion (#37443) 2019-01-23 10:18:08 -07:00
monitoring Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Remove kibana_user and kibana_dashboard_only_user index privileges (#37441) 2019-01-22 12:09:08 -08:00
sql Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
src/test ML: creating ML State write alias and pointing writes there (#37483) 2019-01-18 14:32:34 -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 Use ILM for Watcher history deletion (#37443) 2019-01-23 10:18:08 -07:00
build.gradle Simplify integ test distribution types (#37618) 2019-01-21 12:37:17 -08:00