Events improved. Open/close issue, merge request events displayed
This commit is contained in:
parent
98b484b996
commit
94befdd502
13 changed files with 98 additions and 19 deletions
|
@ -68,7 +68,8 @@ class Project < ActiveRecord::Base
|
|||
Event.create(
|
||||
:project => self,
|
||||
:action => Event::Pushed,
|
||||
:data => data
|
||||
:data => data,
|
||||
:author_id => Key.find_by_identifier(author_key_id).user.id
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue