- Feb 15, 2022
-
-
Amy Qualls authored
Do an initial cleanup pass: - Line wraps - Change 'allows' to 'enables' - Clean up syntax highlighting - Fix spelling and capitalization - Standardize on colons at the end of the introductory sentences
-
Amy Qualls authored
Shouldn't start with a leading slash.
-
Igor Drozdov authored
Describe what Gitlab Shell is capable of
-
- Feb 11, 2022
-
-
Igor Drozdov authored
Release 13.23.2 See merge request gitlab-org/gitlab-shell!570
-
Igor Drozdov authored
-
Ash McKenzie authored
Bump labkit version to 1.12.0 See merge request gitlab-org/gitlab-shell!569
-
- Feb 10, 2022
-
-
Igor Drozdov authored
It also bumps minor versions of its dependencies
-
- Feb 03, 2022
-
-
Igor Drozdov authored
Add title and correct copyright notice to license See merge request gitlab-org/gitlab-shell!568
-
Dan Rhodes authored
-
Igor Drozdov authored
Update LICENSE to 2022 See merge request gitlab-org/gitlab-shell!566
-
Patrick Bajao authored
Handle and log unhandled errors See merge request gitlab-org/gitlab-shell!564
-
- Feb 02, 2022
-
-
Sean Carroll authored
-
Igor Drozdov authored
Currently, we don't process the results of this execution, because it's not really imprortant Let's at least log the err if the execution went wrong That will also make Vulnerability report happy
-
Ash McKenzie authored
Bump go-proxyproto package See merge request gitlab-org/gitlab-shell!563
-
Patrick Bajao authored
When building, ignore the vendor/ directory if present Closes #539 See merge request gitlab-org/gitlab-shell!565
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Feb 01, 2022
-
-
Igor Drozdov authored
-
Ash McKenzie authored
Update Go to version 1.17.6 Closes #547 See merge request gitlab-org/gitlab-shell!562
-
Dustin Collins authored
-
- Jan 31, 2022
-
-
Igor Drozdov authored
Release 13.23.1 See merge request gitlab-org/gitlab-shell!561
-
Igor Drozdov authored
-
Ash McKenzie authored
Replace golang.org/x/crypto with gitlab-org/golang-crypto See merge request gitlab-org/gitlab-shell!560
-
- Jan 28, 2022
-
-
Igor Drozdov authored
This fork contains a fix for handling ssh-rsa public keys of gitlab-sshd Issue: https://gitlab.com/gitlab-org/gitlab-shell/-/issues/543
-
Igor Drozdov authored
Update link for gitlab-workhorse project location See merge request gitlab-org/gitlab-shell!559
-
-
Ash McKenzie authored
Update bundler to 2.3.6 because 2.1.4 is too old See merge request gitlab-org/gitlab-shell!554
-
- Jan 26, 2022
-
-
Lin Jen-Shin authored
-
- Jan 25, 2022
-
-
Igor Drozdov authored
Release 13.23.0 See merge request gitlab-org/gitlab-shell!558
-
Jacob Vosmaer authored
-
Igor Drozdov authored
Add support for SSHUploadPackWithSidechannel RPC See merge request gitlab-org/gitlab-shell!557
-
If the GitLab API returns an allowed response with use_sidechannel set to true, gitlab-shell will establish a sidechannel connection and use SSHUploadPackWithSidechannel instead of SSHUploadPack. This is an efficiency improvement.
-
This updates the Gitaly client go.mod dependency to Gitaly commit 2e398afa0490ccdf5a82e1a7c7d824ae491eba16. This causes a grpc-go version bump, and hence a minor change in some of our test code.
-
This field will act as a feature flag that controls whether gitlab-shell uses the old SSHUploadPack RPC or the new SSHUploadPackWithSidechannel.
-
- Jan 20, 2022
-
-
Jacob Vosmaer authored
This reduces coupling between tests in internal/gitlabnet/accessverifier/client_test.go, and will make it easier to add new test cases in the future. Note that the test server had a special behavior for the username "second", but this was never used. So we removed that behavior in this commit.
-
- Jan 19, 2022
-
-
Igor Drozdov authored
Rate limiting documentation See merge request gitlab-org/gitlab-shell!556
-
-
- Jan 16, 2022
-
-
Ash McKenzie authored
Release v13.22.2 See merge request gitlab-org/gitlab-shell!555
-
Stan Hu authored
-