You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/private
Jason Song 5bdf805e05
Sync branches to DB immediately when handle git hook calling (#29493)
Unlike other async processing in the queue, we should sync branches to
the DB immediately when handling git hook calling. If it fails, users
can see the error message in the output of the git command.

It can avoid potential inconsistency issues, and help #29494.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
11 months ago
..
tests/repos
actions.go Move context from modules to services (#29440) 11 months ago
default_branch.go Move context from modules to services (#29440) 11 months ago
hook_post_receive.go Sync branches to DB immediately when handle git hook calling (#29493) 11 months ago
hook_pre_receive.go Move context from modules to services (#29440) 11 months ago
hook_proc_receive.go Move context from modules to services (#29440) 11 months ago
hook_verification.go Improve ObjectFormat interface (#28496) 1 year ago
hook_verification_test.go
internal.go Move context from modules to services (#29440) 11 months ago
internal_repo.go Move context from modules to services (#29440) 11 months ago
key.go Move context from modules to services (#29440) 11 months ago
mail.go Move context from modules to services (#29440) 11 months ago
main_test.go
manager.go Move context from modules to services (#29440) 11 months ago
manager_process.go Move context from modules to services (#29440) 11 months ago
manager_unix.go Move context from modules to services (#29440) 11 months ago
manager_windows.go Move context from modules to services (#29440) 11 months ago
restore_repo.go Move context from modules to services (#29440) 11 months ago
serv.go Move context from modules to services (#29440) 11 months ago
ssh_log.go Move context from modules to services (#29440) 11 months ago