- Feb 01, 2023
-
-
Robert Marshall authored
Update libtiff to 4.5.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6579 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Bump the version of libtiff from 4.4.0 to 4.5.0 Changelog: changed
-
Robert Marshall authored
Correct example for KAS K8S proxy URL See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6648 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Christian <258793-zeeZ@users.noreply.gitlab.com>
-
Christian authored
Updates gitlab.rb template with the correct value for KAS K8 proxy configuration. Changelog: other
-
Robert Marshall authored
Match Praefect's configuration format in Omnibus See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6373 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
James Fargher <proglottis@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by:
Sami Hiltunen <shiltunen@gitlab.com>
-
Sami Hiltunen authored
The configuration formats between Praefect and Omnibus deviate from each other. This has a few problems: 1. The configuration keys differ in Omnibus from what Praefect uses. This makes things confusing as the keys for the same options are different in different contexts. 2. This forces us to duplicate the configuration in Omnibus' template to map the different keys. This creates menial work and requires us to touch Omnibus everytime new configuration keys are added. This commit solves the problem by matching the configuration format of Praefect in Omnibus completely with Praefect's own format. This is done by introducing the submap Gitlab['praefect']['configuration'] which gets directly serialized as TOML. As existing installations still depend on the old keys, compatbility code is added to transfer the configuration to their new locations. We should later deprecate the old keys and ask users to move the configuration to its new location. Additionally, the unneeded default values are removed. This ensures the default values are not duplicated and can be controlled for both source and Omnibus installations by just updating Praefect's source. As tomlrb does not support encoding TOML, dependency to tomlib was added to do so. Tests had a slight change as the old template was outputting empty config sections which are not needed. The new code outputs no unnecessary empty sections. Changelog: changed
-
Achilleas Pipinellis authored
Change walkthrough video link to skip past recording preamble See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6652 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Mike Lockhart <mlockhart@gitlab.com>
-
Mike Lockhart authored
-
- Jan 31, 2023
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
- Jan 30, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jan 31, 2023
-
-
Balasankar 'Balu' C authored
Use new Ruby 3.0.5-based Docker images See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6650 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
-
- Jan 30, 2023
-
-
Robert Marshall authored
Use templatesymlink :delete to cleanup redis config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6594 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Sylvester Chin <schin@gitlab.com>
-
- Jan 04, 2023
-
-
Sylvester Chin authored
Changelog: other
-
- 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]
-