You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lunny Xiao 36eb3c433a
Add transaction when creating pull request created dirty data (#26259)
Fix #26129
Replace #26258 

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>
11 months ago
..
assignee.go Add transaction when creating pull request created dirty data (#26259) 11 months ago
assignee_test.go Use more specific test methods (#24265) 1 year ago
comments.go Delete `issue_service.CreateComment` (#26298) 11 months ago
commit.go Add context parameter to some database functions (#26055) 12 months ago
commit_test.go Add context parameter to some database functions (#26055) 12 months ago
content.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Add transaction when creating pull request created dirty data (#26259) 11 months ago
issue_test.go Use more specific test methods (#24265) 1 year ago
label.go Less naked returns (#25713) 1 year ago
label_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
milestone.go Rename almost all Ctx functions (#22071) 2 years ago
milestone_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
status.go Add context parameter to some database functions (#26055) 12 months ago
template.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 1 year ago