- Jan 06, 2021
-
-
Nick Thomas authored
Now `master` is removed, this is no longer needed
-
- Dec 11, 2020
-
-
Igor Drozdov authored
Release v13.14.0 See merge request gitlab-org/gitlab-shell!441
-
- Dec 10, 2020
-
-
Igor Drozdov authored
-
Igor Drozdov authored
Add 2fa_verify command See merge request gitlab-org/gitlab-shell!440
-
Imre Farkas authored
-
- Nov 23, 2020
-
-
Patrick Bajao authored
Add go:1.15 CI job See merge request gitlab-org/gitlab-shell!439
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Nov 20, 2020
-
-
Igor Drozdov authored
Fix CI config and README for new default branch See merge request gitlab-org/gitlab-shell!437
-
Nick Thomas authored
-
Stan Hu authored
Propagate client identity to gitaly See merge request gitlab-org/gitlab-shell!436
-
- Nov 19, 2020
-
-
Ash McKenzie authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
- Nov 18, 2020
-
-
Ash McKenzie authored
Enable Secret Detection in CI See merge request gitlab-org/gitlab-shell!434
-
- Nov 17, 2020
-
-
Igor Wiedler authored
-
Michael Henriksen authored
-
Patrick Bajao authored
Release v13.13.0 See merge request gitlab-org/gitlab-shell!433
-
Ash McKenzie authored
-
Ash McKenzie authored
GitLab API Client support for client certificates See merge request gitlab-org/gitlab-shell!432
-
Paul Okstad authored
-
- Nov 06, 2020
-
-
Igor Drozdov authored
Release v13.12.0 See merge request gitlab-org/gitlab-shell!431
-
Stan Hu authored
-
- Nov 05, 2020
-
-
Nick Thomas authored
Remove rubocop from Ruby test See merge request gitlab-org/gitlab-shell!430
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Nov 04, 2020
-
-
Stan Hu authored
Upgrade Bundler from 1.17.2 to 2.1.4 Closes #483 See merge request gitlab-org/gitlab-shell!428
-
- Nov 03, 2020
-
-
Patrick Bajao authored
Log Content-Length bytes in API response See merge request gitlab-org/gitlab-shell!427
-
Stan Hu authored
This will be useful to measure bandwidth sent in response to an API request, particularly with measuring the /api/v4/internal/lfs endpoint.
-
- Oct 23, 2020
-
-
Stan Hu authored
Bump default Ruby version to v2.7.2 See merge request gitlab-org/gitlab-shell!426
-
Stan Hu authored
Part of https://gitlab.com/groups/gitlab-org/-/epics/2380
-
- Oct 20, 2020
-
-
Nick Thomas authored
Release v13.11.0 See merge request gitlab-org/gitlab-shell!425
-
Nick Thomas authored
-
Nick Thomas authored
Fix incorrect actor used to check permissions for SSH receive-pack See merge request gitlab-org/gitlab-shell!424
-
- Oct 19, 2020
-
-
Stan Hu authored
During a SSH receive-pack request (e.g. `git push`), gitlab-shell was incorrectly using the user returned by the `/internal/allowed` API endpoint to make an SSHReceivePack RPC call. This caused a number of problems with deploy keys with write access: 1. Keys that were generated by a blocked user would be denied the ability to write. 2. Keys that were generated by user that did not have write access to the project would also be denied. GitLab 12.4 removed the Ruby implementation of gitlab-shell in favor of the Golang implementation, and these implementations worked slightly differently. In https://gitlab.com/gitlab-org/gitlab-shell/blob/v10.1.0/lib/gitlab_shell.rb, the Ruby implementation would always use `@who` (e.g. `key-123`), but in gitlab-shell v10.2.0 the Go implementation would always use the user from the API response. Reads did not have this issue because the user/deploy key is never passed to Gitaly for additional permission checks. Writes need this information for the pre-receive to check access to protected branches, push rules, etc. Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/479
-
Patrick Bajao authored
Set SSL_CERT_DIR env var when building command See merge request gitlab-org/gitlab-shell!423
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Oct 16, 2020
-
-
Igor Drozdov authored
Release v13.10.0 See merge request gitlab-org/gitlab-shell!422
-
Stan Hu authored
-