-
- Downloads
There was an error fetching the commit references. Please try again later.
Add system hooks for project/group membership updates
When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
Showing
- app/models/member.rb 1 addition, 1 deletionapp/models/member.rb
- app/services/system_hooks_service.rb 2 additions, 0 deletionsapp/services/system_hooks_service.rb
- changelogs/unreleased/change-role-system-hook.yml 5 additions, 0 deletionschangelogs/unreleased/change-role-system-hook.yml
- doc/system_hooks/system_hooks.md 40 additions, 0 deletionsdoc/system_hooks/system_hooks.md
- spec/models/hooks/system_hook_spec.rb 21 additions, 2 deletionsspec/models/hooks/system_hook_spec.rb
- spec/services/system_hooks_service_spec.rb 10 additions, 0 deletionsspec/services/system_hooks_service_spec.rb
Please register or sign in to comment