-
- Downloads
There was a problem fetching the pipeline summary.
Add specs
parent
37f1ed05
No related branches found
No related tags found
Pipeline #
This commit is part of merge request !7527. Comments created here will be created in the context of that merge request.
Showing
- app/controllers/projects/notes_controller.rb 7 additions, 7 deletionsapp/controllers/projects/notes_controller.rb
- app/models/commit_discussion.rb 0 additions, 9 deletionsapp/models/commit_discussion.rb
- app/models/concerns/resolvable_note.rb 11 additions, 4 deletionsapp/models/concerns/resolvable_note.rb
- app/models/diff_note.rb 3 additions, 1 deletionapp/models/diff_note.rb
- app/models/discussion.rb 12 additions, 9 deletionsapp/models/discussion.rb
- app/models/individual_note_discussion.rb 2 additions, 1 deletionapp/models/individual_note_discussion.rb
- app/models/legacy_diff_discussion.rb 1 addition, 0 deletionsapp/models/legacy_diff_discussion.rb
- app/models/note.rb 22 additions, 5 deletionsapp/models/note.rb
- app/models/out_of_context_discussion.rb 12 additions, 0 deletionsapp/models/out_of_context_discussion.rb
- app/models/sent_notification.rb 15 additions, 8 deletionsapp/models/sent_notification.rb
- app/services/concerns/issues/resolve_discussions.rb 1 addition, 1 deletionapp/services/concerns/issues/resolve_discussions.rb
- app/services/notes/build_service.rb 3 additions, 3 deletionsapp/services/notes/build_service.rb
- app/views/notify/new_issue_email.html.haml 6 additions, 4 deletionsapp/views/notify/new_issue_email.html.haml
- app/views/notify/new_mention_in_issue_email.html.haml 1 addition, 9 deletionsapp/views/notify/new_mention_in_issue_email.html.haml
- app/views/notify/new_mention_in_merge_request_email.html.haml 1 addition, 12 deletions...views/notify/new_mention_in_merge_request_email.html.haml
- app/views/notify/new_merge_request_email.html.haml 6 additions, 4 deletionsapp/views/notify/new_merge_request_email.html.haml
- app/views/projects/notes/_notes.html.haml 1 addition, 1 deletionapp/views/projects/notes/_notes.html.haml
- lib/gitlab/email/handler/create_note_handler.rb 1 addition, 6 deletionslib/gitlab/email/handler/create_note_handler.rb
- spec/controllers/projects/notes_controller_spec.rb 154 additions, 32 deletionsspec/controllers/projects/notes_controller_spec.rb
- spec/factories/discussions.rb 0 additions, 5 deletionsspec/factories/discussions.rb
app/models/commit_discussion.rb
deleted
100644 → 0
app/models/out_of_context_discussion.rb
0 → 100644
spec/factories/discussions.rb
deleted
100644 → 0
Please register or sign in to comment