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.
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
..
admin Propagate context and ensure git commands run in request context (#17868) 2 years ago
auth Fix incorrect OAuth message (#18332) 2 years ago
dev Move user related model into models/user (#17781) 3 years ago
events Refactor auth package (#17962) 3 years ago
explore Move repository model into models/repo (#17933) 3 years ago
feed Propagate context and ensure git commands run in request context (#17868) 2 years ago
org Propagate context and ensure git commands run in request context (#17868) 2 years ago
repo Propagate context and ensure git commands run in request context (#17868) 2 years ago
user Propagate context and ensure git commands run in request context (#17868) 2 years ago
base.go Fix nil checking on typed interface (#17598) 3 years ago
goget.go Refactor HTTP request context (#17979) 3 years ago
home.go Refactor auth package (#17962) 3 years ago
metrics.go Refactor routers directory (#15800) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go Refactor routers directory (#15800) 3 years ago
web.go Support webauthn (#17957) 2 years ago