source-controller/pkg/git
Paulo Gomes 92ad1f813b
Cache SSH connections
The underlying SSH connections are kept open and are reused
across several SSH sessions. This is due to upstream issues in
which concurrent/parallel SSH connections may lead to instability.

https://github.com/golang/go/issues/51926
https://github.com/golang/go/issues/27140
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-03-28 11:58:10 +01:00
..
gogit git/libgit2: set CheckoutForce on branch strategy 2022-02-22 16:31:56 +01:00
libgit2 Cache SSH connections 2022-03-28 11:58:10 +01:00
strategy libgit2: Configured libgit2 clone ProxyOptions 2022-01-18 19:35:47 +00:00
git.go pkg/git: Include commit message and URL in error 2022-02-14 21:34:27 +05:30
git_test.go pkg/git: Include commit message and URL in error 2022-02-14 21:34:27 +05:30
options.go Fixes to gitrepo reconciler tests 2022-02-23 12:35:30 +01:00
options_test.go Add Host field check in AuthOptions.Validate() 2021-10-27 00:43:31 +05:30