Event entity created

Observe issue, merge request, note creation - create event
register push event
This commit is contained in:
Dmitriy Zaporozhets 2012-02-28 20:09:23 +02:00
parent 85954621a3
commit 0a0710a548
16 changed files with 310 additions and 104 deletions

View file

@ -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