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/convert
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868)
This PR continues the work in #17125 by progressively ensuring that git
commands run within the request context.

This now means that the if there is a git repo already open in the context it will be used instead of reopening it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
convert.go Team permission allow different unit has different permission (#17811) 3 years ago
git_commit.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
git_commit_test.go Move repository model into models/repo (#17933) 3 years ago
issue.go Move repository model into models/repo (#17933) 3 years ago
issue_comment.go Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago
issue_test.go Move repository model into models/repo (#17933) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
notification.go Move accessmode into models/perm (#17828) 3 years ago
pull.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
pull_review.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
pull_test.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
release.go Move attachment into models/repo/ (#17650) 3 years ago
repository.go Add MirrorUpdated field to Repository API type (#18267) 2 years ago
status.go Move user related model into models/user (#17781) 3 years ago
user.go Move accessmode into models/perm (#17828) 3 years ago
user_test.go Move user related model into models/user (#17781) 3 years ago
utils.go Add migration from GitBucket (#16767) 3 years ago
utils_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
wiki.go Move repository model into models/repo (#17933) 3 years ago