summaryrefslogtreecommitdiff
path: root/app/controllers/projects/notes_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc20210223090520GitLab Bot2021-02-231-17/+0
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+17
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add edit_note and spec for editing quick actionsPatrick Derichs2019-08-261-1/+1
* Use NotesFinder in IssuableActions modulePatrick Derichs2019-08-011-1/+1
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-1/+2
* Clean up `notes_controller`blackst0ne2018-05-141-13/+0
* Merge request and commit discussions APIJan Provaznik2018-05-011-3/+1
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-1/+1
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-7/+23
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-6/+1
* Check the discussion lock only for issuables & clean styleJarka Kadlecova2017-09-141-1/+1
* Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+14
* Support comments for personal snippetsJarka Kadlecova2017-05-051-44/+0
* Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-125/+14
* Remove unused codeDouwe Maan2017-04-051-2/+1
* Address review commentsDouwe Maan2017-04-051-1/+1
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-3/+3
* Don't use original_discussion_idDouwe Maan2017-04-051-6/+1
* Add specsDouwe Maan2017-04-051-7/+7
* Fix some specsDouwe Maan2017-04-051-0/+2
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-38/+48
* Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-011-1/+6
* add /award slash commandmhasbini2017-02-281-9/+2
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
* support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-1/+2
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-1/+1
* Backport Note#commands_changes from EEbackport-commands-paramsDouwe Maan2016-11-241-0/+1
* Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-12/+13
* Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-191-1/+33
|\
| * Address review feedbackDouwe Maan2016-08-161-2/+2
| * Add specs for NotesController and DiscussionsControllerDouwe Maan2016-08-121-1/+1
| * Actually don't send resolved notifications when deleting a noteDouwe Maan2016-08-041-0/+2
| * Don't send resolved notifications when deleting a noteDouwe Maan2016-07-281-2/+0
| * Add 'Resolved all discussions' system noteDouwe Maan2016-07-281-0/+2
| * Backend tweaksDouwe Maan2016-07-281-5/+5
| * Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-271-2/+9
| * Added resolved by users name into tooltipPhil Hughes2016-07-261-1/+3
| * Add endpoints to resolve diff notes and discussionsDouwe Maan2016-07-251-3/+14
| * Assigns to variable rather than using VueJS methodPhil Hughes2016-07-241-2/+2
| * Resolve all endpointPhil Hughes2016-07-241-0/+5
| * Posts to rails to update note eventuallyPhil Hughes2016-07-241-0/+5
* | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+1
|/