gitea/services/issue
Lunny Xiao 36eb3c433a
Add transaction when creating pull request created dirty data ()
Fix 
Replace  

This PR will introduce a transaction on creating pull request so that if
some step failed, it will rollback totally. And there will be no dirty
pull request exist.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
..
assignee.go Add transaction when creating pull request created dirty data ()
assignee_test.go Use more specific test methods ()
comments.go Delete `issue_service.CreateComment` ()
commit.go Add context parameter to some database functions ()
commit_test.go Add context parameter to some database functions ()
content.go Implement FSFE REUSE for golang files ()
issue.go Add transaction when creating pull request created dirty data ()
issue_test.go Use more specific test methods ()
label.go Less naked returns ()
label_test.go Implement FSFE REUSE for golang files ()
main_test.go Implement FSFE REUSE for golang files ()
milestone.go Rename almost all Ctx functions ()
milestone_test.go Implement FSFE REUSE for golang files ()
status.go Add context parameter to some database functions ()
template.go Improve Gitea's web context, decouple "issue template" code into service package ()