summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/update/UpdateIT.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-25Unify Settings xcontent reading and writing (#26739)Simon Willnauer
2017-06-22Remove `index.mapping.single_type=false` from core/tests (#25331)Simon Willnauer
2017-05-23Test: Convert test script engine impls to use MockScriptEngine (#24854)Ryan Ernst
2017-05-20Scripting: Remove "inline script enabled" on script engines (#24815)Ryan Ernst
2017-05-17Scripting: Remove file scripts (#24627)Ryan Ernst
2017-05-10Scripting: Remove "service" from ScriptEngine interface name (#24574)Ryan Ernst
2017-04-28Added validation for upserd request (#24282)Kunal Kapoor
2017-04-27Only allow one type on 7.0 indices (#24317)Adrien Grand
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-11-10Clean up of Script.Jack Conradson
2016-10-26Refactor ScriptType to be a top-level class.Jack Conradson
2016-09-13Fixed naming inconsistency for fields/stored_fields in the APIs (#20166)Jim Ferenczi
2016-09-08Remove FORCE version_typeLee Hinman
2016-09-08Revert "Remove FORCE version_type"Lee Hinman
2016-09-07Remove FORCE version_typeLee Hinman
2016-08-01Rename operation to result and reworking responsesAlexander Lin
2016-07-29Remove isCreated and isFound from the Java APIAlexander Lin
2016-07-04Do not catch throwableJason Tedor
2016-06-22Remove `_timestamp` and `_ttl` on 5.x indices. #18980Adrien Grand
2016-06-21Revert "Remove `_timestamp` and `_ttl` on 5.x indices. #18980"Adrien Grand
2016-06-21Remove `_timestamp` and `_ttl` on 5.x indices. #18980Adrien Grand
2016-06-20 Compile each Groovy script in its own classloaderTanguy Leroux
2016-06-16Merge branch 'master' into plugin_name_apiRyan Ernst
2016-06-16Simplify ScriptModule and script registration (#18903)Simon Willnauer
2016-06-15Plugins: Remove name() and description() from apiRyan Ernst
2016-06-08Remove setRefreshNik Everett
2016-05-20Remove ScriptMode class in favor of boolean true/falseLee Hinman
2016-05-13painless: improve exception stacktracesRobert Muir
2016-05-13Allow only a single extension for a scripting engineLee Hinman
2016-05-13Remove support for mulitple languages per scripting engineLee Hinman
2016-05-13Remove vestiges of script engine sandboxingLee Hinman
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2016-01-27Rename methods on ScriptEngineServiceJason Tedor
2016-01-27Script mode settingsJason Tedor
2016-01-19Create default for ExecutableScript#unwrapNik Everett
2016-01-18fix all kinds of crazy test failuresSimon Willnauer
2016-01-13Move all dynamic settings and their config classes to the index levelSimon Willnauer
2015-12-16Added plumbing for compile time script parameters.Jack Conradson
2015-11-23Improve stability of UpdateITDaniel Mitterdorfer
2015-10-20Remove and ban @TestNik Everett
2015-10-08Remove UpdateTests' dependency on groovy.Adrien Grand
2015-09-28Factor groovy out of core into lang-groovyRobert Muir
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-08-03Tests: Remove uses of @Slow and @IntegrationRyan Ernst
2015-08-03Tests: Rename integ tests to IT suffixRyan Ernst