- 24 Aug, 2021 2 commits
-
-
Georges Racinet authored
-
Georges Racinet authored
As expected, the actual changes were already there because we merged v13.19.0 into a revision that was actually based on v13.18.1
-
- 26 Jul, 2021 1 commit
-
-
Patrick Bajao authored
Modify regex to prevent partial matches See merge request gitlab-org/security/gitlab-shell!7
-
- 23 Jul, 2021 1 commit
-
-
Patrick Bajao authored
-
- 28 Jun, 2021 1 commit
-
-
Robert May authored
-
- 19 Aug, 2021 3 commits
-
-
Georges Racinet authored
-
Georges Racinet authored
-
Georges Racinet authored
-
- 04 Aug, 2021 3 commits
-
-
Georges Racinet authored
GitLab Shell 13.18.1 See merge request !22
-
Georges Racinet authored
-
Georges Racinet authored
-
- 26 Jul, 2021 1 commit
-
-
Patrick Bajao authored
Modify regex to prevent partial matches See merge request gitlab-org/security/gitlab-shell!8
-
- 23 Jul, 2021 1 commit
-
-
Patrick Bajao authored
-
- 28 Jun, 2021 1 commit
-
-
Robert May authored
-
- 03 Aug, 2021 2 commits
-
-
Georges Racinet authored
Bump heptapod-stable branch See merge request !21
-
Georges Racinet authored
-
- 26 Jul, 2021 1 commit
-
-
A notable change (caused conflict) is that there are now some integration tests with Gitaly in CI.
-
- 04 Jun, 2021 3 commits
-
-
Nick Thomas authored
Release v13.19.0 See merge request gitlab-org/gitlab-shell!482
-
Nick Thomas authored
-
Patrick Bajao authored
Add acceptance test for git-upload-pack See merge request gitlab-org/gitlab-shell!477
-
- 31 May, 2021 1 commit
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/500
-
- 04 Jun, 2021 1 commit
-
-
Nick Thomas authored
fix: upgrade of the gitaly dependency See merge request gitlab-org/gitlab-shell!481
-
- 02 Jun, 2021 1 commit
-
-
Pavlo Strokov authored
Gitaly project now properly respects module release flow and includes a module suffix in the package name. It requires to re-write all non-suffixed imports with suffixed of a specific version of tha module. With proper module versioning we don't need to use a 'replace' directive to point to specific commit and can use semantic versioning for the gitaly dependency. Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/3177
-
- 01 Jun, 2021 1 commit
-
-
Nick Thomas authored
Unit test wrong channel type See merge request gitlab-org/gitlab-shell!479
-
- 31 May, 2021 1 commit
-
-
Igor Drozdov authored
-
- 01 Jun, 2021 1 commit
-
-
Nick Thomas authored
Add acceptance test for git-upload-archive See merge request gitlab-org/gitlab-shell!478
-
- 31 May, 2021 1 commit
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/500
-
- 16 Jun, 2021 1 commit
-
-
- 12 Jun, 2021 3 commits
-
-
Georges Racinet authored
-
Georges Racinet authored
Long after the fact, but was still missing
-
Georges Racinet authored
Remarks: - Upstream dropped Golang 1.13 from CI - Some testhelpers don't return a cleanup function anymore
-
- 24 May, 2021 1 commit
-
-
Igor Drozdov authored
Fix opentracing setup for gitlab-sshd Closes #501 See merge request gitlab-org/gitlab-shell!473
-
- 14 May, 2021 1 commit
-
-
Nick Thomas authored
Previously, opentracing (if configured) was initialized late in the gitlab-shell process's lifespan, coming just before making a gRPC call to Gitaly. By moving the opentracing initialization to be at process startup, we make it available for the whole process lifecycle, which is very useful to gitlab-sshd, as it means we'll only call tracing.Initialize() once on process startup, rather than once per SSH connection. To get this working, we need to introduce a context to gitlab-sshd. This carries the client/service name, but also carries an initial correlation ID. The main outcome of this is that all calls to the authorized_keys endpoint from a given gitlab-sshd process will now share a correlation ID. I don't have a strong opinion about this either way. Changelog: fixed
-
- 21 May, 2021 1 commit
-
-
Nick Thomas authored
Add first Gitaly acceptance test See merge request gitlab-org/gitlab-shell!475
-
- 20 May, 2021 1 commit
-
-
Sean McGivern authored
-
- 19 May, 2021 1 commit
-
-
Sean McGivern authored
-
- 20 May, 2021 2 commits
-
-
Nick Thomas authored
fix: upgrade of the labkit dependency See merge request gitlab-org/gitlab-shell!474
-
Pavlo Strokov authored
The labkit has a fix in the dependency chain b36f912 (Merge branch 'ps-fix-dep-version' into 'master', 2021-05-20).
-
- 19 May, 2021 1 commit
-
-
Igor Drozdov authored
1.4.0 has introduced the format change Since v1 means latest 1.* image, we're pulling the unsupported version
-
- 18 May, 2021 1 commit
-
-
Patrick Bajao authored
Acceptance tests for 2fa_recovery_codes, 2fa_verify, and git-lfs-authenticate See merge request gitlab-org/gitlab-shell!472
-