- Apr 25, 2022
-
-
Robert Marshall authored
- Stub a value for QA_BRANCH in build_facts rspec tests to prevent failures when running pipelines with alternative QA_BRANCH values Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Apr 16, 2022
-
-
Balasankar 'Balu' C authored
Enable multi-Patroni services support in PGBouncer Closes #6757 See merge request gitlab-org/omnibus-gitlab!6014
-
Robert Marshall authored
- When the database command is specified, only update the options for that specific database. - Self managed users may have depended on the default behaviors, so retain the default rails database behavior for now to support administrators who may depend on it with their scripts until a proper deprecation notice has been published. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6757 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6587 Changelog: added Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
DJ Mountney authored
Update to use Omnibus Builder 3.2.0 See merge request gitlab-org/omnibus-gitlab!6021
-
Robert Marshall authored
- New version of Omnibus Builder images tagged for 3.2.0 - Use Ruby 2.7.5 - Upgraded ruby_docker to use Debian/Bullseye - Add AlmaLinux builders - Add `skopeo` to `ruby_docker` image - Bump NodeJS to 16.14.2 - Bump yarn to 1.22.18 Changelog: other Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Apr 15, 2022
-
-
Robert Marshall authored
consul: Disable logging of timestamps if JSON log enabled See merge request gitlab-org/omnibus-gitlab!6034
-
- Apr 13, 2022
-
-
Stan Hu authored
Consul has a `log_json` parameter that will log the timestamp. Previously runit would supply the `-tt` option, which would always preface the log line with its own timestamp. This would make it harder to ingest the logs since the generated logs are not in newline-delimited JSON format, so we now omit this extra timestamp. Changelog: fixed
-
- Apr 15, 2022
-
-
DJ Mountney authored
Update Mattermost to 6.5.0 See merge request gitlab-org/omnibus-gitlab!5996
-
Stavros Foteinopoulos authored
Changelog: changed
-
Balasankar 'Balu' C authored
Gitaly: Add rate_limiting section to config toml See merge request gitlab-org/omnibus-gitlab!6023
-
John Cai authored
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4427 adds a new section called rate_limiting to the gitaly config toml. This change allows omnibus to change this config. Changelog: added
-
Robert Marshall authored
Remove clear-text passwords from gitlab-ctl reconfigure output Closes #6124 See merge request gitlab-org/omnibus-gitlab!5971
-
Dmytro Makovey authored
Mark credentials that may appear in plain text as sensitive to mask them in the output from gitlab-ctl reconfigure and stacktraces. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6124 Changelog: security
-
Robert Marshall authored
Skip checking gem licenses for gitlab-pages See merge request gitlab-org/omnibus-gitlab!6038
-
DJ Mountney authored
The gitlab-pages upstream recently introduced dangerbot. The gems are not in the production group, but the build process never actually runs bundler because gitlab-pages is written in pure Go. This caused license-finder to fail repeatedly attempting to check the licenses for the dangerbot gem when it was not actually part of the build at all. This configures license-finder to only check licenses for Go dependencies when building gitlab-pages. Related https://gitlab.com/gitlab-com/gl-infra/production/-/issues/6841
-
- Apr 14, 2022
-
-
Marcin Sedlak-Jakubowski authored
Update lint-markdown image for docs See merge request gitlab-org/omnibus-gitlab!6037
-
Kati Paizee authored
-
Balasankar 'Balu' C authored
Add pages http server timeout options See merge request gitlab-org/omnibus-gitlab!6029
-
Kassio Borges authored
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/725 Changelog: added
-
- Apr 13, 2022
-
-
DJ Mountney authored
Remove duplicate CHANGELOG.md entry See merge request gitlab-org/omnibus-gitlab!5967
-
- Mar 12, 2022
-
-
Ben Bodenmiller authored
-
- 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>
-