summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/script/ScriptModule.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-08-18Script: Convert script query to a dedicated script context (#26003)Ryan Ernst
2017-08-08Add a scripted similarity. (#25831)Adrien Grand
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-05-25Scripting: Make contexts available to ScriptEngine construction (#24896)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Remove unnecessary generic type from ScriptContext (#24877)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-20Scripting: Remove "inline script enabled" on script engines (#24815)Ryan Ernst
2017-05-18Remove Deprecated Script Settings (#24756)Jack Conradson
2017-05-17Scripting: Remove native scripts (#24726)Ryan Ernst
2017-05-17Scripting: Remove file scripts (#24627)Ryan Ernst
2017-05-10Scripting: Remove "service" from ScriptEngine interface name (#24574)Ryan Ernst
2016-08-09Circuit break the number of inline scripts compiled per minuteLee Hinman
2016-06-21Remove guice from ScriptServiceNik Everett
2016-06-16Cut over settings registration to a pull model (#18890)Simon Willnauer
2016-06-16Simplify ScriptModule and script registration (#18903)Simon Willnauer
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-02-10Fix typos in commentsDongjoon Hyun
2016-02-02Make settings validation strictSimon Willnauer
2016-01-27Script default lang settingJason Tedor
2016-01-27Script mode settingsJason Tedor
2015-12-08refactor mustache to lang-mustache plugin. No rest tests yet.Robert Muir
2015-09-28Factor groovy out of core into lang-groovyRobert Muir
2015-09-22Factor expressions scripts out to lang-expression pluginRobert Muir
2015-09-09Remove and forbid use of com.google.common.collect.MapsJason Tedor
2015-08-27Remove and forbid use of com.google.common.collect.ListsJason Tedor
2015-08-13Internal: Remove ClassLoader from SettingsRyan Ernst
2015-08-13Undo accidental commit of crapRyan Ernst
2015-08-13Fourth time's a charm, one more mock class to add to test jarRyan Ernst
2015-08-10This method on settings loaded a class, based on a setting value, usingRyan Ernst
2015-06-05create core moduleSimon Willnauer