gitea/routers
Lunny Xiao 108db0b04f
Fix possible pull request broken when leave the page immediately after clicking the update button (#34509)
If user leaves the page, the context will become cancelled, so that the
update process maybe terminal in an unexpected status. This PR haven't
resolve the problem totally. It uses a background context to not cancel
the update process even if the user leaved the pull request view page.

Fix #31779
2025-06-04 17:09:08 +00:00
..
api Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) 2025-06-04 17:09:08 +00:00
common Add middleware for request prioritization (#33951) 2025-04-14 16:25:48 +02:00
install Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
private Only git operations should update `last changed` of a repository (#34388) 2025-05-11 19:18:46 +00:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) 2025-06-04 17:09:08 +00:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00