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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml')
-rw-r--r--data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml b/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml
deleted file mode 100644
index a4428534cb1..00000000000
--- a/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-- 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