OpenSearch/docs/plugins
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
..
alerting.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
analysis-icu.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
analysis-kuromoji.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
analysis-phonetic.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
analysis-smartcn.asciidoc Rename bin/plugin in bin/elasticsearch-plugin 2016-02-05 10:09:14 +01:00
analysis-stempel.asciidoc Rename bin/plugin in bin/elasticsearch-plugin 2016-02-05 10:09:14 +01:00
analysis.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
api.asciidoc Remove Delete-By-Query plugin 2016-05-24 13:28:20 +02:00
authors.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
discovery-azure-classic.asciidoc Clarify cloud.service.name entry 2016-07-21 14:10:43 +02:00
discovery-ec2.asciidoc ping_timeout is documented in discovery-ec2 but does not exist in code 2016-07-21 15:03:56 +02:00
discovery-gce.asciidoc ping_timeout is documented in discovery-ec2 but does not exist in code 2016-07-21 15:03:56 +02:00
discovery.asciidoc Fix documentation filenames 2016-06-30 15:26:54 +02:00
index.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
ingest-attachment.asciidoc Installation and removal instructions for Ingest Plugins (#18769) 2016-06-08 21:55:59 +02:00
ingest-geoip.asciidoc Installation and removal instructions for Ingest Plugins (#18769) 2016-06-08 21:55:59 +02:00
ingest-user-agent.asciidoc ingest: Renamed from `ingest-useragent` to `ingest-user-agent` and processor from `useragent` to `user_agent` 2016-07-07 09:43:43 +02:00
ingest.asciidoc ingest: Renamed from `ingest-useragent` to `ingest-user-agent` and processor from `useragent` to `user_agent` 2016-07-07 09:43:43 +02:00
integrations.asciidoc Update integrations.asciidoc (#18915) 2016-06-17 16:20:03 +02:00
lang-javascript.asciidoc Test docs for plugins 2016-06-14 14:32:29 -04:00
lang-python.asciidoc Test docs for plugins 2016-06-14 14:32:29 -04:00
management.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
mapper-attachments.asciidoc Fail yaml tests and docs snippets that get unexpected warnings 2016-08-04 15:23:05 -04:00
mapper-murmur3.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapper-size.asciidoc Add missing footer notes in mapper size docs 2016-07-05 15:12:18 +02:00
mapper.asciidoc Changed v3.0.0 to v5.0.0 in plugin docs 2016-03-02 11:57:42 +01:00
plugin-script.asciidoc Document proxy flags explicitly and nuke Windows section 2016-07-27 18:21:20 +02:00
redirects.asciidoc Deprecate discovery-azure and rename it to discovery-azure-classic 2016-06-30 14:42:40 +02:00
repository-azure.asciidoc Test docs for plugins 2016-06-14 14:32:29 -04:00
repository-gcs.asciidoc Test docs for plugins 2016-06-14 14:32:29 -04:00
repository-hdfs.asciidoc Updating HDFS repository plugin documentation (#19423) 2016-07-14 16:12:59 -04:00
repository-s3.asciidoc Merge branch 'master' into pr/s3-path-style-access 2016-07-11 23:17:38 +02:00
repository.asciidoc Add Google Cloud Storage repository plugin 2016-05-19 13:26:23 +02:00
scripting.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
security.asciidoc Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
store-smb.asciidoc Docs: Replace [source,json] with [source,js] 2016-05-24 11:17:27 -04:00
store.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00