Skip to content

Added System Hooks for push and tag_push

Gabriel Mazetto requested to merge feature/system_hook_push into master

Implements push and tag_push events for System Hooks.

They are based on Webhooks Events but without any deprecated item. We don't send commits too. We are implementing this, to be used by Geo repository syncing (gitlab-org/gitlab-ee#76).

These hook events will be sent only when the respective configuration flags are set to true. UI changes to admin screen will be made in another MR.

Merge request reports