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

16-0-graphql-dora-environment-tier-param.yml « 16_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4428534cb1eac281327fe0cb25049c731b0b14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
- title: "Remove the deprecated `environment_tier` parameter from the DORA API"
  announcement_milestone: "15.2"
  removal_milestone: "16.0"
  breaking_change: true
  reporter: ahegyi
  stage: Plan
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365939
  body: |  # (required) Do not modify this line, instead modify the lines below.
    The `environment_tier` parameter has been superseded by the `environment_tiers` parameter.

    If you use the `environment_tier` parameter in your integration (REST or GraphQL) then you need to replace it with the `environment_tiers` parameter which accepts an array of strings.
  tiers: [Ultimate]
  documentation_url: https://docs.gitlab.com/ee/api/dora/metrics.html