-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Init breaking changes #8301
Conversation
51143e4
to
61545cd
Compare
I think these should go in 5.x and get backported to 5.0. That seems to be the way elasticsearch does it https://www.elastic.co/guide/en/elasticsearch/reference/5.x/breaking-changes.html I'd also recommend following the tree structure that ES uses, so everything looks nice and consistent across products, so: Breaking changes |
We're gonna have to get better about applying the breaking label to PRs now, 3/4 of those you listed didn't have it :) |
61545cd
to
b3e1aaa
Compare
@@ -0,0 +1,12 @@ | |||
[[breaking-changes]] | |||
== Breaking changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "c" should be capitalized in changes so it matches the other section titles in the table of contents
I think this needs to be rebased as well |
e208cbf
to
743c132
Compare
@jbudz I'm going to point this against master instead. It clearly lists it as breaking changes in 5.0, so there's no reason why that can't go into master. |
Nevermind, just changing it via github doesn't work. Can you point these changes at master instead? |
743c132
to
f10a949
Compare
@epixa done |
LGTM, let's get this in/backported |
--------- **Commit 1:** [docs] Init breaking changes * Original sha: 3e60953 * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T17:35:44Z **Commit 2:** [docs] Add separate section for 5.0 * Original sha: 9f0101f * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T19:09:36Z **Commit 3:** [docs] Capitalize breaking changes title * Original sha: f10a949 * Authored by Jonathan Budzenski <[email protected]> on 2016-10-10T14:17:01Z
--------- **Commit 1:** [docs] Init breaking changes * Original sha: 3e60953 * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T17:35:44Z **Commit 2:** [docs] Add separate section for 5.0 * Original sha: 9f0101f * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T19:09:36Z **Commit 3:** [docs] Capitalize breaking changes title * Original sha: f10a949 * Authored by Jonathan Budzenski <[email protected]> on 2016-10-10T14:17:01Z
[backport] PR #8301 to 5.x - [docs] Init breaking changes
[backport] PR #8301 to 5.0 - [docs] Init breaking changes
--------- **Commit 1:** [docs] Init breaking changes * Original sha: bc4a7096b972e98479300411ed134b40eb083872 [formerly 3e60953] * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T17:35:44Z **Commit 2:** [docs] Add separate section for 5.0 * Original sha: 02e0808655b09fb436490218ee9cce63ae29a841 [formerly 9f0101f] * Authored by Jonathan Budzenski <[email protected]> on 2016-09-15T19:09:36Z **Commit 3:** [docs] Capitalize breaking changes title * Original sha: e9d72049cccb047293f6bff1f262187dabc718e1 [formerly f10a949] * Authored by Jonathan Budzenski <[email protected]> on 2016-10-10T14:17:01Z Former-commit-id: 8189d1b
[backport] PR elastic#8301 to 5.x - [docs] Init breaking changes Former-commit-id: e5b1121
This starts a breaking changes section in the kibana docs. Part of #8077. cc @tbragin @epixa