Backend Refactoring
This commit is contained in:
parent
69e41250d1
commit
5926bbac12
11 changed files with 151 additions and 78 deletions
|
@ -28,10 +28,7 @@ class HooksController < ApplicationController
|
|||
end
|
||||
|
||||
def test
|
||||
@hook = @project.hooks.find(params[:id])
|
||||
commits = @project.commits(@project.default_branch, nil, 3)
|
||||
data = @project.post_receive_data(commits.last.id, commits.first.id, "refs/heads/#{@project.default_branch}", current_user)
|
||||
@hook.execute(data)
|
||||
TestHookContext.new(project, current_user, params).execute
|
||||
|
||||
redirect_to :back
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue