aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_mail.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
|
* UpdateIssueUsersByMentions was calling database write operations while (#443)Lunny Xiao2016-12-221-1/+1
| | | | | | | | | | 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
* Lint/issue &mail (#243)Bwko2016-11-251-1/+1
| | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-0/+81