Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-6-deprecate-merge_status-api-field.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d7b160d6bd5d1c5daa1d8f5bc770e7772c7d626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- title: "merge_status API field"
  announcement_milestone: "15.6"
  announcement_date: "2022-11-22"
  removal_milestone: "16.0"
  removal_date: "2023-05-22"
  breaking_change: true
  body: |
    The `merge_status` field in the [merge request API](https://docs.gitlab.com/ee/api/merge_requests.html#merge-status) has been deprecated in favor of the `detailed_merge_status` field which more correctly identifies all of the potential statuses that a merge request can be in. API users are encouraged to use the new `detailed_merge_status` field instead. The `merge_status` field will be removed in v5 of the GitLab REST API.
  stage: create
  tiers:
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/382032
  documentation_url: https://docs.gitlab.com/ee/api/merge_requests.html#merge-status
  image_url:
  video_url: