forgejo/routers/private
Lunny Xiao b167f35113
Add context parameter to some database functions (#26055)
To avoid deadlock problem, almost database related functions should be
have ctx as the first parameter.
This PR do a refactor for some of these functions.
2023-07-22 22:14:27 +08:00
..
actions.go parseScope with owner/repo always sets owner to zero (#25987) 2023-07-19 21:21:51 +08:00
default_branch.go
hook_post_receive.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
hook_pre_receive.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
hook_proc_receive.go
hook_verification.go
internal.go
internal_repo.go
key.go
mail.go
manager.go
manager_process.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
manager_unix.go
manager_windows.go
restore_repo.go
serv.go
ssh_log.go