-
- Downloads
There was an error fetching the commit references. Please try again later.
Use participants from database table instead of parsing all comments
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/controllers/projects/issues_controller.rb 1 addition, 1 deletionapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 1 addition, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/models/commit.rb 0 additions, 1 deletionapp/models/commit.rb
- app/models/concerns/issuable.rb 1 addition, 3 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/participable.rb 8 additions, 51 deletionsapp/models/concerns/participable.rb
- app/models/note.rb 0 additions, 2 deletionsapp/models/note.rb
- app/models/participant.rb 2 additions, 1 deletionapp/models/participant.rb
- app/models/snippet.rb 0 additions, 2 deletionsapp/models/snippet.rb
- app/services/notes/create_service.rb 21 additions, 0 deletionsapp/services/notes/create_service.rb
- app/services/notification_service.rb 4 additions, 4 deletionsapp/services/notification_service.rb
- app/services/projects/participants_service.rb 5 additions, 5 deletionsapp/services/projects/participants_service.rb
- app/views/projects/notes/_note.html.haml 1 addition, 1 deletionapp/views/projects/notes/_note.html.haml
- db/migrate/20150625153454_create_participants.rb 1 addition, 1 deletiondb/migrate/20150625153454_create_participants.rb
- db/schema.rb 2 additions, 2 deletionsdb/schema.rb
Please register or sign in to comment