summaryrefslogtreecommitdiff
path: root/modules/lang-mustache/src/test/java/org/elasticsearch/script/mustache/MustacheTests.java
AgeCommit message (Expand)Author
2018-05-30Change ScriptException status to 400 (bad request) (#30861)Christoph Büscher
2018-03-14Decouple XContentBuilder from BytesReference (#28972)Lee Hinman
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-05-26Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Make ScriptEngine.compile generic on the script context (#24873)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-15Scripts: Convert template script engines to return String instead of BytesRef...Ryan Ernst
2017-05-10Scripting: Remove "service" from ScriptEngine interface name (#24574)Ryan Ernst
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-03-01Mustache: don't extend AbstractComponent (#23419)Nik Everett
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-10-26Refactor ScriptType to be a top-level class.Jack Conradson
2016-10-13Mustache: Add {{#url}}{{/url}} function to URL encode strings (#20838)Tanguy Leroux
2016-07-25Moved all mustache classes into one package.Martijn van Groningen
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-29Mustache: Add util functions to render JSON and join array valuesTanguy Leroux
2016-05-13painless: improve exception stacktracesRobert Muir
2016-01-25Scripting: Allow to get size of array in mustacheAlexander Reelsen
2016-01-21mustache: Improve the mustache script engineMartijn van Groningen
2015-12-18Remove wildcard importsRyan Ernst
2015-12-08refactor mustache to lang-mustache plugin. No rest tests yet.Robert Muir