- Jun 14, 2023
-
-
Balasankar 'Balu' C authored
Support password authentication for Redis Sentinel See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6921 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This commit adds a separate password parameter for each Sentinel group and enables GitLab Rails, Workhorse, and `gitlab-kas` to use a password specified in `requirepass` in the Sentinel configuration: ```ruby gitlab_rails['redis_sentinels_password'] gitlab_rails['redis_cache_sentinels_password'] gitlab_rails['redis_queues_sentinels_password'] gitlab_rails['redis_shared_state_sentinels_password'] gitlab_rails['redis_trace_chunks_sentinels_password'] gitlab_rails['redis_actioncable_sentinels_password'] gitlab_rails['redis_rate_limiting_sentinels_password'] gitlab_rails['redis_sessions_sentinels_password'] gitlab_rails['redis_cluster_rate_limiting_sentinels_password'] gitlab_rails['redis_repository_cache_sentinels_password'] ``` We could avoid these extra configuration parameters by having the admin specify a `password` parameter for each host/port combination in `redis_sentinels`, `redis_cache_sentinels`, etc. However, this would add much duplication in the configuration and different passwords aren't actually supported by Redis Sentinel. gitlab-kas also expects a single Sentinel password stored in the `sentinel_password_file` configuration parameter. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/235938 Changelog: added
-
Balasankar 'Balu' C authored
Add missing comma in gitlab.rb.template in Gitaly logging settings See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6962 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Chris Day <cday@gitlab.com>
-
Chris Day authored
-
- Jun 13, 2023
-
-
Achilleas Pipinellis authored
Documentation: Resolve "Documentation error in gitlab.rb.template" Closes #7843 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6961 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Jason Young <jyoung@gitlab.com>
-
- Jun 12, 2023
-
-
Jason Young authored
Changelog: changed
-
- Jun 13, 2023
-
-
Balasankar 'Balu' C authored
Merge branch '7308-changing-geo_postgresql-dir-requires-change-in-geo_secondary-db_host' into 'master' Set geo_secondary['db_host'] to geo_postgresql['dir'] for unix sockets Closes #7308 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6505 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
Priyan Sureshbabu <psureshbabu@gitlab.com>
-
Priyan Sureshbabu authored
Changelog: changed
-
- Jun 12, 2023
-
-
Robert Marshall authored
Update libjpeg-turbo/libjpeg-turbo from 2.1.2 to 2.1.5.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6937 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
DJ Mountney authored
- Updates libjpeg-turbo/libjpeg-turbo from 2.1.2 to 2.1.5.1 Changelog: changed
-
Robert Marshall authored
Move most of the latest tag detection logic to Ruby Closes #7761 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6917 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 24, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 12, 2023
-
-
Balasankar 'Balu' C authored
Update tomlib to v0.6.0 to correctly escape special characters Closes #7780 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6931 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
Dustin Collins authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update GitLab Cookbook documentation to mention Resources See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6952 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Nailia Iskhakova authored
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Robert Marshall authored
Add rails settings for JH See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6920 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Kevin Morrison <kmorrison@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
vincent_stchu <wbshu@jihulab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
vincent stchu authored
Allows JH to set custom rails settings in gitlab.yml
-
- Jun 09, 2023
-
-
Robert Marshall authored
Remove code to correct omniauth-jwt permissions Closes #7819 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6911 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
This gem was removed from the bundle about 5 years ago via https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/18580 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 08, 2023
-
-
Robert Marshall authored
Bump Cache key suffix to differentiate cache after 16.0 release See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6959 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Update gitlab-org/container-registry from v3.72.0-gitlab to v3.76.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6919 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Add support for enabling requirepass in Sentinel configuration See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6923 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 26, 2023
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6921, we're adding support for configuring a password to authenticate with Redis Sentinel. This commit adds support for the `requirepass` config option so that the Omnibus-provided Sentinel can require a password. If `sentinel['password']` is set, the Sentinel instance passwords default to this password to make it easy to enable this option. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/235938 Changelog: added
-
- Jun 08, 2023
-
-
Balasankar 'Balu' C authored
Bump consul to v1.14 Closes #7798 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6916 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Bump consul from 1.12.5 to 1.14.7. This bump follows the consul upgrade path, which allows jumping 2 minor versions at a time. Consul Upgrade Docs: https://developer.hashicorp.com/consul/docs/upgrading/instructions#general-upgrade-path Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7798 Changelog: changed
-
Balasankar 'Balu' C authored
Support Puma key_password_command for SSL key decryption See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6932 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Nailia Iskhakova <niskhakova@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 31, 2023
-
-
Stan Hu authored
This commit adds support for `puma['ssl_key_password_command']` to make it possible to store encrypted SSL keys on disk. This requires Puma v6.3.0 (https://github.com/puma/puma/pull/3133) to work: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122200. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7799 Changelog: added
-
- Jun 07, 2023
-
-
Balasankar 'Balu' C authored
Fix Chef patches to work with any Ruby version See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6901 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 17, 2023
-
-
Stan Hu authored
The previous patches assumed Ruby 3.0.x were used. This commit detects which Ruby version is installed and patches the files accordingly. We now extract the Gem path from `Gem.path` and use that as the base directory. Part of https://gitlab.com/groups/gitlab-org/-/epics/10034 Changelog: changed
-
- Jun 07, 2023
-
-
Achilleas Pipinellis authored
Add Evan Read as CODEOWNER of /doc/ directory See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6951 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
- Jun 06, 2023
-
-
Evan Read authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Diana Logan authored
Refresh Vale and Markdownlint rules See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6950 Merged-by:
Diana Logan <dlogan@gitlab.com> Approved-by:
Diana Logan <dlogan@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
Updates are sourced from GitLab project.
-
Balasankar 'Balu' C authored
Adding Allure Report as a comment in MR Closes gitlab-org/quality/quality-engineering/team-tasks#1762 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6944 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
vishal.s.patel <vpatel@gitlab.com>
-