Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix rendering of APIs that mention version #41154

Merged
merged 1 commit into from
Apr 12, 2019

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Apr 12, 2019

Fixes rendering the version_qualified attribute in the docs. This
attribute includes -SNAPSHOT but does not include -alpha or -beta
and represents the version field as returned by GET / or
GET /_cat/plugins. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.

Fixes rendering the `version_qualified` attribute in the docs. This
attribute includes `-SNAPSHOT` but does not include `-alpha` or `-beta`
and represents the `version` field as returned by `GET /` or
`GET /_cat/plugins`. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.
@nik9000
Copy link
Member Author

nik9000 commented Apr 12, 2019

Relates to #41128. I noticed it first with the plugins and integrations book but it comes up in the reference as well.

Copy link
Contributor

@jrodewig jrodewig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM and successfully builds.

Fixes the snippet on the cat plugins page:
cat_plugins

@nik9000 nik9000 merged commit eb81855 into elastic:master Apr 12, 2019
@nik9000
Copy link
Member Author

nik9000 commented Apr 12, 2019

Thanks for reviewing @jrodewig !

nik9000 added a commit that referenced this pull request Apr 12, 2019
Fixes rendering the `version_qualified` attribute in the docs. This
attribute includes `-SNAPSHOT` but does not include `-alpha` or `-beta`
and represents the `version` field as returned by `GET /` or
`GET /_cat/plugins`. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.
nik9000 added a commit that referenced this pull request Apr 12, 2019
Fixes rendering the `version_qualified` attribute in the docs. This
attribute includes `-SNAPSHOT` but does not include `-alpha` or `-beta`
and represents the `version` field as returned by `GET /` or
`GET /_cat/plugins`. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.
nik9000 added a commit that referenced this pull request Apr 12, 2019
Fixes rendering the `version_qualified` attribute in the docs. This
attribute includes `-SNAPSHOT` but does not include `-alpha` or `-beta`
and represents the `version` field as returned by `GET /` or
`GET /_cat/plugins`. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.
nik9000 added a commit that referenced this pull request Apr 12, 2019
This reverts commit 2ff1815. It turns
out we don't need it in 6.x.
@nik9000
Copy link
Member Author

nik9000 commented Apr 12, 2019

Backport complete!

gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
Fixes rendering the `version_qualified` attribute in the docs. This
attribute includes `-SNAPSHOT` but does not include `-alpha` or `-beta`
and represents the `version` field as returned by `GET /` or
`GET /_cat/plugins`. Without this change we just drop the entire line on
the floor rather than render it so the output looks bad.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants