OpenSearch/modules
Armin Braun 617e294133
SNAPSHOT: Make Atomic Blob Writes Mandatory (#37168)
* With #37066 introducing atomic writes to HDFS repository we can enforce atomic write capabilities on this interface
* The overrides on the other three cloud implementations are ok because:
   * https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html states that "Amazon S3 never adds partial objects; if you receive a success response, Amazon S3 added the entire object to the bucket."
   * https://cloud.google.com/storage/docs/consistency states that GCS has strong read-after-write consistency
   * https://docs.microsoft.com/en-us/rest/api/storageservices/put-block#remarks Azure has the concept of committing blobs, so there's no partial content here either
* Relates #37011
2019-01-07 12:11:19 +01:00
..
aggs-matrix-stats Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
analysis-common Allow word_delimiter_graph_filter to not adjust internal offsets (#36699) 2018-12-18 13:20:51 +00:00
ingest-common ingest: support default pipelines + bulk upserts (#36618) 2018-12-17 16:25:11 -06:00
ingest-geoip Package ingest-geoip as a module (#36898) 2018-12-22 07:21:49 -05:00
ingest-user-agent Package ingest-user-agent as a module (#36956) 2018-12-22 20:20:53 -05:00
lang-expression Upgrade master to lucene-8.0.0-snapshot-a1c6e642aa (#37091) 2019-01-02 20:18:19 -06:00
lang-mustache Add the ability to set the number of hits to track accurately (#36357) 2019-01-04 20:36:49 +01:00
lang-painless Make SourceToParse immutable (#36971) 2018-12-24 14:06:50 -05:00
mapper-extras Make SourceToParse immutable (#36971) 2018-12-24 14:06:50 -05:00
parent-join Spelling: replace uknown with unknown (#37056) 2019-01-02 17:33:02 +01:00
percolator Spelling: replace cachable with cacheable (#37047) 2019-01-02 14:10:30 +01:00
rank-eval Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
reindex Deprecate use of type in reindex request body (#36823) 2019-01-03 10:29:14 +01:00
repository-url SNAPSHOT: Make Atomic Blob Writes Mandatory (#37168) 2019-01-07 12:11:19 +01:00
transport-netty4 [Zen2] Change unsafe bootstrap nodes count to nodes list in tests (#36559) 2018-12-20 15:20:33 +01:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00