0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-02 09:45:49 -05:00
forgejo/services/pull
Lunny Xiao 368e9e0f1b
Add transaction when creating pull request created dirty data (#26259) (#26437)
Backport #26259 

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>
2023-08-11 05:27:23 +00:00
..
check.go
check_test.go
comment.go
commit_status.go Fix pull request check list is limited (#26179) (#26245) 2023-07-31 08:56:46 +00:00
edits.go
lfs.go
main_test.go
merge.go
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
patch.go Add transaction when creating pull request created dirty data (#26259) (#26437) 2023-08-11 05:27:23 +00:00
patch_unmerged.go
pull.go Add transaction when creating pull request created dirty data (#26259) (#26437) 2023-08-11 05:27:23 +00:00
pull_test.go
review.go
temp_repo.go
update.go
update_rebase.go