1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-29 03:16:41 -04:00
gitea/models/repo
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
..
archiver.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
attachment_test.go
attachment.go
avatar.go
collaboration_test.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
collaboration.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
fork_test.go
fork.go
git.go
issue.go
language_stats.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
mirror.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
pushmirror_test.go
pushmirror.go Add RemoteAddress to mirrors (#26952) 2023-09-16 16:03:02 +00:00
redirect_test.go
redirect.go
release_test.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
release.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
repo_indexer.go
repo_list_test.go
repo_list.go
repo_test.go
repo_unit_test.go
repo_unit.go
repo.go Updates to the API for archived repos (#27149) 2023-09-21 23:43:29 +00:00
search.go
star_test.go
star.go
topic_test.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
topic.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
update.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
upload.go
user_repo_test.go
user_repo.go
watch_test.go
watch.go
wiki_test.go
wiki.go