Commit Graph

10 Commits

Author SHA1 Message Date
Douwe Maan 5f758aff57 Prefer polymorphism over `is_a?` 2017-08-17 19:26:45 +02:00
Douwe Maan 99ba5d0d50 Remove view=full_data from NotesController 2017-08-17 18:55:04 +02:00
Sean McGivern 6f5f7e4049 Convert ?full_data=1 -> ?view=full_data 2017-08-07 12:59:34 +01:00
Filipa Lacerda 9e4164d417 Keep the replies when the user leaves the page 2017-08-03 20:00:03 +01:00
Filipa Lacerda 6d50b7529b [ci skip] Enable etag polling 2017-08-02 11:34:56 +01:00
Douwe Maan 95f9d6d83b Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	app/controllers/concerns/notes_actions.rb
#	spec/features/task_lists_spec.rb
#	spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-31 10:23:50 +02:00
Sean McGivern 75d04f6a29 Fix replying to commit comments on MRs from forks
A commit comment shows in the MR, but if the MR is from a fork, it will have a
different project ID to the MR's target project. In that case, add an
note_project_id param so that we can pick the correct project for the note.
2017-07-28 16:25:13 +01:00
Douwe Maan 76c3d2d434 Add full JSON endpoints for issue notes and discussions 2017-07-21 22:35:24 +03:00
Jarka Kadlecova e4f7b87ddb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
Jarka Kadlecova 8c3a03c1b9 Display comments for personal snippets 2017-05-02 13:07:53 +02:00