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.
gitea/modules/repository
zeripath e6d46eeb55
Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)
Backport #19132

Make SKIP_TLS_VERIFY apply to git data migrations too through adding the `-c http.sslVerify=false` option to the git clone command.

Fix #18998

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
commits.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 3 years ago
commits_test.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 3 years ago
create.go Some repository refactors (#17950) 3 years ago
create_test.go Add `GetUserTeams` (#18499) (#18531) 3 years ago
generate.go Handle email address not exist (#19089) (#19121) 3 years ago
hooks.go Move some functions into services/repository (#17677) 3 years ago
init.go Some repository refactors (#17950) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
push.go Move repository model into models/repo (#17933) 3 years ago
repo.go Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141) 3 years ago