- May 09, 2022
-
-
Ian Baum authored
* Geo specific CI jobs were moved to a separate project
-
- May 04, 2022
-
-
Robert Marshall authored
Update Mattermost to 6.6.1 See merge request gitlab-org/omnibus-gitlab!6039
-
Mustafa Kara authored
Changelog: other Signed-off-by:
Mustafa Kara <mkara@pinchflat.dev>
-
Robert Marshall authored
Make 14.10 minimum required version to upgrade to 15.0 Closes #6810 See merge request gitlab-org/omnibus-gitlab!6050
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6810 Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Add Puma config support for SSL See merge request gitlab-org/omnibus-gitlab!6004
-
Stan Hu authored
To encrypt communication between Workhorse and Puma, some environments may want to enable encryption on Puma. Sample config: ``` puma['ssl_listen'] = "127.0.0.1" puma['ssl_port'] = 9111 puma['ssl_certificate'] = '/path/to/readable-certs/internal.example.crt' puma['ssl_certificate_key'] = '/path/to/readable-certs/gitlab.example.key' ``` Note that the Puma user (`git`) MUST have permission to read the certificate and keys. `/etc/gitlab/ssl` is normally not readable by this user. Unlike NGINX, Puma does not initially run as the root user and then fork workers with a less privileged user. If SSL is enabled for Puma, we configure Workhorse to use it automatically as the Workhorse `authBackend`. `authSocket` will be disabled by default once SSL is enabled on Puma. Since Chef merges the defaults with `nil` values, the Puma default values will always take precedence. Now users can disable this by setting blank strings: ``` puma['listen'] = "" puma['socket'] = "" ``` Related https://gitlab.com/gitlab-org/gitlab/-/issues/353013 Changelog: added
-
GitLab Release Tools Bot authored
[ci skip]
-
DJ Mountney authored
Default to PG13 in new installations Closes #6707 See merge request gitlab-org/omnibus-gitlab!6043
-
- Apr 18, 2022
-
-
Robert Marshall authored
- New installations using Omnibus GitLab will use PostgreSQL version 13.3 by default Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6707 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 04, 2022
-
-
Marin Jankovski authored
Fix deprecation of gitlab_rails keys See merge request gitlab-org/omnibus-gitlab!6078
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Change the sidekiq warning to raise an error instead Closes #6785 See merge request gitlab-org/omnibus-gitlab!6065
-
Roy Zwambag authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update deprecations for 15.0 Closes #6719 See merge request gitlab-org/omnibus-gitlab!6040
-
Gerard Hickey authored
Signed-off-by:
Gerard Hickey <ghickey@gitlab.com> Changelog: other
-
Balasankar 'Balu' C authored
Update pgbouncer['users'] syntax See merge request gitlab-org/omnibus-gitlab!6073
-
- May 03, 2022
-
-
Anton Smith authored
-
- May 04, 2022
-
-
Robert Marshall authored
Merge branch '6507-remove-gitlab-ctl-promote-to-primary-node-and-gitlab-ctl-promote-db' into 'master' Geo - Remove deprecated commands Closes #6507 See merge request gitlab-org/omnibus-gitlab!6059
-
Douglas Barbosa Alexandre authored
Removes the `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promote-db` commands that were deprecated in GitLab 14.5 in favor of `gitlab-ctl geo promote. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6507 Changelog: changed
-
- May 03, 2022
-
-
Balasankar 'Balu' C authored
Expose Praefect's background verification config via gitlab.rb Closes gitaly#4172 See merge request gitlab-org/omnibus-gitlab!6044
-
- Apr 20, 2022
-
-
Sami Hiltunen authored
Praefect's has recently gained new background verification functionality. This commit exposes the relevant configuration through omnibus. Changelog: added
-
- May 03, 2022
-
-
Balasankar 'Balu' C authored
Remove gitlab_shell custom_hooks_dir setting Closes #6393 See merge request gitlab-org/omnibus-gitlab!6045
-
- Apr 20, 2022
-
-
Robert Marshall authored
- Remove the custom_hooks_dir from the gitlab_shell configuration tree Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6393 Changelog: removed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 02, 2022
-
-
Robert Marshall authored
Run build library rspec once and add test coverage report See merge request gitlab-org/omnibus-gitlab!6013
-
- Mar 29, 2022
-
-
Balasankar "Balu" C authored
Introduces simplecove test coverage tracking to the CI pipelines. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4809 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Run the build library rspec tests once total instead of once for each platform supported by Omnibus GitLab. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4809 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 02, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- Apr 29, 2022
-
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 02, 2022
-
-
Balasankar 'Balu' C authored
Introduce redis.announce_ip_from_hostname option, to enable setting the hostname at runtime See merge request gitlab-org/omnibus-gitlab!6027
-
Igor authored
Changelog: added
-
Balasankar 'Balu' C authored
Remove pseudonymizer configuration Closes #6784 See merge request gitlab-org/omnibus-gitlab!6047
-
Robert Marshall authored
- Pseudonymizer is removed in GitLab 15.0 release Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6784 Changelog: removed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-