diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-22 17:00:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 17:00:39 +0800 |
commit | 0c5c34d7ddaf31a6d8123dac36b221de61f5ff96 (patch) | |
tree | 0bfbab9ff4ad4717eab1b8ae60cad4401c421658 /vendor/code.gitea.io/git/command.go | |
parent | 4c89a9c33c4c097836f5bfa79cc7e5adc142a2f0 (diff) | |
download | gitea-0c5c34d7ddaf31a6d8123dac36b221de61f5ff96.tar.gz gitea-0c5c34d7ddaf31a6d8123dac36b221de61f5ff96.zip |
UpdateIssueUsersByMentions was calling database write operations while (#443)
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
Diffstat (limited to 'vendor/code.gitea.io/git/command.go')
0 files changed, 0 insertions, 0 deletions