OpenSearch/modules
Ryan Ernst 473e98981b Scripts: Remove unnecessary executable shortcut (#24264)
ScriptService has two executable methods, one which takes a
CompiledScript, which is similar to search, and one that takes a raw
Script and both compiles and returns an ExecutableScript for it. The
latter is not needed, and the call sites which used one or the other
were mixed. This commit removes the extra executable method in favor of
callers first calling compile, then executable.
2017-04-21 17:53:03 -07:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00
ingest-common Scripts: Remove unnecessary executable shortcut (#24264) 2017-04-21 17:53:03 -07:00
lang-expression Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
lang-mustache Scripts: Remove unnecessary executable shortcut (#24264) 2017-04-21 17:53:03 -07:00
lang-painless Painless: more testing for script_stack (#24168) 2017-04-18 22:52:59 -04:00
percolator Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
reindex Scripts: Remove unwrap method from executable scripts (#24263) 2017-04-21 17:50:22 -07:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00