gitlab 7.1.1 webhooks not firing
Created by: warroyo
I have created some sample webhooks and I am unable to get them to fire.
they are not firing when I click "test hook" or when the event is triggered.
I do see something happening in the logs but the action never happens.
log results:
`Started GET "/root/sublime/hooks/9/test" for 127.0.0.1 at 2014-07-31 18:14:12 -0400
Processing by Projects::HooksController#test as HTML
Parameters: {"project_id"=>"root/sublime", "id"=>"9"}
Redirected to http://my.ip.address/root/sublime/hooks
Completed 302 Found in 26ms (ActiveRecord: 2.0ms)
Started GET "/root/sublime/hooks" for 127.0.0.1 at 2014-07-31 18:14:12 -0400
Processing by Projects::HooksController#index as HTML
Parameters: {"project_id"=>"root/sublime"}
Completed 200 OK in 39ms (Views: 25.8ms | ActiveRecord: 3.6ms)
the logs looks ok(from what I understand) but no actions are being fired
I have also set up a test echo script running in my console as suggestion in the webhook docs. I am unable to recieve anything.