OpenSearch/test/framework
Ryan Ernst 6ce597a378 Scripts: Convert template script engines to return String instead of BytesReference (#24447)
Template script engines (mustache, the only one) currently return a
BytesReference that users must know is utf8 encoded. This commit
modifies all callers and mustache to have the template engine return
String. This is much simpler, and does not require decoding in order to
use (for example, in ingest).
2017-05-15 22:37:31 -07:00
..
src Scripts: Convert template script engines to return String instead of BytesReference (#24447) 2017-05-15 22:37:31 -07:00
build.gradle Add task to look for tests in src/main (#24298) 2017-04-25 21:11:47 -04:00