forgejo/services/repository/files
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
2022-05-20 22:08:52 +08:00
..
cherry_pick.go
commit.go Auto merge pull requests when all checks succeeded via API (#9307) 2022-05-08 01:05:52 +08:00
content.go RepoAssignment ensure to close before overwrite (#19449) 2022-04-21 17:17:57 +02:00
content_test.go RepoAssignment ensure to close before overwrite (#19449) 2022-04-21 17:17:57 +02:00
delete.go
diff.go
diff_test.go Calculate filename hash only once (#19654) 2022-05-09 00:29:50 +02:00
file.go
file_test.go Make git.OpenRepository accept Context (#19260) 2022-03-30 03:13:41 +08:00
patch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
temp_repo.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
tree.go
tree_test.go
update.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
upload.go