summaryrefslogtreecommitdiff
path: root/modules/lang-mustache/src/main/java/org/elasticsearch/script/mustache/RestPutSearchTemplateAction.java
AgeCommit message (Expand)Author
2017-07-14Scripting: Remove search template actions (#25717)Ryan Ernst
2017-07-12Scripting: Deprecate stored search template apis (#25437)Ryan Ernst
2017-06-05Fixed NPEs caused by requests without content. (#23497)Alex Benusovich
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-06-02Adds nodes usage API to monitor usages of actions (#24169)Colin Goodheart-Smithe
2017-06-01Scripting: Add optional context parameter to put stored script requests (#25014)Ryan Ernst
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-31Change Namespace for Stored Script to Only Use Id (#22206)Jack Conradson
2017-01-20Deguice rest handlers (#22575)Nik Everett
2016-07-29Squash o.e.rest.action.admin.clusterNik Everett
2016-07-25Moved all mustache classes into one package.Martijn van Groningen