1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 02:14:32 +01:00
gitea/services
zeripath 4a23212102
Do DB update after merge in hammer context (#21401)
When merge was changed to run in the background context, the db updates
were still running in request context. This means that the merge could
be successful but the db not be updated.

This PR changes both these to run in the hammer context, this is not
complete rollback protection but it's much better.

Fix #21332

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-11 12:26:22 -04:00
..
agit
asymkey
attachment
auth SessionUser protection against nil pointer dereference (#21358) 2022-10-06 21:50:38 +01:00
automerge
comments
context
cron
externalaccount
forms Limit length of repo description and repo url input fields (#21119) 2022-09-16 15:19:16 +08:00
gitdiff Stop logging CheckPath returns error: context canceled (#21064) 2022-10-10 21:54:30 +01:00
issue Allow poster to choose reviewers (#21084) 2022-09-09 18:27:47 +01:00
lfs
mailer Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
migrations Foreign ID conflicts if ID is 0 for each item (#21271) 2022-10-02 17:43:16 -04:00
mirror
org
packages
pull Do DB update after merge in hammer context (#21401) 2022-10-11 12:26:22 -04:00
release Add more checks in migration code (#21011) 2022-09-04 13:47:56 +03:00
repository Refactor parseTreeEntries, speed up tree list (#21368) 2022-10-08 01:20:53 +08:00
task
user
webhook Fix formatted link for PR review notifications to matrix (#21319) 2022-10-07 22:06:34 +01:00
wiki Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00