- Jun 03, 2024
-
-
Joe Snyder authored
-
- May 24, 2024
-
-
gaurav.marwal authored
-
gaurav.marwal authored
-
gaurav.marwal authored
-
- Apr 22, 2024
-
-
gaurav.marwal authored
-
gaurav.marwal authored
-
gaurav.marwal authored
-
- Mar 27, 2024
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Mar 07, 2024
-
-
Shekhar Patnaik authored
-
- Jan 19, 2024
-
-
Patrick Bajao authored
-
- Dec 06, 2023
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Nov 22, 2023
-
-
Igor Drozdov authored
Gitaly deprecated and removed Namespace Service, we can remove a repository instead
-
- Nov 15, 2023
-
-
nanmu42 authored
-
- Oct 06, 2023
-
-
Igor Drozdov authored
The allowed commands must be scoped to namespaces: - git push/pull/archive - git lfs authenticate
-
- Sep 01, 2023
-
-
Ash McKenzie authored
-
- Aug 08, 2023
-
-
Igor Drozdov authored
GitLab Shell detects that the passed key is a certificate and requests /authorized_certs instead of /authorized_keys endpoint
-
- Jul 26, 2023
-
-
Igor Drozdov authored
-
- Jul 10, 2023
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Jul 04, 2023
-
-
Ash McKenzie authored
-
- Jun 26, 2023
-
-
rrylee authored
-
- Jun 20, 2023
-
-
- Jun 06, 2023
-
-
GitLab Renovate Bot authored
This explicitly imports gitaly v16 instead of v15 and removes the old one from `go.mod`.
-
- May 11, 2023
-
-
Joe Woodward authored
Prior to this change personal access tokens without a ttl would never expire. In Gitlab 15.4 we deprecated non-expiring tokens and are scheduled for removal in 16.0. https://gitlab.com/gitlab-org/gitlab/-/issues/369122 This change alters the gitlab-shell command for creating tokens to ensure add a default limit of 30 days. Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/640
-
- Apr 26, 2023
-
-
Mohamed Saber authored
-
- Mar 17, 2023
-
-
Igor Drozdov authored
It imitates a push to the secondary and verifies that the push is redirected to the primary
-
- Mar 15, 2023
-
-
Patrick Cyiza authored
-
- Jan 23, 2023
-
-
- Nov 23, 2022
-
-
James Fargher authored
-
James Fargher authored
-
- Aug 05, 2022
-
-
Igor Drozdov authored
This commit also excludes gitlab-shell from dependencies: Gitaly specifies Gitlab Shell as a dependency as well in order to use gitlabnet client to perform API endpoints to Gitlab Rails. As a result, Gitlab Shell requires Gitaly -> Gitaly requires an older version of Gitlab Shell -> that version requires an older version of Gitlab Shell, etc. Let's use exclude to break the chain earlier
-
Igor Drozdov authored
After https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4766 has been introduced, the test started fail because we basically cancel the git-receive-pack after the output is received This commit gracefully closes the connection to make the test pass
-
- Jul 05, 2022
-
-
Patrick Steinhardt authored
While gitlab-shell currently has a major version of v14, the module path it exposes is not using that major version like it is required by the Go standard. This makes it impossible for dependents to import gitlab-shell as a dependency without using a commit as version. Fix this by changing the module path of gitlab-shell to instead be `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports accordingly. Changelog: fixed
-
- May 19, 2022
-
-
Igor Drozdov authored
- If an integer is specified, we assume that these are seconds - A duration of format "500ms", "10s", "1m", etc... accepted
-