- Nov 11, 2024
-
-
Igor Drozdov authored
-
- Sep 17, 2024
-
-
Rémy Coutable authored
-
- Aug 22, 2024
-
-
Ash McKenzie authored
-
- Aug 16, 2024
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Aug 15, 2024
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Aug 12, 2024
-
-
Dominic Couture authored
-
- Jul 01, 2024
-
-
Igor Drozdov authored
- Introduce lint and post-test stages - Move all lint related jobs to the lint stage - Move all post-test related jobs to the post-test stage
-
- Jun 28, 2024
-
-
GitLab Renovate Bot authored
-
- Jun 21, 2024
-
-
GitLab Renovate Bot authored
-
- Jun 12, 2024
-
-
Rémy Coutable authored
-
- Jun 01, 2024
-
-
Ash McKenzie authored
-
- May 28, 2024
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 19, 2024
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Mar 25, 2024
-
-
Ash McKenzie authored
-
- Feb 16, 2024
-
-
Ash McKenzie authored
-
- Feb 08, 2024
-
-
Ash McKenzie authored
-
- Feb 05, 2024
-
-
Ash McKenzie authored
-
- Jan 29, 2024
-
-
Igor Drozdov authored
-
- Jan 18, 2024
-
-
Robert May authored
-
- Nov 24, 2023
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Nov 23, 2023
-
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Nov 16, 2023
-
-
Patrick Bajao authored
We no longer need the workaround as the config file has been renamed from `.erb` to `.tpl`.
-
- Nov 08, 2023
-
-
Ash McKenzie authored
-
- Nov 03, 2023
-
-
Patrick Bajao authored
Copies the `/etc/gitaly/config.toml.erb` file as `/etc/gitaly/config.toml` file as the latest version of gitaly CNG image no longer writes it but is required by Gitaly to run.
-
- Sep 25, 2023
-
-
Oscar Tovar authored
-
- Sep 07, 2023
-
-
Ash McKenzie authored
-
- Sep 05, 2023
-
-
Stan Hu authored
This job is added per the documentation: https://docs.gitlab.com/ee/development/go_guide/#automatic-linting Add libkrb5-dev to golangci-lint job This is needed to process internal/sshd/gssapi.go.
-
- Sep 01, 2023
-
-
Ash McKenzie authored
-
- Aug 08, 2023
-
-
Stan Hu authored
Go v1.21 was just released today (https://go.dev/doc/go1.21), so let's make sure our builds work with it.
-
- Aug 04, 2023
-
-
Stan Hu authored
All changes in our fork have been upstreamed in the latest `master` of `golang.org/x/crypto`, so upgrade to that version. This version requires Go 1.19 due to a new UNIX build constraint (https://gitlab.com/gitlab-org/golang-crypto/-/merge_requests/13#note_1462100383). Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/623 Changelog: changed
-
- Jul 06, 2023
-
-
Ash McKenzie authored
-
- Jun 29, 2023
-
-
Patrick Bajao authored
We want to use both go and ruby cache for test jobs since we run go and rspec tests in that job.
-
Patrick Bajao authored
We experienced a flaky failure of pipeline on `main` due to caching changes. To prevent that, we split the cache jobs specific to go and ruby and use them accordingly. We also set the policy to `pull-push` on specific jobs that need to update the cache.
-
Ash McKenzie authored
-