This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/repo
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>
2022-01-19 23:26:57 +00:00
..
archiver.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
attachment.go
attachment_test.go
avatar.go
fork.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
fork_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
git.go
issue.go Prevent deadlock in create issue (#17970) 2021-12-13 17:59:39 -05:00
language_stats.go
main_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
mirror.go
pushmirror.go
pushmirror_test.go
redirect.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
redirect_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
repo_indexer.go
repo_list.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
repo_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
repo_unit.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
star.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
star_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
topic.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
topic_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
update.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
watch.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
watch_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
wiki.go
wiki_test.go