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/14_0/removal-graphql-fields.yml')
-rw-r--r--data/removals/14_0/removal-graphql-fields.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/removals/14_0/removal-graphql-fields.yml b/data/removals/14_0/removal-graphql-fields.yml
deleted file mode 100644
index bf73c427f96..00000000000
--- a/data/removals/14_0/removal-graphql-fields.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-- title: "Deprecated GraphQL fields"
- removal_date: "2021-06-22"
- removal_milestone: "14.0"
- reporter: gweaver
- breaking_change: true
- body: |
- In accordance with our [GraphQL deprecation and removal process](https://docs.gitlab.com/ee/api/graphql/#deprecation-process), the following fields that were deprecated prior to 13.7 are [fully removed in 14.0](https://gitlab.com/gitlab-org/gitlab/-/issues/267966):
-
- - `Mutations::Todos::MarkAllDone`, `Mutations::Todos::RestoreMany` - `:updated_ids`
- - `Mutations::DastScannerProfiles::Create`, `Types::DastScannerProfileType` - `:global_id`
- - `Types::SnippetType` - `:blob`
- - `EE::Types::GroupType`, `EE::Types::QueryType` - `:vulnerabilities_count_by_day_and_severity`
- - `DeprecatedMutations (concern**)` - `AddAwardEmoji`, `RemoveAwardEmoji`, `ToggleAwardEmoji`
- - `EE::Types::DeprecatedMutations (concern***)` - `Mutations::Pipelines::RunDastScan`, `Mutations::Vulnerabilities::Dismiss`, `Mutations::Vulnerabilities::RevertToDetected`