Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | issue_mail: send notifications to participants in comments (#2929) | Unknwon | 2017-03-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Minor fix for PR #3822 | Unknwon | 2016-12-21 |
| | |||
* | Fix database write context interleaving bug (#3822) | stroucki | 2016-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 request | Unknwon | 2016-08-14 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |