- Apr 13, 2022
-
-
DJ Mountney authored
Make sure cookbook libraries are properly loaded See merge request gitlab-org/omnibus-gitlab!6026
-
- Apr 08, 2022
-
-
vincent stchu authored
1. "sort" to make sure they are always loaded in the same order 2. require_related to make sure helper.rb is properly depended.
-
- Apr 13, 2022
-
-
Balasankar 'Balu' C authored
quote strings in gitlab.rb template See merge request gitlab-org/omnibus-gitlab!6031
-
- Apr 12, 2022
-
-
Ben Prescott authored
-
Robert Marshall authored
Recompile nokogiri in arm platforms Closes #6773 See merge request gitlab-org/omnibus-gitlab!6028
-
Balasankar 'Balu' C authored
On arm-based platforms where glibc version is less than what is required for nokogiri, delete the native extension and recompile it from source. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6773 Changelog: fixed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
ruby: Enable OPENSSL_FIPS macro for system SSL builds See merge request gitlab-org/omnibus-gitlab!6030
-
- Apr 11, 2022
-
-
Stan Hu authored
In the Ubuntu 18.04 FIPS builds, currently `OpenSSL.fips_mode` is `false`, which prevents GitLab from entering FIPS mode. Even though these builds properly link against the FIPS-enabled system OpenSSL, this flag is `false` because Ruby compiles out the dynamic `FIPS_mode()` checks (https://wiki.openssl.org/index.php/FIPS_mode()) unless the `OPENSSL_FIPS` macro is defined. In RedHat, `OPENSSL_FIPS` is always defined in `/usr/include/openssl/opensslconf-x86_64.h`, but this is not the case for Ubuntu. On non FIPS-systems, `FIPS_mode()` should return 0 (not available), so this compile-time guard should not be necessary. For now, we only enable it for builds that link against the system SSL. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6775 Changelog: fixed
-
- Apr 07, 2022
-
-
DJ Mountney authored
Delete the variable JH_DEV See merge request gitlab-org/omnibus-gitlab!6024
-
vincent stchu authored
The new way to identify jh build does not require this variable any more.
-
- Apr 06, 2022
-
-
Balasankar 'Balu' C authored
Pipeline failures should have team labels See merge request gitlab-org/omnibus-gitlab!6022
-
- Apr 05, 2022
-
-
Robert Marshall authored
- Add Distribution team label to pipeline failures Related https://gitlab.com/gitlab-org/distribution/team-tasks/-/issues/1023 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Fiona Neill authored
Clean up docs redirects - 2022-03-29 See merge request gitlab-org/omnibus-gitlab!6012
-
Kati Paizee authored
-
Achilleas Pipinellis authored
Update troubleshooting.md (Workhorse typo) See merge request gitlab-org/omnibus-gitlab!6019
-
Cory Calahan authored
-
- Apr 04, 2022
-
-
Robert Marshall authored
Update gitlab-depscan image to 2.3.0 Closes #6730 See merge request gitlab-org/omnibus-gitlab!6016
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6730 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 01, 2022
-
-
Balasankar 'Balu' C authored
Migrate Geo Tracking database configuration into database.yml Closes #6577 See merge request gitlab-org/omnibus-gitlab!5962
-
- Mar 10, 2022
-
-
Douglas Barbosa Alexandre authored
Put geo_secondary['db_*'] settings into database.yml under the geo key instead of geo_database.yml. Changelog: changed
-
- Apr 01, 2022
-
-
Balasankar 'Balu' C authored
gitaly: Introduce new `runtime_dir` configuration Closes #6755 See merge request gitlab-org/omnibus-gitlab!5999
-
Patrick Steinhardt authored
Gitaly has recently introduced support for a new runtime directory: this directory is supposed to hold all files and directories Gitaly needs to create at runtime in order to operate correctly. Most importantly, this includes things like internal sockets, the Git execution environment and the temporary hooks directory. The intent is for there to finally be a unified approach to handle this kind of data in a central place. As part of this Gitaly has introduced a new `runtime_dir` configuration that allows the admin to choose where that directory should be located. If left unset, Gitaly simply uses the global temporary directory, which is typicall `/tmp`. There are systems though where files in there will automatically get pruned in regular intervals if the files are older than a specific grace period and not used. Whether a directory is used or not is based on the atime though, which may not even be updated in case `/tmp` is mounted with `noatime`. Consequentially, it could happen that Gitaly's runtime files are pruned even though they're still in use. Wire up support for this new runtime directory and set up a default value so that we don't fall prey to this issue. Changelog: changed
-
- Mar 31, 2022
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Marshall authored
Upgrade zlib version See merge request gitlab-org/omnibus-gitlab!6015
-
Pascal Ernster authored
- Updates zlib version to 1.2.12 to resolve a public CVE https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6760 Changelog: security
-
Marcin Sedlak-Jakubowski authored
Update and fix external links in Omnibus docs See merge request gitlab-org/omnibus-gitlab!6017
-
Kati Paizee authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Mar 30, 2022
-
-
John Skarbek authored
Update grafana version to 7.5.15 See merge request gitlab-org/security/omnibus-gitlab!197
-
Robert Marshall authored
Merge branch 'security-master-6729-update-grafana-version' into 'master' See merge request gitlab-org/security/omnibus-gitlab!197 Changelog: security
-
Robert Marshall authored
Remove unused xproto software definition See merge request gitlab-org/omnibus-gitlab!6008
-
Balasankar 'Balu' C authored
Deletes xproto, a dependency of makedepend. This should have happened as part of https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/3826 when the OpenSSL software definition was updated and makedepend was removed because it was no longer required. Changelog: other Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 29, 2022
-
-
Achilleas Pipinellis authored
Update MailJet SMTP configuration See merge request gitlab-org/omnibus-gitlab!6011
-
Werner Robitza authored
-
Robert Marshall authored
Update parser gem See merge request gitlab-org/omnibus-gitlab!5990
-
Balasankar 'Balu' C authored
- Move to parser gem version 3.1.1.0 Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-