-
- 下载
Merge branch '454372-new-branch-exclusion-graphql-endpoints' into 'master'
Re Add graphql resources for integration exclusions See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/152601 Merged-by:Joe Woodward <jwoodward@gitlab.com> Approved-by:
Joe Woodward <jwoodward@gitlab.com> Co-authored-by:
j.seto <jseto@gitlab.com>
显示
- app/graphql/mutations/integrations/exclusions/create.rb 45 个添加, 0 个删除app/graphql/mutations/integrations/exclusions/create.rb
- app/graphql/mutations/integrations/exclusions/delete.rb 45 个添加, 0 个删除app/graphql/mutations/integrations/exclusions/delete.rb
- app/graphql/resolvers/integrations/exclusions_resolver.rb 23 个添加, 0 个删除app/graphql/resolvers/integrations/exclusions_resolver.rb
- app/graphql/types/integrations/exclusion_type.rb 14 个添加, 0 个删除app/graphql/types/integrations/exclusion_type.rb
- app/graphql/types/integrations/integration_type_enum.rb 12 个添加, 0 个删除app/graphql/types/integrations/integration_type_enum.rb
- app/graphql/types/mutation_type.rb 2 个添加, 0 个删除app/graphql/types/mutation_type.rb
- app/graphql/types/query_type.rb 5 个添加, 0 个删除app/graphql/types/query_type.rb
- doc/api/graphql/reference/index.md 107 个添加, 0 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/types/google_cloud/artifact_registry/repository_type.rb 1 个添加, 1 个删除...l/types/google_cloud/artifact_registry/repository_type.rb
- spec/graphql/types/query_type_spec.rb 10 个添加, 0 个删除spec/graphql/types/query_type_spec.rb
- spec/requests/api/graphql/integrations/exclusions_spec.rb 69 个添加, 0 个删除spec/requests/api/graphql/integrations/exclusions_spec.rb
- spec/requests/api/graphql/mutations/integrations/exclusions/create_spec.rb 60 个添加, 0 个删除.../graphql/mutations/integrations/exclusions/create_spec.rb
- spec/requests/api/graphql/mutations/integrations/exclusions/delete_spec.rb 61 个添加, 0 个删除.../graphql/mutations/integrations/exclusions/delete_spec.rb
- spec/support/shared_contexts/graphql/types/query_type_shared_context.rb 1 个添加, 0 个删除...hared_contexts/graphql/types/query_type_shared_context.rb
加载中
想要评论请 注册 或 登录