summaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-22/+22
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-6/+6
* Fix init mail render logic (#20704)KN4CK3R2022-08-081-19/+14
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+9
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-8/+16
* Fix `make fmt` and `make fmt-check` (#18633)silverwind2022-02-061-0/+1
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-041-1/+114
* format with gofumpt (#18184)65432022-01-201-17/+31
* Add List-Unsubscribe header (#17804)mscherer2021-12-211-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+10
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-7/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-011-6/+10
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+8
* Add email headers (#15939)KN4CK3R2021-05-221-53/+56
* Refactor renders (#15175)Lunny Xiao2021-04-201-3/+6
* [refactor] mailer service (#15072)65432021-04-021-3/+3
* Move mailer to use a queue (#9789)zeripath2020-01-161-14/+15
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-221-1/+1
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-15/+34
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-9/+122
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+91