- 04 Jun, 2021 2 commits
-
-
DJ Mountney authored
Remove reference to experimental queue selector See merge request gitlab-org/build/CNG!679
-
DJ Mountney authored
Missing s3cmd options when listing existing backups See merge request gitlab-org/build/CNG!681
-
- 03 Jun, 2021 1 commit
-
-
Jason Plum authored
Bump gitlab-exporter to 10.3.0 See merge request gitlab-org/build/CNG!682
-
- 02 Jun, 2021 6 commits
-
-
DJ Mountney authored
Add PROXY support to gitlab-shell container See merge request gitlab-org/build/CNG!657
-
Sean McGivern authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Set the default user to `git`
-
Stan Hu authored
This commit adds a new container, `gitlab-shell-libproxyproto`, that supports the PROXY protocol (https://developers.cloudflare.com/spectrum/proxy-protocol) via libproxyproto (https://github.com/msantos/libproxyproto). This allows the SSH server to get the real client IP instead of the IP of the load balancer. By default, the PROXY protocol is not enforced. This can be enabled in the Helm Chart via this config: ```yaml gitlab: gitlab-shell: enabled: true extraEnv: LIBPROXYPROTO_MUST_USE_PROTOCOL_HEADER: 1 ``` Debugging can be enabled via `LIBPROXYPROTO_DEBUG: 1`. Relates to https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/425
-
- 01 Jun, 2021 2 commits
-
-
Jason Plum authored
Use only sidekiq cluster See merge request gitlab-org/build/CNG!680
-
Matthias Kaeppler authored
This updates the Puma dependency to 5.3.2
-
- 31 May, 2021 1 commit
-
-
gdespreslaberge authored
-
- 27 May, 2021 1 commit
-
-
DJ Mountney authored
And remove support for running without cluster
-
- 26 May, 2021 5 commits
-
-
Jason Plum authored
remove references to Unicorn for 14.0 release See merge request gitlab-org/build/CNG!665
-
-
DJ Mountney authored
Allow ubi-release-for-certification job to fail See merge request gitlab-org/build/CNG!676
-
Jason Plum authored
Update to UBI 8.4 Closes gitlab-org/charts/gitlab#2740 See merge request gitlab-org/build/CNG!677
-
Jason Plum authored
Fix registry healthcheck See merge request gitlab-org/build/CNG!675
-
- 25 May, 2021 1 commit
-
-
DJ Mountney authored
-
- 24 May, 2021 1 commit
-
-
Gerard Hickey authored
-
- 22 May, 2021 1 commit
-
-
DJ Mountney authored
And also add it for the non-ubi images
-
- 21 May, 2021 4 commits
-
-
DJ Mountney authored
gitlab-rails: checks/postgresql detect silent NoDatabaseError See merge request gitlab-org/build/CNG!663
-
Henri Philipps authored
Pin versions of perl and perl-libnetcfg in UBI See merge request gitlab-org/build/CNG!673
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 20 May, 2021 8 commits
-
-
Jason Plum authored
This reverts merge request !670
-
Jason Plum authored
Add Gomplate to gitlab-workhorse image See merge request gitlab-org/build/CNG!670
-
Jason Plum authored
Add Gomplate to gitlab-pages image See merge request gitlab-org/build/CNG!669
-
Jason Plum authored
Add Gomplate to gitlab-shell image See merge request gitlab-org/build/CNG!668
-
DJ Mountney authored
gitlab-ruby: add exec-env script See merge request gitlab-org/build/CNG!667
-
Hossein Pursultani authored
-
Marin Jankovski authored
Install libarchive as a dependency for CMake See merge request gitlab-org/build/CNG!671
-
Hossein Pursultani authored
-
- 19 May, 2021 2 commits
-
-
Hossein Pursultani authored
-
Hossein Pursultani authored
-
- 18 May, 2021 3 commits
-
-
DJ Mountney authored
Check external script integrity See merge request gitlab-org/build/CNG!666
-
Philippe Lafoucrière authored
-
Jason Plum authored
Add `/scripts/exec-env` which will find any/all files directly under `/etc/gitlab/environment` and export them as environment variables before `exec`ing the final process. 1. It will only operate within `/etc/gitlab/environment` directory. 1. It will search `/etc/gitlab/environment` for files only, depth 1. 1. It will only export them if they have content (size in bytes > 0). Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2725
-
- 17 May, 2021 2 commits
-
-
Jason Plum authored
Insert gomplate into service containers that do not need Ruby See merge request gitlab-org/build/CNG!658
-
Jason Plum authored
Add pages to the the list of buckets that must be backed up Closes gitlab-org/charts/gitlab#2713 See merge request gitlab-org/build/CNG!661
-