-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Nitpicking the 8.0 Breaking Change issue template #81678
Conversation
@@ -2,7 +2,7 @@ | |||
name: 8.0 Breaking change | |||
about: Breaking changes from 7.x -> 8.0 | |||
title: "[Breaking change]" | |||
labels: Team:Elasticsearch UI, Feature:Upgrade Assistant | |||
labels: Team:Elasticsearch UI, Feature:Upgrade Assistant, Breaking Change |
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.
I added the "Breaking Change" label to differentiate these from the other issues associated with the Upgrade Assistant. This would be a new label, I'm not tied to the name. I also considered making it Feature:Upgrade Assistant - Breaking Change
. Any preference or thoughts on a different way to classify the two different types of issues?
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.
Love it! What do you think of using the "Breaking change" label as a dimension for categorizing it by how it will be surfaced? We can create three labels:
Breaking Change
Breaking Change:Deprecation Log
Breaking Change:Deprecation API
By default, we can apply Breaking Change
via this template. As these issues are created we'll triage them by swapping this label out for one of the others. Or do you think this overloads the label too much / adds too much complexity?
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.
Sounds good to me!
@@ -11,15 +11,15 @@ assignees: '' | |||
|
|||
**Which release will ship the breaking change?** | |||
|
|||
<!-- e.g., v7.6.2 --> | |||
8.0 |
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 issue template states that it's an 8.0 breaking change, so it feels like this will be 8.0 for all of these? Or perhaps we should change Which release will ship the breaking change?
to Which release first included the deprecation?
, but I'm not sure how the answer to this new question impacts anything.
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.
Good call hardcoding this in here. I don't think we'll ever encounter a scenario where we'll need to change this between now and the time 8.0 is GA.
@@ -11,15 +11,15 @@ assignees: '' | |||
|
|||
**Which release will ship the breaking change?** | |||
|
|||
<!-- e.g., v7.6.2 --> | |||
8.0 | |||
|
|||
**Describe the change. How will it manifest to users?** | |||
|
|||
**What percentage of users will be affected?** | |||
|
|||
<!-- e.g., Roughly 75% will need to make changes to x. --> |
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.
This one is hard to answer if we don't have telemetry data, which is unfortunately rather common. I feel like we should be differentiating "guesses" from "data-driven" percentages... Thoughts? I answered the following when creating #81674
Based on data: ??
Based on hunches: a lot
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.
Good point. I think we should change this question to be "What's the impact of this breaking change?" or "How many users will be impacted by this breaking change?" and then use the comment to prompt the author to explain their reasoning and whether they have data to measure the impact or some other heuristic.
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.
Cool, sounds good. Lemme give it a shot real quick
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.
LGTM!
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.
Looks Even Gooder To Me
* master: (37 commits) [ILM] Migrate Warm phase to Form Lib (elastic#81323) [Security Solutions][Detection Engine] Fixes critical bug with error reporting that was doing a throw (elastic#81549) [Detection Rules] Add 7.10 rules (elastic#81676) [kbn/optimizer] ignore missing metrics when updating limits with --focus (elastic#81696) [SECURITY SOLUTIONS] Bugs overview page + investigate eql in timeline (elastic#81550) [Maps] fix unable to edit cluster vector styles styled by count when switching to super fine grid resolution (elastic#81525) Fixed migration issue for case specific actions, by extending email action migrator checks (elastic#81673) [CI] Preparation for APM tracking on CI (elastic#80399) [Home] Fixes Kibana app description order on home page and updates Canvas copy (elastic#80057) Make sure `to` is 'now' and not the same as `from` (elastic#81524) Nitpicking the 8.0 Breaking Change issue template (elastic#81678) [SECURITY_SOLUTION] Fix text on onboarding screen (elastic#81672) [data.search] Skip async search tests in build candidates and production builds (elastic#81547) Fix previousStartedAt by not changing when execution fails (elastic#81388) [Monitoring] Fix a couple of issues with the cpu usage alert (elastic#80737) Telemetry collection xpack to ts project references (elastic#81269) Elasticsearch: don't use url authentication for new client (elastic#81564) [App Search] Credentials: implement working flyout form (elastic#81541) Properly encode links to edit user page (elastic#81562) [Alerting UI] Don't wait for health check before showing Create Alert flyout (elastic#80996) ...
Friendly reminder: Looks like this PR hasn’t been backported yet. |
PR author's comments are inline.