summaryrefslogtreecommitdiff
path: root/modules/lang-mustache/src/main/java/org/elasticsearch/script/mustache/MustachePlugin.java
AgeCommit message (Expand)Author
2017-05-25Scripting: Make contexts available to ScriptEngine construction (#24896)Ryan Ernst
2017-05-11Removed deprecated template query.Martijn van Groningen
2017-05-10Scripting: Remove "service" from ScriptEngine interface name (#24574)Ryan Ernst
2017-03-01Mustache: don't extend AbstractComponent (#23419)Nik Everett
2017-01-20Deguice rest handlers (#22575)Nik Everett
2016-11-14Remove generics from ActionRequestRyan Ernst
2016-07-25Moved all mustache classes into one package.Martijn van Groningen
2016-07-20Migrate query registration from push to pullNik Everett
2016-07-18Template cleanup:Martijn van Groningen
2016-06-29Move RestHandler registration to ActionModule and ActionPluginNik Everett
2016-06-28Pull actions from pluginsNik Everett
2016-06-23Move templates out of the Search API, into lang-mustache moduleTanguy 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-05-20Remove ScriptMode class in favor of boolean true/falseLee Hinman
2016-05-13Remove support for mulitple languages per scripting engineLee Hinman
2016-05-13Remove vestiges of script engine sandboxingLee Hinman
2016-01-27Script mode settingsJason Tedor
2015-12-08refactor mustache to lang-mustache plugin. No rest tests yet.Robert Muir