btey / openproject-gitlab-integration

OpenProject module for integration with Gitlab
GNU General Public License v3.0
84 stars 18 forks source link

[Feature Request] - support system webhooks #55

Closed Kuldran closed 10 months ago

Kuldran commented 11 months ago

Good day,

I would like to know if this would be a possibility or not to have support for system webhooks.

in GitLab, you're going to find it to admin -> system hooks

this would avoid having to put hooks on all projects.

WiredTombstone commented 11 months ago

Should be able to do it with #56, provided it gets merged. No idea, never done this before.

btey commented 10 months ago

@Kuldran The implementation of system hooks (push event) is ready in the v2.1.5 thanks to @WiredTombstone.