1
0
Fork 0
forgejo/routers/private
Lunny Xiao b167f35113
Add context parameter to some database functions ()
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 () 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 () 2023-05-26 01:04:48 +00:00
hook_pre_receive.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
hook_proc_receive.go
hook_verification.go
internal.go Add gitea manager reload-templates command () 2023-05-22 23:51:40 +08:00
internal_repo.go
key.go
mail.go
manager.go Fix logger refactoring regression: manager logging add () 2023-05-24 08:09:33 +08:00
manager_process.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
manager_unix.go
manager_windows.go
restore_repo.go
serv.go
ssh_log.go