1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 08:21:28 +02:00
gitea/services/pull
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
..
check_test.go
check.go
comment.go
commit_status.go
edits.go
lfs.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
main_test.go
merge_test.go Support template for merge message description (#22248) 2022-12-29 14:40:20 +02:00
merge.go Support template for merge message description (#22248) 2022-12-29 14:40:20 +02:00
patch_unmerged.go
patch.go
pull_test.go Support template for merge message description (#22248) 2022-12-29 14:40:20 +02:00
pull.go
review.go
temp_repo.go
update.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00