summaryrefslogtreecommitdiff
path: root/data/removals
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-21 00:16:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-21 00:16:26 +0000
commitf52791a91fe3284747b8c9022ee584911ece8dd3 (patch)
treeddb44445f5171d9971b2e30eca0bdc8f9ea24062 /data/removals
parent40a329556f63d919a68dd80bb37b087d1f0e6336 (diff)
downloadgitlab-ce-f52791a91fe3284747b8c9022ee584911ece8dd3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/removals')
-rw-r--r--data/removals/15_11/15-11-project-export-import-ndjson.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/removals/15_11/15-11-project-export-import-ndjson.yml b/data/removals/15_11/15-11-project-export-import-ndjson.yml
new file mode 100644
index 00000000000..80c6d4716f7
--- /dev/null
+++ b/data/removals/15_11/15-11-project-export-import-ndjson.yml
@@ -0,0 +1,11 @@
+- title: "Exporting and importing groups and projects in JSON format is no longer supported" # (required) Clearly explain the change. For example, "The `confidential` field for a `Note` is removed" or "CI/CD job names are limited to 250 characters."
+ announcement_milestone: "15.11" # (required) The milestone when this feature was deprecated.
+ announcement_date: "2023-04-22" # (required) The date of the milestone release when this feature was deprecated. This should almost always be the 22nd of a month (YYYY-MM-DD), unless you did an out of band blog post.
+ removal_milestone: "15.11" # (required) The milestone when this feature is being removed.
+ removal_date: "2023-04-22" # (required) This should almost always be the 22nd of a month (YYYY-MM-DD), the date of the milestone release when this feature will be removed.
+ breaking_change: false # (required) Change to false if this is not a breaking change.
+ reporter: wortschi # (required) GitLab username of the person reporting the removal
+ stage: manage # (required) String value of the stage that the feature was created in. e.g., Growth
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/389888 # (required) Link to the deprecation issue in GitLab
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ Before version 14.0, GitLab produced project file exports in JSON format. To support transitions, importing JSON-formatted group and project file exports was still possible if you configured the relevant feature flags. As of GitLab 15.11, importing a JSON-formatted group and project file export is no longer supported.