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.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/removals/14_0/removal-graphql-fields.yml b/data/removals/14_0/removal-graphql-fields.yml
new file mode 100644
index 00000000000..24d2bb4a4eb
--- /dev/null
+++ b/data/removals/14_0/removal-graphql-fields.yml
@@ -0,0 +1,13 @@
+- name: "Deprecated GraphQL fields have been removed"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: gweaver
+ 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`