Event entity created
Observe issue, merge request, note creation - create event register push event
This commit is contained in:
parent
85954621a3
commit
0a0710a548
16 changed files with 310 additions and 104 deletions
|
@ -5,6 +5,7 @@ class PostReceive
|
|||
project = Project.find_by_path(reponame)
|
||||
return false if project.nil?
|
||||
|
||||
project.observe_push(oldrev, newrev, ref)
|
||||
project.execute_web_hooks(oldrev, newrev, ref)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue