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>
2022-03-19 16:20:26 +00:00
..
commits.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 2021-12-16 10:18:38 +08:00
commits_test.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 2021-12-16 10:18:38 +08:00
create.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
create_test.go Add `GetUserTeams` (#18499) (#18531) 2022-02-02 08:40:04 +00:00
generate.go Handle email address not exist (#19089) (#19121) 2022-03-19 11:35:23 +00:00
hooks.go Move some functions into services/repository (#17677) 2021-11-17 23:17:31 +08:00
init.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
push.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
repo.go Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141) 2022-03-19 16:20:26 +00:00