aboutsummaryrefslogtreecommitdiff
path: root/models/issue_mail.go
Commit message (Collapse)AuthorAge
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Minor fix for PR #3822Unknwon2016-12-21
|
* Fix database write context interleaving bug (#3822)stroucki2016-12-21
| | | | | | | | | | | | | | * UpdateIssueUsersByMentions was calling database write operations while a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions * issue: forgot debug statement
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16