- 18 Jan, 2023 2 commits
-
-
Rémy Coutable authored
Be more specific about where terraform plan is run See merge request !612
-
Ash McKenzie authored
-
- 20 Dec, 2022 1 commit
-
-
Patrick Steinhardt authored
config/gitaly: Stop special-casing golang.org/x dependencies See merge request !611
-
- 19 Dec, 2022 1 commit
-
-
Patrick Steinhardt authored
In the past the golang.org/x dependencies didn't ever use tagged releases. As such we were getting a bunch of MRs to bump these dependencies whenever there was a new commit. This has recently changed though, where upstream has indeed started to make use of tags. So the original concern doesn't exist anymore. Stop special-casing these dependencies and use the normal update schedule instead.
-
- 12 Dec, 2022 2 commits
-
-
Lukas 'Eipi' Eipert authored
Run `make reviewable` before update commit in Terraform Provider See merge request !610
-
-
- 01 Dec, 2022 2 commits
-
-
Lukas 'Eipi' Eipert authored
Mention new username gitlab-dependency-update-bot See merge request !609
-
-
- 28 Nov, 2022 2 commits
-
-
Lukas 'Eipi' Eipert authored
Remove axil from gitlab-docs reviewers See merge request !608
-
Achilleas Pipinellis authored
-
- 22 Nov, 2022 5 commits
-
-
Lukas 'Eipi' Eipert authored
Add gomodUpdateImportPaths to Gitaly options See merge request !605
-
Lukas 'Eipi' Eipert authored
Case-insensitive username matching See merge request !606
-
Lukas 'Eipi' Eipert authored
-
Lukas 'Eipi' Eipert authored
Add GitLab Terraform Provider to configured projects Closes gitlab-org/terraform-provider-gitlab#1334 See merge request !604
-
-
- 21 Nov, 2022 1 commit
-
-
Will Chandler authored
When updating to a new major version of a dependency we need to explicitly use the new version in our import paths. If imports are not updated, then future invocations of `go mod tidy` will remove the newly updated packages. Gitaly's `verify` job is catching this issue, leading to failed pipelines on MRs from Renovate Bot. To resolve this, enable the `gomodUpdateImportPaths` option, which will automatically update import paths to the new version.
-
- 15 Nov, 2022 2 commits
-
-
Rémy Coutable authored
Add instructions to compare helm charts See merge request !603
-
David Dieulivol authored
-
- 10 Nov, 2022 2 commits
-
-
Stan Hu authored
The Renovate bot has been doing a good job of updating Workhorse dependencies for the past few months. This commit adds the remaining Workhorse reviewers to possible reviewers for dependency updates.
- 08 Nov, 2022 4 commits
-
-
Lukas 'Eipi' Eipert authored
Dockerfile: Upgrade Go to 1.18 See merge request !601
-
-
Lukas 'Eipi' Eipert authored
gitaly: Revert to use `gomodTidy` instead of `gomodTidy1.17` See merge request !600
-
Patrick Steinhardt authored
With cd86529d (Add gomodTidy1.17 to postUpdateOptions for Gitaly, 2022-10-19), we have switched tho `postUpdateOptions` to use `gomodTidy1.17` instead of `gomodTidy`. Whereas `go mod tidy` will by default behave as if the `-compat` flag was set to the version prior to the one indicated by the `go` directive in the project's `go.mod` file, with `gomodTidy1.17` we explicitly overrode this to drop compatibility with Go 1.16. This is causing breakage now though as Gitaly has dropped support for Go 1.17. So let's again revert to use `gomodTidy` so that Go figures out automatically which versions to retain compatibility with. This both decreases our maintenance burden and should unbreak our builds. Changelog: fixed
-
- 07 Nov, 2022 2 commits
-
-
Lukas 'Eipi' Eipert authored
Remove exception for gitlab_kramdown See merge request !598
-
Evan Read authored
-
- 01 Nov, 2022 3 commits
-
-
Patrick Steinhardt authored
Add a reference to diffend in the renovate comment See merge request !593
-
Lukas 'Eipi' Eipert authored
Add pajamas-adoption-scanner project See merge request !597
-
-
- 31 Oct, 2022 3 commits
-
-
Rémy Coutable authored
Add new comment template for ep-infra project Closes #25 See merge request !592
-
-
-
- 26 Oct, 2022 2 commits
-
-
Rémy Coutable authored
Automatically update gitlab-labkit See merge request !596
-
Stan Hu authored
Gitaly already updates this automatically, so should GitLab Rails.
-
- 20 Oct, 2022 2 commits
-
-
Patrick Steinhardt authored
Add gomodTidy1.17 to postUpdateOptions for Gitaly See merge request !595
-
Will Chandler authored
Some Gitaly package updates created by renovate-bot are failing due to incompatibility with Go 1.16. As Gitaly's minimum supported Go version is 1.17, we can safely replace `gomodTidy` with `gomodTidy1.17` in our `postUpdateOptions`, which will run `go mod tidy -compat=1.17` and successfully update `go.sum`.
-
- 18 Oct, 2022 3 commits
-
-
Rémy Coutable authored
Add google-protobuf to Gitaly and GitLab Rails update list See merge request !594
-
Stan Hu authored
This would alleviate some manual work. Relates to gitlab-org/gitaly#4534
-
David Dieulivol authored
-
- 17 Oct, 2022 1 commit
-
-
Rémy Coutable authored
Add marginalia to database-dependent update list See merge request !591
-