-
- Downloads
There was an error fetching the commit references. Please try again later.
Add Discussion model to represent MR/diff discussion
Showing
- app/assets/javascripts/notes.js.coffee 3 additions, 3 deletionsapp/assets/javascripts/notes.js.coffee
- app/controllers/projects/commit_controller.rb 2 additions, 2 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/compare_controller.rb 1 addition, 1 deletionapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests_controller.rb 4 additions, 4 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/controllers/projects/notes_controller.rb 36 additions, 29 deletionsapp/controllers/projects/notes_controller.rb
- app/helpers/diff_helper.rb 9 additions, 7 deletionsapp/helpers/diff_helper.rb
- app/helpers/notes_helper.rb 10 additions, 27 deletionsapp/helpers/notes_helper.rb
- app/models/concerns/note_on_diff.rb 0 additions, 25 deletionsapp/models/concerns/note_on_diff.rb
- app/models/discussion.rb 91 additions, 0 deletionsapp/models/discussion.rb
- app/models/note.rb 4 additions, 3 deletionsapp/models/note.rb
- app/views/discussions/_diff_discussion.html.haml 6 additions, 0 deletionsapp/views/discussions/_diff_discussion.html.haml
- app/views/discussions/_diff_with_notes.html.haml 14 additions, 0 deletionsapp/views/discussions/_diff_with_notes.html.haml
- app/views/discussions/_discussion.html.haml 45 additions, 0 deletionsapp/views/discussions/_discussion.html.haml
- app/views/discussions/_notes.html.haml 5 additions, 0 deletionsapp/views/discussions/_notes.html.haml
- app/views/discussions/_parallel_diff_discussion.html.haml 22 additions, 0 deletionsapp/views/discussions/_parallel_diff_discussion.html.haml
- app/views/projects/diffs/_match_line_parallel.html.haml 0 additions, 4 deletionsapp/views/projects/diffs/_match_line_parallel.html.haml
- app/views/projects/diffs/_parallel_view.html.haml 27 additions, 24 deletionsapp/views/projects/diffs/_parallel_view.html.haml
- app/views/projects/diffs/_text_file.html.haml 3 additions, 3 deletionsapp/views/projects/diffs/_text_file.html.haml
- app/views/projects/notes/_diff_notes_with_reply.html.haml 0 additions, 7 deletionsapp/views/projects/notes/_diff_notes_with_reply.html.haml
- app/views/projects/notes/_notes.html.haml 5 additions, 7 deletionsapp/views/projects/notes/_notes.html.haml
app/models/discussion.rb
0 → 100644
Please register or sign in to comment