summaryrefslogtreecommitdiff
path: root/rest-api-spec
AgeCommit message (Expand)Author
2016-07-18Fixed incorrect YAML indentation in the "Rollover" tests againKarel Minarik
2016-07-18Support requests_per_second=-1 to mean no throttling in reindexNik Everett
2016-07-15Removes waiting for yellow cluster health upon index (#19460)Ali Beyad
2016-07-15Merge pull request #19450 from elastic/feature/friendly-index-creationAli Beyad
2016-07-15Index creation waits for active shard copies before returning (#18985)Ali Beyad
2016-07-14[TEST] add 'yaml' feature for the test runner (#19436)Honza Král
2016-07-14Add support for `wait_for_events` to the `_cluster/health` REST endpoint (#19...Simon Willnauer
2016-07-13Removed deprecated 1.x script and template syntaxMartijn van Groningen
2016-07-12Merge remote-tracking branch 'dakrone/include-cluster-info-in-explain-api'Lee Hinman
2016-07-12Expose the ClusterInfo object in the allocation explain outputLee Hinman
2016-07-11Limit batch size when scrollingNik Everett
2016-07-06Add missing field type in the FieldStats response.Jim Ferenczi
2016-07-04Fix typo in rest testJim Ferenczi
2016-07-04Restore reverted change now that alpha4 is out:Jim Ferenczi
2016-07-04Rename Search Template REST testsTanguy Leroux
2016-07-01Includes the index UUID in the _cat/indices API and adds testsAli Beyad
2016-07-01[TEST] remove feature yaml from REST testsjavanna
2016-07-01[TEST] parse yaml responses too through ObjectPath rather than only json resp...javanna
2016-06-30Add support for `teardown` section in REST testsjaymode
2016-06-29[TEST] add wait for yellowBritta Weber
2016-06-28[API] separate tasks.list and tasks.get APIs in the json definition (#19107)Honza Král
2016-06-28[TEST] refactor search yaml tests (#19109)Honza Král
2016-06-27Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`"Jim Ferenczi
2016-06-24Fix NPEs due to disabled sourceAlex Benusovich
2016-06-23Merge pull request #19048 from karmi/fix_rollover_integration_testAreek Zillur
2016-06-23remove extra brace from rollover rest api specAreek Zillur
2016-06-23Fixed incorrect indentation in the YAML integration test for the "Rollover" APIKarel Minarik
2016-06-23Move templates out of the Search API, into lang-mustache moduleTanguy Leroux
2016-06-22Rename `fields` to `stored_fields` and add `docvalue_fields`Jim Ferenczi
2016-06-22Remove `_timestamp` and `_ttl` on 5.x indices. #18980Adrien Grand
2016-06-21inner_hits: Also never serialize `_index` key for parent/child inner hits as ...Martijn van Groningen
2016-06-21inner_hits: Don't include `_id`, `_type` and `_index` keys in search response...Martijn van Groningen
2016-06-17Merge branch 'master' into enhancement/rollover_apiAreek Zillur
2016-06-17Revert "Remove support for sorting terms aggregation by ascending count"Jim Ferenczi
2016-06-17Merge branch 'master' into enhancement/rollover_apiAreek Zillur
2016-06-17Remove support for sorting terms aggregation by ascending countJim Ferenczi
2016-06-16Merge branch 'master' into enhancement/rollover_apiAreek Zillur
2016-06-16Fix flat_settings REST parameterAlexander Kazakov
2016-06-16Closes #18013. Added status field to _msearch response bodies.Alexander Lin
2016-06-15Merge branch 'master' into enhancement/shrink_request_parserAreek Zillur
2016-06-14Create get task API that falls back to the .tasks indexNik Everett
2016-06-13msearch: Cap the number of searches the msearch api will concurrently executeMartijn van Groningen
2016-06-10Add an index setting to limit the maximum number of slices allowed in a scrol...Jim Ferenczi
2016-06-09Allow users to override the name for the rollover indexAreek Zillur
2016-06-09change rollover rest-api placeholder nameAreek Zillur
2016-06-09fail rollover request if rollover index already existsAreek Zillur
2016-06-09Add Shrink request source parser to parse create index request bodyAreek Zillur
2016-06-08fix rest testsAreek Zillur
2016-06-07remove unused request paramAreek Zillur
2016-06-07ingest: Move processors from core to ingest-common module.Martijn van Groningen