OpenSearch/modules
Nik Everett 1e587406d8 Fail yaml tests and docs snippets that get unexpected warnings
Adds `warnings` syntax to the yaml test that allows you to expect
a `Warning` header that looks like:
```
    - do:
        warnings:
            - '[index] is deprecated'
            - quotes are not required because yaml
            - but this argument is always a list, never a single string
            - no matter how many warnings you expect
        get:
            index:    test
            type:    test
            id:        1
```

These are accessible from the docs with:
```
// TEST[warning:some warning]
```

This should help to force you to update the docs if you deprecate
something. You *must* add the warnings marker to the docs or the build
will fail. While you are there you *should* update the docs to add
deprecation warnings visible in the rendered results.
2016-08-04 15:23:05 -04:00
..
aggs-matrix-stats Serialize doc counts in Matrix-Stats module 2016-08-01 18:05:10 -05:00
ingest-common ingest: Made the response format of the get pipeline api match with the response format of the index template api 2016-07-29 17:58:30 +02:00
lang-expression Split regular histograms from date histograms. #19551 2016-08-03 08:39:48 +02:00
lang-groovy [TEST] Kill remaining lang-groovy messy tests 2016-08-01 16:59:47 +02:00
lang-mustache Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
lang-painless Refactored Painless link nodes into expression nodes to simplify 2016-07-27 14:01:08 -07:00
percolator Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
reindex Makes the index.write.wait_for_active_shards setting index-level and 2016-08-01 13:37:05 -04:00
transport-netty3 Increase Netty 3 REST test suite timeout 2016-08-03 21:31:48 -04:00
transport-netty4 Merge branch 'master' into netty4 2016-08-03 09:16:18 -04:00
build.gradle Make module client jars go to org.elasticsearch.plugin groupId 2016-07-14 02:58:27 -07:00