elasticsearch/modules
Armin Braun 63e64ae61b
Cleanup Stream usage in various spots (#97306)
Lots of spots where we did weird things around streams like redundant stream creation, redundant collecting
before adding all the collected elements to another collection or so, redundant streams for joining strings
and using less efficient `Collectors.toList` and in a few cases also incorrectly relying on the result being mutable.
2023-07-03 14:24:57 +02:00
..
aggregations Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
analysis-common Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
apm Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
data-streams Remove redundant Datastream.TimestampField class (#97298) 2023-07-03 10:39:41 +02:00
dlm Rename origin text from lifecycle to data_stream_lifecycle (#97230) 2023-06-29 17:38:23 +03:00
ingest-attachment IngestService log registered processor types on startup (#95023) 2023-04-05 11:00:23 -04:00
ingest-common Dry up getting cluster admin client in tests (#96952) 2023-06-22 14:27:23 +02:00
ingest-geoip Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
ingest-user-agent IngestService log registered processor types on startup (#95023) 2023-04-05 11:00:23 -04:00
kibana Use Strings.format instead of String.format(Locale.ROOT, ...) in tests (#92106) 2023-01-03 19:28:27 +01:00
lang-expression Dry up getting cluster admin client in tests (#96952) 2023-06-22 14:27:23 +02:00
lang-mustache Improve error message for search.check_ccs_compatibility=true mode flag (#97059) 2023-06-28 11:27:20 -04:00
lang-painless Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
legacy-geo Convert IndexVersion.CURRENT to a method with a pluggable interface (#97132) 2023-06-27 14:47:32 +01:00
mapper-extras Convert IndexVersion.CURRENT to a method with a pluggable interface (#97132) 2023-06-27 14:47:32 +01:00
parent-join Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
percolator Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
rank-eval Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
reindex Fix serverless scope for distrib APIs (#97175) 2023-06-28 15:09:18 +02:00
repository-azure Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
repository-gcs Update Guava dependency version to 32.0.1-jre (#97033) 2023-06-27 09:14:10 -07:00
repository-s3 Convert snapshot version to IndexVersion (#96857) 2023-06-28 16:04:19 +01:00
repository-url Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
rest-root Fix possible NPE when transportversion is null in MainResponse (#97203) 2023-06-29 08:31:56 +01:00
runtime-fields-common Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
systemd Wire IndicesService to plugins (#97081) 2023-06-27 18:02:23 +02:00
transport-netty4 Fix Netty leak on event loop shutdown (#97301) 2023-07-02 11:30:30 +02:00
build.gradle Convert repository plugins to modules (#81870) 2022-01-10 10:45:42 +00:00