feat: Graphql mutation to create container registry protection rules
This MR includes: - Adding a new graphql endpoint for creating container registry protection rules Changelog: added
显示
- app/graphql/mutations/container_registry/protection/rule/create.rb 63 个添加, 0 个删除...ql/mutations/container_registry/protection/rule/create.rb
- app/graphql/types/container_registry/protection/rule_access_level_enum.rb 17 个添加, 0 个删除...s/container_registry/protection/rule_access_level_enum.rb
- app/graphql/types/container_registry/protection/rule_type.rb 41 个添加, 0 个删除app/graphql/types/container_registry/protection/rule_type.rb
- app/graphql/types/mutation_type.rb 1 个添加, 0 个删除app/graphql/types/mutation_type.rb
- app/policies/container_registry/protection/rule_policy.rb 9 个添加, 0 个删除app/policies/container_registry/protection/rule_policy.rb
- app/services/container_registry/protection/create_rule_service.rb 40 个添加, 0 个删除...ices/container_registry/protection/create_rule_service.rb
- config/feature_flags/development/container_registry_protected_containers.yml 8 个添加, 0 个删除...s/development/container_registry_protected_containers.yml
- doc/api/graphql/reference/index.md 57 个添加, 0 个删除doc/api/graphql/reference/index.md
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
- spec/graphql/types/container_registry/protection/rule_access_level_enum_spec.rb 9 个添加, 0 个删除...tainer_registry/protection/rule_access_level_enum_spec.rb
- spec/graphql/types/container_registry/protection/rule_type_spec.rb 35 个添加, 0 个删除...hql/types/container_registry/protection/rule_type_spec.rb
- spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb 180 个添加, 0 个删除...tations/container_registry/protection/rule/create_spec.rb
- spec/services/container_registry/protection/create_rule_service_spec.rb 145 个添加, 0 个删除...container_registry/protection/create_rule_service_spec.rb
加载中
想要评论请 注册 或 登录