-
- Downloads
Add GraphQL support for removing namespace bans
Add destroy service and GraphQL mutation for removing namespace bans. Changelog: added EE: true
parent
ed9b3c33
No related branches found
No related tags found
Showing
- app/graphql/mutations/user_callouts/create.rb 1 addition, 1 deletionapp/graphql/mutations/user_callouts/create.rb
- doc/api/graphql/reference/index.md 35 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/graphql/ee/types/mutation_type.rb 1 addition, 0 deletionsee/app/graphql/ee/types/mutation_type.rb
- ee/app/graphql/mutations/users/abuse/namespace_bans/destroy.rb 44 additions, 0 deletions...p/graphql/mutations/users/abuse/namespace_bans/destroy.rb
- ee/app/graphql/types/namespaces/namespace_ban_type.rb 20 additions, 0 deletionsee/app/graphql/types/namespaces/namespace_ban_type.rb
- ee/app/policies/namespaces/namespace_ban_policy.rb 7 additions, 0 deletionsee/app/policies/namespaces/namespace_ban_policy.rb
- ee/app/services/users/abuse/namespace_bans/destroy_service.rb 44 additions, 0 deletions...pp/services/users/abuse/namespace_bans/destroy_service.rb
- ee/spec/requests/api/graphql/mutations/users/abuse/namespace_bans/destroy_spec.rb 67 additions, 0 deletions...phql/mutations/users/abuse/namespace_bans/destroy_spec.rb
- ee/spec/services/users/abuse/namespace_bans/destroy_service_spec.rb 60 additions, 0 deletions...rvices/users/abuse/namespace_bans/destroy_service_spec.rb
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
-
mentioned in merge request kubitus-project/kubitus-installer!1252 (merged)
Please register or sign in to comment