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/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
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
milestone.go
projects.go
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
search.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
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
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