You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/repository
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>
1 year ago
..
collaborator.go Always reuse transaction (#22362) 1 year ago
collaborator_test.go Rename almost all Ctx functions (#22071) 2 years ago
commits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
commits_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
create.go Rename almost all Ctx functions (#22071) 2 years ago
create_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
delete.go Implement FSFE REUSE for golang files (#21840) 2 years ago
env.go Implement FSFE REUSE for golang files (#21840) 2 years ago
fork.go Implement FSFE REUSE for golang files (#21840) 2 years ago
generate.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
generate_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
hooks.go Implement FSFE REUSE for golang files (#21840) 2 years ago
init.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Use context parameter in models/git (#22367) 1 year ago
temp.go Implement FSFE REUSE for golang files (#21840) 2 years ago