If I merge at the command line, the webhook fires (as I'm pushing origin master). When I merge via the GUI (Accept this merge) I expect the webhook to fire, using gitlab 2.6.
Or is this the normal behavior?
Please advise.
PS: Thanks for making gitlab.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Also, when this will be working, if I check "remove branch" with it, would the webhook be fired after the merge ( and removal of the source branch ) or after the merge, but BEFORE the removal of the branch?
By Administrator on 2012-07-26T13:58:20 (imported from GitLab)
In the post-receive hook (/home/git/.gitolite/hooks/common/post-receive), $GL_USER returns "gitlab" when merging with the Web GUI instead of the user (same thing when using the web editor to make a commit)
By Administrator on 2012-11-08T05:12:00 (imported from GitLab)