- May 25, 2022
-
-
DJ Mountney authored
Update chef-acme to 4.1.5 Closes #6611 See merge request gitlab-org/omnibus-gitlab!6095
-
Robert Marshall authored
- Updates chef-acme to 4.1.5 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6405 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6611 Changelog: changed
-
Balasankar 'Balu' C authored
Show CI Secure Files as disabled in gitlab.rb.template See merge request gitlab-org/omnibus-gitlab!6074
-
- May 03, 2022
-
-
Ben Bodenmiller authored
-
- May 25, 2022
-
-
Balasankar 'Balu' C authored
gitaly: Remove configuration for Rugged's gitconfig search path See merge request gitlab-org/omnibus-gitlab!6105
-
- May 16, 2022
-
-
Patrick Steinhardt authored
Gitaly is still using Rugged in its Ruby sidecar to provide a very limited set of RPCs that have not yet been ported to Go. While Rugged in the past required the gitconfig file to function correctly, nowadays it only requires the `core.fsyncObjectFiles` config entry. This entry must be set to `true` or otherwise it is trivial to end up with repository corruption. This means that the gitconfig must be in a specific well-known state for Rugged to operate correctly. But currently there is still the option to set Rugged's gitconfig search path, which must in fact point to a path that contains a gitconfig with the mentioned config entry. This is quite fragile without any benefit for the administrator at all. To fix this, Gitaly has introduced a fallback mode via [1] that causes it to write a Rugged-specific gitconfig file in case the Rugged search path is not set up. This allows us to now phase out support for setting this configuration altogether: it's not required, may cause repository corruption if misconfigured, and ultimately only makes the architecture harder to reason about given that we currently share this gitconfig file between multiple components. Remove the ability to set Rugged's gitconfig search path without any replacement. [1]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4560 Changelog: removed
-
- May 24, 2022
-
-
DJ Mountney authored
Disallow bundle to any changes to Gemfile.lock See merge request gitlab-org/omnibus-gitlab!6090
-
João Alexandre Cunha authored
It also explicitly installs the locked bundler version in our CIs. This will harden security when executing bundle install. Changelog: other
-
Balasankar 'Balu' C authored
Gitaly: update cgroups configuration See merge request gitlab-org/omnibus-gitlab!6076
-
John Cai authored
In 15.0, we are updating the way that cgroups are configured. https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4483 has the Gitaly changes. This commit modifies the way the gitaly config toml generates the cgroups config according to the new format. Changelog: deprecated
-
- May 23, 2022
-
-
Robert Marshall authored
redis: Add announce_ip_from_hostname support to sentinel See merge request gitlab-org/omnibus-gitlab!6101
-
Igor authored
Passes the correct option to sentinel via the runit file when redis['announce_ip_from_hostname'] is set to true. Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1724 Changelog: fixed
-
Robert Marshall authored
Add frame-pointer support to zlib Closes gitlab-com/gl-infra/scalability#1726 See merge request gitlab-org/omnibus-gitlab!6104
-
Matt Smiley authored
Enables more informative stack traces from git process failures through use of frame pointers. Adds the "no-omit-frame-pointer" flag to gcc when compiling the zlib library shared object. Closes https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1726 Changelog: changed
-
Balasankar 'Balu' C authored
Geo - Remove geo_file_download_dispatch_worker_cron settings See merge request gitlab-org/omnibus-gitlab!6106
-
- May 17, 2022
-
-
Douglas Barbosa Alexandre authored
This work is no longer used and was removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85219 Changelog: removed EE: true
-
- May 20, 2022
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 19, 2022
-
-
Marcin Sedlak-Jakubowski authored
Update and fix external links in Omnibus docs See merge request gitlab-org/omnibus-gitlab!6115
-
Fiona Neill authored
-
Achilleas Pipinellis authored
Update the terminology from update to upgrade See merge request gitlab-org/omnibus-gitlab!6110
-
Sunjung Park authored
-
DJ Mountney authored
Remove Geo entries from database.yml for CE builds Closes #6840 See merge request gitlab-org/omnibus-gitlab!6111
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Marcin Sedlak-Jakubowski authored
Update project to use latest linting images from gitlab-docs See merge request gitlab-org/omnibus-gitlab!6112
-
Evan Read authored
Also trigger documentation pipeline with documentation change.
-
- May 18, 2022
-
-
Balasankar 'Balu' C authored
trailing slash breaks redis runit sv run file See merge request gitlab-org/omnibus-gitlab!6107
-
Robert Marshall authored
- If Omnibus GitLab is left to default settings, the redis runit sv run file will be broken due to a trailing slash introduced when the ability to announce by hostname was added Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1661 Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1724 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Kati Paizee authored
Update CSP documentation See merge request gitlab-org/omnibus-gitlab!5920
-
Dominic Couture authored
-
- May 17, 2022
-
-
Kati Paizee authored
Fix trailing whitespace See merge request gitlab-org/omnibus-gitlab!6102
-
- May 16, 2022
-
-
Marcin Sedlak-Jakubowski authored
-
Balasankar 'Balu' C authored
Add configuration deprecation template See merge request gitlab-org/omnibus-gitlab!6099
-
- May 12, 2022
-
-
Robert Marshall authored
- Add a merge request template for configuration deprecation tasks Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 13, 2022
-
-
Achilleas Pipinellis authored
Update the pg version listed in the 15.0 upgrade notes See merge request gitlab-org/omnibus-gitlab!6100
-
DJ Mountney authored
To match what we ended up updating to
-
DJ Mountney authored
Add ci_runners_stale_group_runners_prune_worker_cron setting See merge request gitlab-org/omnibus-gitlab!6094
-
- May 10, 2022
-
-
Pedro Pombeiro authored
Changelog: added
-
- May 13, 2022
-
-
Balasankar 'Balu' C authored
Merge branch 'qmnguyen0711/1714-object-storage-remove-direct_upload-and-background_upload-options-in-omnibus' into 'master' Remove object storage background_upload and direct_upload configs See merge request gitlab-org/omnibus-gitlab!6091
-
Quang-Minh Nguyen authored
Issue: https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1714 Changelog: removed
-