summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/action/admin/cluster/storedscripts/PutStoredScriptRequest.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-20remove lang url parameter from stored script requests (#25779)Jack Conradson
2017-06-01Scripting: Add optional context parameter to put stored script requests (#25014)Ryan Ernst
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-13Fix communication with 5.3.0 nodesjaymode
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
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen