summaryrefslogtreecommitdiff
path: root/app/models/sent_notification.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-0/+4
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+10
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-1/+4
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-21/+4
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-2/+2
* Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable2017-10-091-1/+5
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Address review commentsDouwe Maan2017-04-051-0/+2
* Don't use original_discussion_idDouwe Maan2017-04-051-1/+1
* Add specsDouwe Maan2017-04-051-8/+15
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-31/+32
* Allow SentNotification#position to be set as string or hashDouwe Maan2016-07-111-0/+13
* Allow reply-by-email with diff notesDouwe Maan2016-07-061-1/+28
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-6/+10
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+8
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-4/+4
* #can_unsubscribe? -> #?unsubscribable?Zeger-Jan van de Weg2016-01-111-1/+1
* Add #can_unsubscribe? to SentNotificationZeger-Jan van de Weg2016-01-091-0/+4
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-3/+5
* Add custom LineCodeValidatorRobert Speicher2015-12-071-1/+1
* Rails update to 4.2.4Valery Sizov2015-11-251-3/+2
* Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-211-2/+12
|\
| * Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-201-2/+12
* | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-0/+6
|/
* Re-annotate modelsStan Hu2015-09-061-0/+13
* Move `sent_notification!` out of Notify.Douwe Maan2015-08-191-2/+25
* Changes and stuff.Douwe Maan2015-08-181-5/+3
* Reply by email POCDouwe Maan2015-08-181-0/+29