- 24 May, 2021 1 commit
-
-
Gerard Hickey authored
-
- 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 3 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
-
Jason Plum authored
Upgrade mailroom to v0.0.12 See merge request gitlab-org/build/CNG!664
-
- 16 May, 2021 1 commit
-
-
Stan Hu authored
This pulls in some minor upstream changes, particularly an improvement in the Microsoft Graph error handling: https://github.com/tpitale/mail_room/pull/127 Diff: https://my.diffend.io/gems/gitlab-mail_room/0.0.11/0.0.12 Changelog: changed
-
- 14 May, 2021 1 commit
-
-
Jason Plum authored
Resolve #2627 CNG: UBI Containers - LIBDIR not defined for users who do not use our build image Closes gitlab-org/charts/gitlab#2627 See merge request gitlab-org/build/CNG!648
-
- 13 May, 2021 4 commits
-
-
Steve Terhar authored
Update ubi builder Dockerfile LIBDIR entry to specify a default but allow override by existing ENV variable
-
Jason Plum authored
-
-
Jason Plum authored
`ActiveRecord::ConnectionHandling.postgresql_connection(config)` will emit `ActiveRecord::NoDatabaseError` when `PG::Error` includes the name in `production.database` of `database.yml`. This is to indicate a problem accessing the database shema, but not the database server. This error is silenced by `ActiveRecord::MigrationContent.current_version` which results in a `nil` return. This `nil` is not the same as `0`, and needs to be treated differntly, as it indicated that we could not determine the version of the schema within the database, because we were unable to access the configured database name. Found in https://gitlab.zendesk.com/agent/tickets/212382 References: - https://github.com/rails/rails/blob/v6.0.3.6/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L48-L54 - https://github.com/rails/rails/blob/v6.0.3.6/activerecord/lib/active_record/migration.rb#L1090-L1093 Changelog: Added
-
- 12 May, 2021 5 commits
-
-
Hossein Pursultani authored
-
DJ Mountney authored
Cleanup Puma 5 upgrade transition code See merge request gitlab-org/build/CNG!662
-
DJ Mountney authored
gitlab-rails: remove ee/spec/ if present See merge request gitlab-org/build/CNG!659
-
Aleksei Lipniagov authored
This code was needed to perform Puma 5 upgrade without syncing multiple MRs. We updated to Puma 5, so this code is no longer required. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/292918.
-
Hossein Pursultani authored
-
- 11 May, 2021 2 commits
-
-
Jason Plum authored
Bump container registry to v3.4.1 See merge request gitlab-org/build/CNG!660
-
João Pereira authored
-
- 10 May, 2021 1 commit
-
-
Jason Plum authored
Remove `ee/spec/` from `/srv/gitlab` if/when present. Save ~30MB in the layer, and thus all images based on it.
-
- 07 May, 2021 1 commit
-
-
Jason Plum authored
Create /srv/gitlab/tmp/backups dir to avoid errors from tar when skipping "db" and "repositories" during backup Closes gitlab-org/charts/gitlab#2233 See merge request gitlab-org/build/CNG!656
-
- 06 May, 2021 1 commit
-
-
Jason Plum authored
Upgrade to Postgres 13 for client libraries See merge request gitlab-org/build/CNG!655
-
- 05 May, 2021 2 commits
-
-
Steven Terhar authored
-
mac-key authored
-
- 04 May, 2021 1 commit
-
-
Jason Plum authored
Add gomplate image Closes gitlab-org/charts/gitlab#2693 See merge request gitlab-org/build/CNG!649
-