mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
Merging PR may fail because of various problems. The pull request may have a dirty state because there is no transaction when merging a pull request. ref https://github.com/go-gitea/gitea/pull/25741#issuecomment-2074126393 This PR moves all database update operations to post-receive handler for merging a pull request and having a database transaction. That means if database operations fail, then the git merging will fail, the git client will get a fail result. There are already many tests for pull request merging, so we don't need to add a new one. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| branch_test.go | ||
| branch.go | ||
| collaborator_test.go | ||
| collaborator.go | ||
| commits_test.go | ||
| commits.go | ||
| create_test.go | ||
| create.go | ||
| delete.go | ||
| env.go | ||
| fork.go | ||
| hooks.go | ||
| init_test.go | ||
| init.go | ||
| license_test.go | ||
| license.go | ||
| main_test.go | ||
| push.go | ||
| repo_test.go | ||
| repo.go | ||
| temp.go | ||