-
- Downloads
There was an error fetching the commit references. Please try again later.
Added System Hooks for push and tag_push
Code is based on Project Webhooks, removing deprecations and without commits listing.
Showing
- app/models/hooks/system_hook.rb 6 additions, 0 deletionsapp/models/hooks/system_hook.rb
- app/models/project.rb 14 additions, 7 deletionsapp/models/project.rb
- app/services/git_push_service.rb 6 additions, 0 deletionsapp/services/git_push_service.rb
- app/services/git_tag_push_service.rb 6 additions, 0 deletionsapp/services/git_tag_push_service.rb
- app/services/system_hooks_service.rb 4 additions, 8 deletionsapp/services/system_hooks_service.rb
- doc/system_hooks/system_hooks.md 77 additions, 0 deletionsdoc/system_hooks/system_hooks.md
- doc/web_hooks/web_hooks.md 3 additions, 1 deletiondoc/web_hooks/web_hooks.md
- lib/gitlab/push_data_builder.rb 21 additions, 1 deletionlib/gitlab/push_data_builder.rb
- spec/lib/gitlab/push_data_builder_spec.rb 28 additions, 3 deletionsspec/lib/gitlab/push_data_builder_spec.rb
- spec/support/project_hook_data_shared_example.rb 16 additions, 1 deletionspec/support/project_hook_data_shared_example.rb
Please register or sign in to comment