0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 13:27:32 +01:00
gitea/routers/api/v1/repo
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
..
action.go
avatar.go
blob.go
branch.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
collaborators.go
commits.go
file.go
fork.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_attachment.go
issue_comment_attachment.go
issue_comment.go
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
issue_tracked_time.go
issue.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull_review.go
pull.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
release_attachment.go
release_tags.go
release.go
repo_test.go
repo.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go