source-controller/pkg/git/libgit2/managed
Paulo Gomes b764bdbeaa
libgit2: fix gitlab redirection for HTTP
Gitlab only supports HTTP redirection for GET operations,
and fails POST operations targeting a repository without
the .git suffix.

Fixes: https://github.com/fluxcd/image-automation-controller/issues/379
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-06-07 15:11:16 +01:00
..
const.go libgit2: refactor max length values into constants 2022-04-07 19:10:50 +01:00
http.go libgit2: fix gitlab redirection for HTTP 2022-06-07 15:11:16 +01:00
http_test.go libgit2: fix gitlab redirection for HTTP 2022-06-07 15:11:16 +01:00
init.go libgit2: enable managed transport by default 2022-05-24 10:46:32 +01:00
options.go libgit2: enforce context timeout 2022-05-27 13:59:50 +01:00
options_test.go Remove dependency on libgit2 credentials callback 2022-05-27 14:01:23 +05:30
ssh.go libgit2/managed: fix race issues in ssh transport 2022-06-03 01:45:18 +05:30
ssh_test.go fix panics on unmanaged http and proxy on managed http 2022-05-27 14:01:23 +05:30
transport.go remvoe support for sha1 and md5 hashing for public keys 2022-05-27 14:01:23 +05:30
transport_test.go remvoe support for sha1 and md5 hashing for public keys 2022-05-27 14:01:23 +05:30