summaryrefslogtreecommitdiff
path: root/app/services/notes
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-178-0/+16
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Merge request and commit discussions APIJan Provaznik2018-05-011-0/+9
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-7/+6
* Merge branch 'jprovazn-comment-refs' into 'master'Sean McGivern2018-04-051-1/+3
|\
| * Better group support notes-related codeJan Provaznik2018-04-051-1/+3
* | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-2/+4
|/
* Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-072-3/+8
|\
| * Add discussion APIjprovazn-apiJan Provaznik2018-03-072-3/+8
* | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-5/+3
|/
* Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-181-1/+3
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-0/+21
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+7
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-152-6/+6
* Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-311-33/+0
* Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-11/+14
* Support comments for personal snippetsJarka Kadlecova2017-05-051-2/+16
* Remove unused codeDouwe Maan2017-04-051-4/+0
* Address review commentsDouwe Maan2017-04-052-2/+2
* Don't use original_discussion_idDouwe Maan2017-04-051-3/+1
* Fix specsDouwe Maan2017-04-051-1/+3
* Add specsDouwe Maan2017-04-051-3/+3
* Add option to start a new discussion on an MRDouwe Maan2017-04-052-4/+31
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+3
* add /award slash commandmhasbini2017-02-281-9/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
* address commentsJarka Kadlecova2017-01-252-5/+6
* Support notes without projectJarka Kadlecova2017-01-182-5/+8
* support `/merge` slash comand for MRsJarka Kadlecova2017-01-112-3/+6
* Replace wording for slash command confirmation messagevictorwu2016-12-261-1/+1
* Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-282-2/+0
|\
| * Remove event caching codeYorick Peterse2016-11-232-2/+0
* | Backport Note#commands_changes from EEbackport-commands-paramsDouwe Maan2016-11-241-0/+2
|/
* Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
* Does not raise error when Note not found when processing NewNoteWorkerOswaldo Ferreira2016-11-111-2/+5
* Fix authored vote from notesbarthc2016-10-241-2/+4
* Ensure we have a user before checking for their permission in Notes::SlashCom...Rémy Coutable2016-09-201-0/+1
* Fix note form hint showing slash commands supported for commitsRémy Coutable2016-09-201-9/+11
* Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-1/+1
|\
| * Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-1/+1
| * Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+1
* | Fixed specs and fixes based on failing specsDouwe Maan2016-08-162-12/+30
* | Force notes poll after commands have been executedDouwe Maan2016-08-121-1/+1
* | Refactor slash command definitionDouwe Maan2016-08-122-8/+9
* | Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-132-8/+12
* | New Notes::SlashCommandsService serviceRémy Coutable2016-08-132-40/+25