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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-21 15:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-21 15:10:44 +0300
commiteec96715e5dcbe934b4caecc6fcf9740a3fc8496 (patch)
tree8ebcd3732a5ebe4a3255c8ba157c4e090e454c6c /data
parentf73fa6daff38ea21d33a71f7bdcba34a86421333 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-6-deprecating-temporary-storage-increase.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/deprecations/16-6-deprecating-temporary-storage-increase.yml b/data/deprecations/16-6-deprecating-temporary-storage-increase.yml
new file mode 100644
index 00000000000..1a727168a7e
--- /dev/null
+++ b/data/deprecations/16-6-deprecating-temporary-storage-increase.yml
@@ -0,0 +1,9 @@
+- title: "Deprecate GraphQL fields related to the temporary storage increase" # (required) Clearly explain the change, or planned change. For example, "The `confidential` field for a `Note` is deprecated" or "CI/CD job names will be limited to 250 characters."
+ removal_milestone: "17.0" # (required) The milestone when this feature is planned to be removed
+ announcement_milestone: "16.7" # (required) The milestone when this feature was first announced as deprecated.
+ breaking_change: false # (required) Change to false if this is not a breaking change.
+ reporter: aalakkad # (required) GitLab username of the person reporting the change
+ stage: fulfillment # (required) String value of the stage that the feature was created in. e.g., Growth
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/385720 # (required) Link to the deprecation issue in GitLab
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ The GraphQL fields, `isTemporaryStorageIncreaseEnabled` and `temporaryStorageIncreaseEndsOn`, have been deprecated. These GraphQL fields are related to the temporary storage increase project. The project has been cancelled and the fields were not used.