gitea/routers/api/v1
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
..
activitypub Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
admin Do not mutate incoming options to RenderUserSearch and SearchUsers (#34544) 2025-05-27 19:36:02 +00:00
misc Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00
notify Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
org Do not mutate incoming options to RenderUserSearch and SearchUsers (#34544) 2025-05-27 19:36:02 +00:00
packages Add package version api endpoints (#34173) 2025-04-13 20:00:44 +00:00
repo Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) 2025-06-04 17:09:08 +00:00
settings Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
shared Fix get / delete runner to use consistent http 404 and 500 status (#34480) 2025-05-16 06:44:29 +00:00
swagger Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
user Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
utils Fix edithook api can not update package, status and workflow_job events (#34495) 2025-05-18 09:43:56 -07:00
api.go Add endpoint deleting workflow run (#34337) 2025-05-13 19:18:13 +00:00