|
| 1 | +- title: "`mergeTrainIndex` and `mergeTrainsCount` GraphQL fields deprecated" |
| 2 | + # The milestones for the deprecation announcement, and the removal. |
| 3 | + removal_milestone: "18.0" |
| 4 | + announcement_milestone: "17.5" |
| 5 | + # Change breaking_change to false if needed. |
| 6 | + breaking_change: true |
| 7 | + # The stage and GitLab username of the person reporting the change, |
| 8 | + # and a link to the deprecation issue |
| 9 | + reporter: rutshah |
| 10 | + stage: verify |
| 11 | + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/473759 |
| 12 | + # Use the impact calculator https://gitlab-com.gitlab.io/gl-infra/breaking-change-impact-calculator/? |
| 13 | + impact: low # Can be one of: [critical, high, medium, low] |
| 14 | + scope: project # Can be one or a combination of: [instance, group, project] |
| 15 | + resolution_role: Developer # Can be one of: [Admin, Owner, Maintainer, Developer] |
| 16 | + manual_task: true # Can be true or false. Use this to denote whether a resolution action must be performed manually (true), or if it can be automated by using the API or other automation (false). |
| 17 | + body: | # (required) Don't change this line. |
| 18 | + The GraphQL field `mergeTrainIndex` and `mergeTrainsCount` in `MergeRequest` are deprecated. To |
| 19 | + determine the position of the merge request on the merge train use the |
| 20 | + `index` field in `MergeTrainCar` instead. To get the count of MRs in a merge train, |
| 21 | + use `count` from `cars` in `MergeTrains::TrainType` instead. |
| 22 | +
|
| 23 | +# ============================== |
| 24 | +# OPTIONAL END-OF-SUPPORT FIELDS |
| 25 | +# ============================== |
| 26 | +# |
| 27 | +# If an End of Support period applies: |
| 28 | +# 1) Share this announcement in the `#spt_managers` Support channel in Slack |
| 29 | +# 2) Mention `@gitlab-com/support` in this merge request. |
| 30 | +# |
| 31 | + # When support for this feature ends, in XX.YY milestone format. |
| 32 | + end_of_support_milestone: |
| 33 | + # Array of tiers the feature is currently available to, |
| 34 | + # like [Free, Silver, Gold, Core, Premium, Ultimate] |
| 35 | + tiers: |
| 36 | + # Links to documentation and thumbnail image |
| 37 | + documentation_url: |
| 38 | + image_url: |
| 39 | + # Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg |
| 40 | + video_url: |
0 commit comments