forgejo/routers/web/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
..
activity.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
attachment.go
blame.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
branch.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
commit.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
compare.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
download.go
editor.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
editor_test.go
http.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
http_test.go
issue.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
main_test.go
middlewares.go
migrate.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
milestone.go
projects.go Removed unused method. (#18129) 2021-12-30 11:56:12 +08:00
projects_test.go
pull.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
pull_review.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
release.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
release_test.go
repo.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
search.go
setting.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go Add warning for BIDI characters in page renders and in diffs (#17562) 2022-01-07 02:18:52 +01:00
webhook.go Add replay of webhooks. (#18191) 2022-01-05 15:00:20 -06:00
wiki.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
wiki_test.go