| ... | @@ -32,7 +32,7 @@ class HooksController < ApplicationController |
... | @@ -32,7 +32,7 @@ class HooksController < ApplicationController |
|
|
def test
|
|
def test
|
|
|
@hook = @project.web_hooks.find(params[:id])
|
|
@hook = @project.web_hooks.find(params[:id])
|
|
|
commits = @project.commits(@project.default_branch, nil, 3)
|
|
commits = @project.commits(@project.default_branch, nil, 3)
|
|
|
data = @project.web_hook_data(commits.last.id, commits.first.id, "refs/heads/#{@project.default_branch}", current_user.keys.first.identifier)
|
|
data = @project.post_receive_data(commits.last.id, commits.first.id, "refs/heads/#{@project.default_branch}", current_user)
|
|
|
@hook.execute(data)
|
|
@hook.execute(data)
|
|
|
|
|
|
|
|
redirect_to :back
|
|
redirect_to :back
|
| ... | |
... | |
| ... | | ... | |