-
- Downloads
Merge branch 'master' of dev.gitlabhq.com:gitlabhq
No related branches found
No related tags found
Showing
- app/assets/stylesheets/common.scss 1 addition, 1 deletionapp/assets/stylesheets/common.scss
- app/controllers/issues_controller.rb 1 addition, 1 deletionapp/controllers/issues_controller.rb
- app/controllers/merge_requests_controller.rb 1 addition, 1 deletionapp/controllers/merge_requests_controller.rb
- app/models/activity_observer.rb 15 additions, 2 deletionsapp/models/activity_observer.rb
- app/models/event.rb 23 additions, 7 deletionsapp/models/event.rb
- app/models/issue.rb 1 addition, 0 deletionsapp/models/issue.rb
- app/models/merge_request.rb 1 addition, 0 deletionsapp/models/merge_request.rb
- app/models/project.rb 3 additions, 2 deletionsapp/models/project.rb
- app/views/dashboard/index.html.haml 2 additions, 2 deletionsapp/views/dashboard/index.html.haml
- app/views/events/_event.html.haml 5 additions, 1 deletionapp/views/events/_event.html.haml
- app/views/events/_event_changed_issue.html.haml 14 additions, 0 deletionsapp/views/events/_event_changed_issue.html.haml
- app/views/events/_event_changed_merge_request.html.haml 19 additions, 0 deletionsapp/views/events/_event_changed_merge_request.html.haml
- app/views/events/_event_push.html.haml 9 additions, 5 deletionsapp/views/events/_event_push.html.haml
- db/migrate/20120307095918_add_author_id_to_event.rb 5 additions, 0 deletionsdb/migrate/20120307095918_add_author_id_to_event.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
Please register or sign in to comment