Closed lautou closed 4 years ago
Since GitLab 9.3 a new System Hook event has been introduced : repository_update. Doc: https://docs.gitlab.com/ce/system_hooks/system_hooks.html#repository-update-events Issue : https://gitlab.com/gitlab-org/gitlab-ce/issues/26325 As consequence, we are not able to process such event when a new projet is created on GitLab:
ignoring system hook: cannot handle system-hook SystemHook{created=null, updated=null, eventName='repository_update', projectName='null', ownerName='null', ownerEmail='null', path='null', pathWithNamespace='null', projectId=1, visibility='null'}
Since GitLab 9.3 a new System Hook event has been introduced : repository_update. Doc: https://docs.gitlab.com/ce/system_hooks/system_hooks.html#repository-update-events Issue : https://gitlab.com/gitlab-org/gitlab-ce/issues/26325 As consequence, we are not able to process such event when a new projet is created on GitLab:
ignoring system hook: cannot handle system-hook SystemHook{created=null, updated=null, eventName='repository_update', projectName='null', ownerName='null', ownerEmail='null', path='null', pathWithNamespace='null', projectId=1, visibility='null'}