OpenSearch/docs/reference
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
..
aggregations Update link to mapper-murmur3 plugin in card docs (#19788) 2016-08-04 15:56:59 +02:00
analysis Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
cat Improve cat thread pool API 2016-08-03 23:02:13 -04:00
cluster Fix health docs test 2016-07-16 07:18:11 -04:00
docs Documentation changes for wait_for_active_shards (#19581) 2016-08-02 09:15:01 -04:00
how-to Add `scaled_float`. #19264 2016-07-18 12:36:23 +02:00
images Docs: Add more points to the chart that gives accuracy for the cardinality aggregation. 2016-07-20 10:37:12 +02:00
index-modules Add documentation for the 'elasticsearch-translog' tool 2016-08-02 16:26:28 -06:00
indices Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
ingest 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
mapping Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
migration Migration Guide changes for BlobContainer (#19731) 2016-08-03 10:41:25 -04:00
modules Switch example from inclusion to exclusion. 2016-07-28 21:54:22 -04:00
query-dsl Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
release-notes Updated v5.0.0-alpha5 release notes 2016-08-04 17:17:53 +02:00
search Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
setup Persistent Node Names (#19456) 2016-07-23 22:46:48 +02:00
testing Introduce dedicated master nodes in testing infrastructure (#18514) 2016-05-27 08:44:20 +02:00
aggregations.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
analysis.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
api-conventions.asciidoc Clarify time units usage in docs 2016-06-29 17:02:15 -04:00
cat.asciidoc Add support for documented byte/size units and for micros as a time unit in _cat API 2016-04-15 20:55:41 +02:00
cluster.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
docs.asciidoc Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
getting-started.asciidoc Documentation changes for wait_for_active_shards (#19581) 2016-08-02 09:15:01 -04:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
how-to.asciidoc Add notes about sparsity. 2016-07-07 17:47:19 +02:00
index-modules.asciidoc Remove `_timestamp` and `_ttl` on 5.x indices. #18980 2016-06-22 08:35:54 +02:00
index.asciidoc Bumped version to 5.0.0-alpha4 2016-06-30 15:20:59 +02:00
indices.asciidoc [DOCS] fix missing rollover-index link 2016-06-17 12:14:45 -04:00
ingest.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapping.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
modules.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
query-dsl.asciidoc
redirects.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
release-notes.asciidoc Added release notes for 5.0.0-alpha5 2016-07-29 14:43:31 +02:00
search.asciidoc Add documentation for global search timeout 2016-01-07 10:42:18 -05:00
setup.asciidoc Die with dignity 2016-07-07 14:44:03 -04:00
testing.asciidoc