0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 06:34:58 +01:00
gitea/routers/web/repo
Jason Song 7adc2de464
Use context parameter in models/git (#22367)
After #22362, we can feel free to use transactions without
`db.DefaultContext`.

And there are still lots of models using `db.DefaultContext`, I think we
should refactor them carefully and one by one.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-09 11:50:54 +08:00
..
activity.go
attachment.go
blame.go
branch.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
cherry_pick.go
commit.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
compare.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
download.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
editor_test.go
editor.go
find.go
http_test.go
http.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
lfs.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go
pull_review.go
pull.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
release_test.go
release.go
render.go
repo.go
search.go
setting_protected_branch.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
setting.go
settings_test.go
tag.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
topic.go
treelist.go
view_test.go
view.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
webhook.go
wiki_test.go
wiki.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00