1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/routers/private
JakobDev 76659b1114
Reduce usage of db.DefaultContext (#27073)
Part of #27065

This reduces the usage of `db.DefaultContext`. I think I've got enough
files for the first PR. When this is merged, I will continue working on
this.

Considering how many files this PR affect, I hope it won't take to long
to merge, so I don't end up in the merge conflict hell.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-09-14 17:09:32 +00:00
..
tests/repos Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
actions.go parseScope with owner/repo always sets owner to zero (#25987) 2023-07-19 21:21:51 +08:00
default_branch.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
hook_post_receive.go
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_test.go Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
hook_verification.go Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
internal_repo.go
internal.go
key.go
mail.go
main_test.go Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
manager_process.go
manager_unix.go
manager_windows.go
manager.go
restore_repo.go
serv.go
ssh_log.go