gitea/services/pull
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
..
check.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
check_test.go Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage (#19572) 2022-05-02 01:54:44 +02:00
commit_status.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
edits.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
lfs.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
merge.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
patch.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
patch_unmerged.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 2022-04-01 10:55:30 +08:00
pull.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
pull_test.go Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177) 2022-05-08 20:32:45 +08:00
review.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
update.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00