- Apr 12, 2024
-
-
dependencies.io Bot authored
Changelog: changed
-
- Apr 03, 2024
-
-
Andrew Patterson authored
Revert recently introduced cache changes See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7521 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Recent pipeline jobs failed with strange cache issues. After review of recent changes, it is possible that changes from trigger based jobs to normal pipeline jobs may have introduced hidden behavioral changes that polluted the build caches. This reverts those changes as an attempt to unblock auto deploy while the team continues to investigate. - https://dev.gitlab.org/gitlab/omnibus-gitlab/-/jobs/19887684 - https://dev.gitlab.org/gitlab/omnibus-gitlab/-/jobs/19883123 - https://gitlab.com/gitlab-org/omnibus-gitlab/-/jobs/6535645918 This reverts commit 373d38dc4f9bd4106a77b058956d1e78e2f1a721. This reverts commit b7cb856e12ecaec3c81a7109b0fa11e47db33999. Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Balasankar 'Balu' C authored
Unified Backups: Fix missing bin directory See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7519 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Peter Lu <plu@gitlab.com>
-
Peter Lu authored
-
Robert Marshall authored
Unified Backups: Add gitlab-backup-cli to Omnibus Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8273 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7328 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Gabriel Mazetto <gabriel@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Gabriel Mazetto <gabriel@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Aakriti Gupta <agupta@gitlab.com> Co-authored-by:
Javiera Tapia <jtapia@gitlab.com>
-
Javiera Tapia authored
- Adds wrapper around `gitlab-backup-cli` command - Adds recipe and template for `gitlab-backup-cli` yaml configuration Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8273 Changelog: added
-
- Apr 02, 2024
-
-
Achilleas Pipinellis authored
Add sslmode to instructions for replicate-geo-database Closes #7842 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7514 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Ben Prescott_ <bprescott@gitlab.com>
-
Ben Prescott_ authored
-
Andrew Patterson authored
Run Docker-branch job in TRIGGER_CACHE_UPDATE_PIPELINE also See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7513 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Andrew Patterson <apatterson@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
Add link to single-db deprecation message See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7511 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Rutger Wessels <rwessels@gitlab.com>
-
Rutger Wessels authored
-
Andrew Patterson authored
Drop trigger build jobs in favor of normal branch build jobs Closes #6333 and #7187 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7497 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Control cache policy by variable. - Drop trigger build jobs in favor of normal branch build jobs. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 01, 2024
-
-
Robert Marshall authored
Enable skopeo for container releases See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7489 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Adds option that enables container copies with skopeo instead of pull the image, re-tag, and then push it - Retains current pull/re-tag/push behavior as default Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5673 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Robert Marshall authored
Move Redis server information to NewRedisHelper See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7465 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.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
- Continue conversion to the new style redis helper with refactors against the redis server functionality methods Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Mar 28, 2024
-
-
Robert Marshall authored
Ensure nightly pipelines are correctly detected in Canonical Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8451 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7484 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
- Ensures package is built for both branch pipelines and the nightly job - Fixes package download URL calculations Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8451 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Mar 27, 2024
-
-
Mayra Cabrera authored
Omnibus: Updates docs-lint image for new SVG use See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7502 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
We need to update the image used in this CI job so it incorporates the newest changes made to the official GitLab SVG repository.
-
Andrew Patterson authored
Update prometheus from 2.50.1 to 2.51.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7491 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Jon Doveston <jdoveston@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Mar 25, 2024
-
-
GitLab Release Tools Bot authored
Use February 2024 PostgreSQL patches See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/421 Merged-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> Approved-by:
Kevin Morrison <kmorrison@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
Merge branch 'security-8454-feb-2024-postgresql-updates-master' into 'master' See merge request gitlab-org/security/omnibus-gitlab!421 Changelog: security
-
- Mar 27, 2024
-
-
Robert Marshall authored
Fix deprecation warnings for root configurations See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7501 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Do not warn if nothing is set and the default empty hash is returned for some configurations. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Mar 25, 2024
-
-
Andrew Patterson authored
Update exiftool/exiftool from 12.78 to 12.80 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7487 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Mar 21, 2024
-
-
deps authored
Changelog: changed
-
- Mar 18, 2024
-
-
deps authored
Changelog: changed
-
- Mar 25, 2024
-
-
Balasankar 'Balu' C authored
Create git_data_dirs even if gitlab_rails is disabled See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7459 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Ahmad Sherif <ahmad@gitlab.com>
-
- Feb 29, 2024
-
-
Ahmad Sherif authored
Currently, `gitlab_rails` service needs to be enabled in order for `gitaly` service to function properly. Specifically, `gitlab_rails` creates `git_data_dirs` (e.g. `/var/opt/gitlab/git-data/repositories`) which is needed for Gitaly to start-up. If only the `gitaly` service is enabled, then Gitaly won't start due to config validation error (i.e. storage directories have to be present). This MR makes the creation of these directories the responsibility of the `gitaly` cookbook. The `gitlab` cookbook still creates the directories as backward-compatibility measure, as I'm not sure if these directories are needed outside of Gitaly. This is needed as part of https://gitlab.com/gitlab-com/gl-infra/production-engineering/-/issues/24530. Changelog: fixed
-
- Mar 25, 2024
-
-
Balasankar 'Balu' C authored
Auto upgrade single node installs to PostgreSQL 14 Closes #8340 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7490 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Nailia Iskhakova <niskhakova@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Nailia Iskhakova <niskhakova@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-