- Sep 11, 2024
- Sep 09, 2024
-
-
Archish Thakkar authored
-
- Sep 06, 2024
-
-
Archish Thakkar authored
Co-authored-by:
Javiera Tapia <jtapia@gitlab.com>
-
Archish authored
-
- Sep 01, 2024
- Aug 30, 2024
- Aug 29, 2024
-
-
Archish authored
-
Archish Thakkar authored
-
- Aug 28, 2024
-
-
Archish authored
-
Archish authored
-
Ash McKenzie authored
Co-authored-by:
Patrick Bajao <ebajao@gitlab.com>
-
Ash McKenzie authored
Co-authored-by:
Patrick Bajao <ebajao@gitlab.com>
-
- Aug 27, 2024
-
-
Archish authored
-
- Aug 26, 2024
- Aug 22, 2024
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Aug 14, 2024
-
-
Ash McKenzie authored
-
- Jul 24, 2024
-
-
Ash McKenzie authored
-
- Jul 18, 2024
-
-
Ash McKenzie authored
-
- Jul 10, 2024
-
-
Patrick Bajao authored
-
- Jun 25, 2024
-
-
Ash McKenzie authored
-
- Jun 12, 2024
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/762 **Problem** There is a new endpoint for SSH Push implemented in Workhorse. We want to use it for Geo Git Push calls. **Solution** * Define a boolean parameter `GeoProxyPushSSHDirectToPrimary` hidden behind the feature flag. * Make a call to `ssh-receive-pack` endpoint for git push commands. Changelog: added
-
Ash McKenzie authored
-
- Jun 11, 2024
-
-
Vasilii Iakliushin authored
-
Vasilii Iakliushin authored
-
Vasilii Iakliushin authored
-
- Jun 06, 2024
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/762 **Problem** There is a new endpoint for SSH Pull implemented in Workhorse. We want to use it for Geo Git Pull calls. **Solution** * Define a boolean parameter `GeoProxyFetchSSHDirectToPrimary` hidden behind the feature flag. * Make a call to `ssh-upload-pack` endpoint for git pull commands. Changelog: added
-
- Jun 03, 2024
-
-
Joe Snyder authored
-
- May 28, 2024
-
-
Joseph Snyder authored
* Use retryablehttp functions * Catch the result of the Body.Close calls
-
Kyle Edwards authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/336618
-
Kyle Edwards authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/336618
-
- May 23, 2024
-
-
Joseph Snyder authored
Change the usage of http.Client to retryablehttp.Client to take advantage of the ability to retry queries and calls. Ensure each of the function calls set their own headers.
-
Joseph Snyder authored
Switch the hard-coded HTTP header string to be a constant given to each of the Client objects.
-
Joe Snyder authored
Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
Joseph Snyder authored
Fix capitalization of variables names Change "cap" to capability to avoid built-in objects Account for error responses in locks
-