[DOCS] Organize breaking changes by component#79162
Merged
jrodewig merged 7 commits intoelastic:masterfrom Nov 15, 2021
jrodewig:docs__reorg-80-breaking-changes
Merged
[DOCS] Organize breaking changes by component#79162jrodewig merged 7 commits intoelastic:masterfrom jrodewig:docs__reorg-80-breaking-changes
jrodewig merged 7 commits intoelastic:masterfrom
jrodewig:docs__reorg-80-breaking-changes
Conversation
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
Contributor
Author
|
@pugnascotia @debadair This still has some rough edges, but I'm at a stage where I'd like some feedback. I'm kinda on the fence about whether to proceed or not. Some areas I'd like feedback on:
|
jrodewig
commented
Nov 4, 2021
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Show resolved
Hide resolved
debadair
approved these changes
Nov 6, 2021
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/migration/migrate_8_0/_cluster-node-setting-changes.asciidoc
Outdated
Show resolved
Hide resolved
pugnascotia
approved these changes
Nov 8, 2021
Contributor
pugnascotia
left a comment
There was a problem hiding this comment.
I skimmed over the preview, the reorganized version looks much better. I don't think there's any value to my going through the diffs in detail.
Co-authored-by: debadair <debadair@elastic.co>
elasticsearchmachine
pushed a commit
that referenced
this pull request
Nov 15, 2021
* Reorganizes the 8.0.0 and 8.1.0 breaking changes and deprecations into component-based categories. * Adds an ESS icon to cluster settings on the ESS user settings allowlist. * Adds tips for sections that aren't relevant to Cloud users. * Updates the labels for some items to provide better context. Co-authored-by: debadair <debadair@elastic.co> # Conflicts: # docs/reference/migration/index.asciidoc # docs/reference/migration/migrate_8_1.asciidoc
This was referenced Nov 15, 2021
This was referenced Nov 15, 2021
jrodewig
added a commit
to elastic/stack-docs
that referenced
this pull request
Nov 15, 2021
Updates the ES breaking changes headings for elastic/elasticsearch#79162
jrodewig
added a commit
to elastic/stack-docs
that referenced
this pull request
Nov 15, 2021
Updates the ES breaking changes headings for elastic/elasticsearch#79162
jrodewig
added a commit
that referenced
this pull request
Nov 15, 2021
Removes some unneeded files related to the previous organization of breaking changes. Relates to #79162 and elastic/stack-docs#1877
elasticsearchmachine
pushed a commit
that referenced
this pull request
Nov 15, 2021
Removes some unneeded files related to the previous organization of breaking changes. Relates to #79162 and elastic/stack-docs#1877
pugnascotia
added a commit
to pugnascotia/elasticsearch
that referenced
this pull request
Nov 16, 2021
Following elastic#79162, change the possible breaking / deprecation areas in the changelog schema.
pugnascotia
added a commit
that referenced
this pull request
Nov 17, 2021
PR #79162 revised the breaking changes categories in the doc. Follow this by revising the categories that changelog YAML files can use.
pugnascotia
added a commit
that referenced
this pull request
Nov 23, 2021
The structure of the breaking changes / migration guide was updated in #79162 to change the categories and split the breaking changes into different files. This PR amends the changelog generator code in line with this rework.
pugnascotia
added a commit
that referenced
this pull request
Nov 23, 2021
The structure of the breaking changes / migration guide was updated in #79162 to change the categories and split the breaking changes into different files. This PR amends the changelog generator code in line with this rework.
jrodewig
added a commit
that referenced
this pull request
Dec 1, 2021
The change removes a node-level setting. It was accidentally placed with REST API changes as part of #79162. This moves the breaking change to the cluster and node setting changes section.
jrodewig
added a commit
that referenced
this pull request
Dec 17, 2021
Combines several 8.0 breaking changes for the removal of API endpoints that contain mapping types. These items were separate because we previously organized breaking changes by area. This is a follow-on to #79162.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Preview
https://elasticsearch_79162.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/migrating-8.0.html
Goals
elasticsearch.ymlsettings in one go.Out of scope
This PR intentionally does not:
This work should be handled as a separate effort.
I'll also need to update the Installation and Upgrade Guide so that we can remove several now-empty files. For now, I've left these files in to avoid breaking the docs build.
Testing
I took care to ensure no breaking changes were lost during the reorganization. In the HTML output, each breaking change has a
<summary>tag. You can count these tags as a smoke test.The count should match.