summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/notes_actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+5
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-20/+64
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+2
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+5
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-291-1/+1
|\
| * Filter out old system notes for epicsPatrick Derichs2019-08-281-1/+1
* | Add edit_note and spec for editing quick actionsPatrick Derichs2019-08-261-0/+5
|/
* Use NotesFinder in IssuableActions modulePatrick Derichs2019-08-011-1/+1
* Correctly check permissions when creating snippet notesMarkus Koller2019-06-061-7/+7
* Only return `commands_changes` used in frontendHeinrich Lee Yu2019-03-181-1/+1
* Refactor params for notes_actionsHeinrich Lee Yu2019-02-231-30/+27
* Merge branch 'security-guest-comments' into 'master'Cindy Pallares2018-11-281-0/+10
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-3/+14
* Return discussion object from NotesController#create when return_discussion p...Douwe Maan2018-09-211-13/+35
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+1
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-2/+2
* Changes tab VUE refactoringFelipe Artur2018-06-211-5/+1
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-2/+2
* Refactor discussions/notes codeJan Provaznik2018-04-031-1/+1
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-2/+12
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-6/+6
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-14/+19
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-171-5/+9
|\
| * Make sure NotesActions#noteable returns a Noteable in the update actiondm-notes-actions-noteable-for-updateDouwe Maan2017-11-161-3/+7
| * Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-2/+2
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061-5/+13
|\ \ | |/
| * Merge branch '38677-render-new-discussions-on-diff-tab' into 'master'36248-repo-editor-double-border-under-repo-file-buttonsFilipa Lacerda2017-11-061-0/+2
| |\
| | * Use diff_discussion? instead of is_a?(DiffDiscussion)38677-render-new-discussions-on-diff-tabLuke "Jared" Bennett2017-11-021-1/+1
| | * Remove trailing commaLuke "Jared" Bennett2017-10-211-1/+1
| | * Improve discussion_line_code set and update notes_controller_specLuke "Jared" Bennett2017-10-211-1/+2
| | * Added discussion_line_code value to note response and use it to query the rig...Luke "Jared" Bennett2017-10-211-1/+2
| * | Render 404 when polling commit notes without having permissionsissue_39176Felipe Artur2017-11-031-1/+2
| |/
| * Commenting on image diffsFelipe Artur2017-10-071-3/+8
| * Improve performance of filtering notes in NotesControllersh-improve-perf-notes-actionsStan Hu2017-10-021-1/+1
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Fix specsDouwe Maan2017-08-301-1/+1
* No explicit `to_a` or instance variables needed.Douwe Maan2017-08-181-5/+7
* Prefer polymorphism over `is_a?`Douwe Maan2017-08-171-2/+2
* Remove view=full_data from NotesControllerDouwe Maan2017-08-171-6/+2
* Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-2/+4
* Keep the replies when the user leaves the pageFilipa Lacerda2017-08-031-1/+1
* [ci skip] Enable etag pollingFilipa Lacerda2017-08-021-0/+7
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-1/+21
|\
| * Fix replying to commit comments on MRs from forksSean McGivern2017-07-281-1/+21
* | Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-19/+30
|/