forgejo/models/repo
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context ()
This PR continues the work in  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 () 2021-12-12 23:48:20 +08:00
attachment.go Move attachment into models/repo/ () 2021-11-19 21:39:57 +08:00
attachment_test.go Move attachment into models/repo/ () 2021-11-19 21:39:57 +08:00
avatar.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
fork.go Some repository refactors () 2021-12-12 23:48:20 +08:00
fork_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
git.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue.go Prevent deadlock in create issue () 2021-12-13 17:59:39 -05:00
language_stats.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
main_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
mirror.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
pushmirror.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
pushmirror_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
redirect.go Some repository refactors () 2021-12-12 23:48:20 +08:00
redirect_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
repo_indexer.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
repo_list.go Use conditions but not repo ids as query condition () 2021-12-29 21:02:12 +08:00
repo_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
repo_unit.go Refactor auth package () 2022-01-02 21:12:35 +08:00
star.go Some repository refactors () 2021-12-12 23:48:20 +08:00
star_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
topic.go Some repository refactors () 2021-12-12 23:48:20 +08:00
topic_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
update.go Some repository refactors () 2021-12-12 23:48:20 +08:00
watch.go Some repository refactors () 2021-12-12 23:48:20 +08:00
watch_test.go Some repository refactors () 2021-12-12 23:48:20 +08:00
wiki.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
wiki_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00