- Jan 30, 2023
-
-
Jacob Vosmaer authored
Add redis_yml_override which renders a new gitlab-rails config file: config/redis.yml. This file acts as an override for all other resque.yml style files. By default it is empty. The intended use is to allow the administrator to inject arbitrary values into redis.yml. This will make it easier to define and maintain complex Redis configuration on GitLab.com. Also see https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2063. Companion Helm MR: https://gitlab.com/gitlab-org/charts/gitlab/-/merge_requests/2907. Changelog: added
-
- Jan 27, 2023
-
-
Balasankar 'Balu' C authored
Add pages bucket option to config template See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6638 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:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Co-authored-by:
Alejandro Guerrero <argdealba@gitlab.com>
-
Alejandro Guerrero authored
-
- Jan 26, 2023
-
-
Robert Marshall authored
Use shellwords to escape special characters Closes #7198 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6572 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
Dustin Collins authored
For fields that are to be passed via the shell, use the ruby core library functionality in shellwords to escape the string to prevent errors and promote safe handling. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7198 Changelog: changed
-
- Jan 25, 2023
-
-
Robert Marshall authored
Consolidate hyphenation and underscoring of keys to methods See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6614 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Currently, we hyphenate first level keys when used as node attributes. However, because gitlab.rb uses an underscored form of these keys, it becomes confusing to figure out which form to use where. So, we are moving to underscored form everywhere. As a first step, we are consolidating the hyphenation and underscroring logic that is spread across the codebase into dedicated methods so that we can migrate services one at a time using an exception list. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Allow configuring repository cache redis instance See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6582 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Gregorius Marco <gmarco@gitlab.com>
-
- Dec 21, 2022
-
-
Gregorius Marco authored
This allows adding a setting redis_repository_cache_instance and redis_repository_cache_sentinels in gitlab.rb to create a new configuration file for a separate redis instance to store repository related info. Changelog: added
-
- Jan 25, 2023
-
-
Balasankar 'Balu' C authored
Various clean ups to Gitaly's tests and templating See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6615 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Sami Hiltunen <shiltunen@gitlab.com>
-
Sami Hiltunen authored
-
Balasankar 'Balu' C authored
Add ci_runners_stale_machines_cleanup_worker setting See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6623 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
- Jan 12, 2023
-
-
Pedro Pombeiro authored
Changelog: added
-
- Jan 25, 2023
-
-
Balasankar 'Balu' C authored
Remove unused upstream notification code See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6642 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Rémy Coutable <remy@rymai.me> Co-authored-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 24, 2023
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Robert Marshall authored
Make paths to various mirrors overridable in CI rules See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6636 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7188 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Fix command in print-release-contents job See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6640 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Put the rake into the rake call. Related https://gitlab.com/gitlab-org/distribution/team-tasks/-/issues/460 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Bumps Omnibus builder image to 4.3.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6629 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
John Jarvis <jarv@gitlab.com>
-
John Jarvis authored
-
- Jan 23, 2023
-
-
Balasankar 'Balu' C authored
Use config file for Pages Headers parameter instead of command line See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6624 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> Reviewed-by:
Kassio Borges <kborges@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Naman Jagdish Gala authored
Changelog: changed
-
- Jan 20, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jan 19, 2023
-
-
Robert Marshall authored
mail_room: Allow configuration of delete_after_delivery parameter See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6605 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jan 09, 2023
-
-
Stan Hu authored
In IMAP, `delete_after_delivery` only marks the message as deleted, but a separate `expunge_deleted` step is needed to permanently remove the message. In Microsoft Graph, `delete_after_delivery` soft deletes the messages, but the message is automatically expunged after a retention period, typically 14 days. An admin can manually expunge deleted messages via the command-line. `delete_after_delivery` has been set to `true` by default since gitlab-org/gitlab@712d1768 since it wasn't necessary to configure this for IMAP, but it is necessary for Microsoft Graph since this auto-expunge behavior may not be desired. We now make this option configurable with `true` by default. This requires GitLab Rails changes: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108494 Changelog: added Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/386770
-
- Jan 19, 2023
-
-
DJ Mountney authored
Rename gitlab_rails_commit method to gitlab_rails_ref See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6633 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Achilleas Pipinellis authored
Use latest docs linting images for project See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6632 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
Also update name of configuration to suit markdownlint-cli2
-
Balasankar 'Balu' C authored
Git config: Strip more whitespace See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6564 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Katrin Leinweber <kleinweber@gitlab.com>
-
- Jan 17, 2023
-
-
Katrin Leinweber authored
Was 4bf3bf85 maybe too specific? Folks might introduce left-leading and right-trailing whitespace. Since we have a chance here to work around such typos, should we? If not, we'd pass incorrect values down to for example https://github.com/git/git/blob/v2.38.1/config.c#L1433-L1437 Which triggers quite a clear and useful message, though. Co-authored-by:
Ben Prescott <bprescott@gitlab.com>
-
- Jan 19, 2023
-
-
Balasankar 'Balu' C authored
Update gitlab-org/container-registry from v3.63.0 to v3.65.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6618 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
João Pereira <jpereira@gitlab.com>
-
João Pereira authored
Changelog: changed
-
Balasankar 'Balu' C authored
Fix qa image tag name for release tags See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6631 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
DJ Mountney authored
We don't prepend a `v` for the version on docker images, despite the git tag having it.
-
- Jan 18, 2023
-
-
Robert Marshall authored
Fix typo in docker/assets/wrapper See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6630 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
There was a redundant `check` in this message: ``` If you would like to restart the instance without performing this check check, add the following to your docker command ```
-
Balasankar 'Balu' C authored
Change ci_runner_versions_reconciliation_worker job to run daily See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6622 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
- Jan 12, 2023
-
-
Pedro Pombeiro authored
Changelog: changed
-