summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-01Introduce client feature tracking (#31020)Jason Tedor
2018-06-01Add an option to split keyword field on whitespace at query time (#30691)Jim Ferenczi
2018-05-31HLRest: Allow caller to set per request options (#30490)Nik Everett
2018-05-31Core: Remove RequestBuilder from Action (#30966)Ryan Ernst
2018-05-29Moved keyword tokenizer to analysis-common module (#30642)Martijn van Groningen
2018-05-25Include size of snapshot in snapshot metadata (#29602)Vladimir Dolzhenko
2018-05-25Move score script context from SearchScript to its own class (#30816)Martijn van Groningen
2018-05-24Remove Throwable usage from transport modules (#30845)Tim Brooks
2018-05-24Decouple ClusterStateTaskListener & ClusterApplier (#30809)David Turner
2018-05-23Reintroduce mandatory http pipelining support (#30820)Tim Brooks
2018-05-23Revert "Make http pipelining support mandatory (#30695)" (#30813)Colin Goodheart-Smithe
2018-05-23Use original settings on full-cluster restart (#30780)Yannick Welsch
2018-05-22Remove http pipelining from integration test case (#30788)Tim Brooks
2018-05-22Replace Request#setHeaders with addHeader (#30588)Luca Cavanna
2018-05-22Upgrade to Lucene-7.4.0-snapshot-cc2ee23050 (#30778)Nhat Nguyen
2018-05-22Make http pipelining support mandatory (#30695)Tim Brooks
2018-05-21Remove logging from elasticsearch-nio jar (#30761)Tim Brooks
2018-05-18Upgrade to Lucene-7.4.0-snapshot-59f2b7aec2 (#30726)Nhat Nguyen
2018-05-18Plugins: Remove meta plugins (#30670)Ryan Ernst
2018-05-16Mitigate date histogram slowdowns with non-fixed timezones. (#30534)Adrien Grand
2018-05-16Add a MovingFunction pipeline aggregation, deprecate MovingAvg agg (#29594)Zachary Tong
2018-05-16Rest High Level client: Add List Tasks (#29546)Van0SS
2018-05-15Fix compilation of test framework testsNik Everett
2018-05-15Skip shard deprecation messages in REST tests (#30630)Jason Tedor
2018-05-15Add nio http server transport (#29587)Tim Brooks
2018-05-15Expose master version in REST test context (#30623)Jason Tedor
2018-05-15QA: System property to override distribution (#30591)Nik Everett
2018-05-15Add support for search templates to the high-level REST client. (#30473)Julie Tibshirani
2018-05-14Default to one shard (#30539)Jason Tedor
2018-05-14Moved tokenizers to analysis common module (#30538)Martijn van Groningen
2018-05-11Use simpler write-once semantics for HDFS repository (#30439)Yannick Welsch
2018-05-10Security: fix TokenMetaData equals and hashcode (#30347)Jay Modi
2018-05-09Remove BWC repository test (#30500)Jason Tedor
2018-05-09Docs: Test examples that recreate lang analyzers (#29535)Nik Everett
2018-05-07Correct wording in log message (#30336)Stéphane Campinas
2018-05-07Do not fail snapshot when deleting a missing snapshotted file (#30332)Tanguy Leroux
2018-05-04Upgrade to 7.4.0-snapshot-1ed95c097b (#30357)Jim Ferenczi
2018-05-02Fix NPE when CumulativeSum agg encounters null/empty bucket (#29641)Zachary Tong
2018-05-02Network: Remove http.enabled setting (#29601)Ryan Ernst
2018-05-02Tests: Simplify VersionUtils released version splitting (#30322)Ryan Ernst
2018-05-02Remove MapperService#types(). (#29617)Adrien Grand
2018-05-01Bulk operation fail to replicate operations when a mapping update times out (...Boaz Leskes
2018-04-30HTML5ify Javadoc for core and test framework (#30234)Nik Everett
2018-04-19test: also assert deprecation warning after clusters have been closed.Martijn van Groningen
2018-04-18Test: Guard deprecation check when 0 nodes createdRyan Ernst
2018-04-18Networking: Deprecate http.enabled setting (#29591)Ryan Ernst
2018-04-17Fix the assertion message for an incorrect current version. (#29572)Julie Tibshirani
2018-04-17Enforce translog access via engine (#29542)Nhat Nguyen
2018-04-17Deprecate the index thread pool (#29540)Jason Tedor
2018-04-16REST high-level client: add support for Indices Update Settings API [take 2] ...olcbean