Remove GraphQL deprecated fields
Cleanup graphql deprecations. Removed: - Query.vulnerabilitiesCountByDayAndSeverity - Group.vulnerabilitiesCountByDayAndSeverity - Mutation.addAwardEmoji - Mutation.removeAwardEmoji - Mutation.toggleAwardEmoji - (globalId field) on Mutation.dastScannerProfileCreate - Mutation.runDastScan - (updatedIds field) on Mutation.todoRestoreMany - (updatedIds field) on Mutation.todosMarkAllDone - Mutation.dismissVulnerability - Mutation.revertVulnerabilityToDetected - SnippetType.blob - DastScannerProfileType.globalId Changelog: removed
显示
- app/graphql/mutations/todos/mark_all_done.rb 0 个添加, 7 个删除app/graphql/mutations/todos/mark_all_done.rb
- app/graphql/mutations/todos/restore_many.rb 0 个添加, 5 个删除app/graphql/mutations/todos/restore_many.rb
- app/graphql/types/deprecated_mutations.rb 1 个添加, 9 个删除app/graphql/types/deprecated_mutations.rb
- app/graphql/types/snippet_type.rb 0 个添加, 6 个删除app/graphql/types/snippet_type.rb
- doc/api/graphql/reference/index.md 0 个添加, 244 个删除doc/api/graphql/reference/index.md
- doc/api/graphql/removed_items.md 26 个添加, 0 个删除doc/api/graphql/removed_items.md
- ee/app/assets/javascripts/on_demand_scans/graphql/run_dast_scan.mutation.graphql 0 个添加, 18 个删除...ts/on_demand_scans/graphql/run_dast_scan.mutation.graphql
- ee/app/graphql/ee/types/deprecated_mutations.rb 0 个添加, 9 个删除ee/app/graphql/ee/types/deprecated_mutations.rb
- ee/app/graphql/ee/types/group_type.rb 0 个添加, 7 个删除ee/app/graphql/ee/types/group_type.rb
- ee/app/graphql/ee/types/query_type.rb 0 个添加, 10 个删除ee/app/graphql/ee/types/query_type.rb
- ee/app/graphql/mutations/dast_scanner_profiles/create.rb 0 个添加, 5 个删除ee/app/graphql/mutations/dast_scanner_profiles/create.rb
- ee/app/graphql/mutations/pipelines/run_dast_scan.rb 0 个添加, 69 个删除ee/app/graphql/mutations/pipelines/run_dast_scan.rb
- ee/app/graphql/resolvers/vulnerabilities_history_resolver.rb 0 个添加, 31 个删除ee/app/graphql/resolvers/vulnerabilities_history_resolver.rb
- ee/app/graphql/types/dast_scanner_profile_type.rb 0 个添加, 5 个删除ee/app/graphql/types/dast_scanner_profile_type.rb
- ee/app/graphql/types/vulnerabilities_count_by_day_and_severity_type.rb 0 个添加, 18 个删除...l/types/vulnerabilities_count_by_day_and_severity_type.rb
- ee/spec/graphql/ee/types/group_type_spec.rb 1 个添加, 1 个删除ee/spec/graphql/ee/types/group_type_spec.rb
- ee/spec/graphql/mutations/pipelines/run_dast_scan_spec.rb 0 个添加, 90 个删除ee/spec/graphql/mutations/pipelines/run_dast_scan_spec.rb
- ee/spec/graphql/resolvers/vulnerabilities_history_resolver_spec.rb 0 个添加, 47 个删除...raphql/resolvers/vulnerabilities_history_resolver_spec.rb
- ee/spec/graphql/types/dast_scanner_profile_type_spec.rb 1 个添加, 2 个删除ee/spec/graphql/types/dast_scanner_profile_type_spec.rb
- ee/spec/graphql/types/mutation_type_spec.rb 0 个添加, 46 个删除ee/spec/graphql/types/mutation_type_spec.rb
加载中