bugfix: HTTPS Clone fails with remote pointer not found using Go transport (#836) #842

Merged
codexetreme merged 10 commits from bugfix/error_while_cloning into main 2021-10-23 12:33:11 -05:00

10 Commits

Author SHA1 Message Date
Yashodhan Ghadge 8c556332a3 * remove unused fn 2021-10-23 01:36:33 +05:30
Yashodhan Ghadge f200a9a4a7 * reverting go.sum 2021-10-23 01:08:12 +05:30
Yashodhan Ghadge cac86b0964 * reverting go.mod and go.sum
* removing gitkit imports
2021-10-23 01:04:21 +05:30
Yashodhan Ghadge 3193b2f6cc * removing gitkit deps 2021-10-21 21:24:21 +05:30
Yashodhan Ghadge 4cd604a885 * moving cloning back to remote url (since this makes it compatible with more go versions) 2021-10-21 20:25:53 +05:30
Yashodhan Ghadge 563a351424
Update clone_test.go
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
2021-10-21 18:49:52 +05:30
Yashodhan Ghadge 406940513f
Update clone_test.go
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
2021-10-21 18:49:44 +05:30
Yashodhan Ghadge 8e8cb91f50 * moving cloning tests to use gitkit git server (removes the need for network and external hosted repos)
* updating go.mod (and go.sum) with the new required dependency on gitkit
2021-10-21 00:08:57 +05:30
Yashodhan Ghadge 4df4cbd5e3 * removing error code and creating a new empty remote instead if the owner remote is not found in the list of tracked remotes
* adding a test to check if external clone via HTTPS works
2021-10-15 14:34:35 +05:30
Yashodhan Ghadge c86c835832 * adding a weak bool param for Remote
* create a new remote in the smartTransportCallback incase one is not found
2021-10-15 14:10:24 +05:30