1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/routers/web/repo/setting
JakobDev cf0df023be
More db.DefaultContext refactor (#27265)
Part of #27065

This PR touches functions used in templates. As templates are not static
typed, errors are harder to find, but I hope I catch it all. I think
some tests from other persons do not hurt.
2023-09-29 12:12:54 +00:00
..
avatar.go
collaboration.go
default_branch.go
deploy_key.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
git_hooks.go
lfs.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
protected_branch.go
protected_tag.go
runners.go
secrets.go
setting.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
settings_test.go
variables.go
webhook.go