- Jul 03, 2024
-
-
Balasankar 'Balu' C authored
- Convert to a variable initialized with the default branch and project for the QA image rather than hard code those values in pipelines. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jul 02, 2024
-
-
Balasankar 'Balu' C authored
Use the job_stage input in danger-review component See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7743 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:
Rémy Coutable <remy@rymai.me>
-
- Jun 27, 2024
-
-
Rémy Coutable authored
-
- Jul 02, 2024
-
-
Balasankar 'Balu' C authored
Fix Redis password handling with reserved characters See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7742 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:
Stan Hu <stanhu@gmail.com>
-
- Jun 27, 2024
-
-
Stan Hu authored
Previously including reserved characters such as `@` in the Redis password would fail because `URI::Generic::DEFAULT_PARSER.escape` did not consider `@` unsafe, which it generally isn't per RFC 2396 and 3986. However, the `@` is not allowed in the userinfo field, and the URI builder for Ruby fails if using a reserved character were included. To fix this, use `ERB.url_encode`, which always escapes any non-alphanumeric string. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8602 Changelog: fixed
-
- Jul 01, 2024
-
-
Andrew Patterson authored
Update dependency libxml2 to v2.13.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7735 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Jun 25, 2024
-
-
Clemens Beck authored
-
Clemens Beck authored
-
- Jun 24, 2024
-
-
GitLab Renovate Bot authored
Changelog: changed
-
- Jun 28, 2024
-
-
Achilleas Pipinellis authored
Fix many external links for project See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7747 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
-
Andrew Patterson authored
Propagate AWS_DEFAULT_REGION to Docker environment See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7741 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jun 27, 2024
-
-
Stan Hu authored
fog-aws, like AWS CLI v1, uses the older AWS_DEFAULT_REGION variable instead of AWS_REGION: https://docs.aws.amazon.com/sdkref/latest/guide/feature-region.html#feature-region-sdk-compat Make sure we include both values to ensure that the right metadata endpoint is used for obtaining S3 credentials. Discovered in https://gitlab.com/gitlab-org/gitlab/-/issues/438971 Changelog: fixed
-
- Jun 26, 2024
-
-
GitLab Release Tools Bot authored
-
- Jun 25, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Ian Baum authored
Bump mattermost to version 9.9.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7729 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Mario Vitale <mvitale1989@hotmail.com>
-
mvitale1989 authored
Changelog: changed
-
- Jun 24, 2024
-
-
Andrew Patterson authored
Use Ruby 3.2 in feature branch builds See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7726 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jun 18, 2024
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.59.0 to 1.61.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7658 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Changelog: changed
-
Balasankar 'Balu' C authored
Update curl/curl from curl-8_6_0 to curl-8_8_0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7542 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Ghost User authored
Changelog: changed
-
Balasankar 'Balu' C authored
Clarify Gitaly duplicate storage error See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7665 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:
Will Chandler <wchandler@gitlab.com>
-
- Jun 04, 2024
-
-
Will Chandler authored
57396c7ab (Prevent Gitaly storages from using the same path, 2024-05-09) added a check to validate that only one storage is associated with a given filesystem path. We have received a customer report[0] that the error message used is confusing. Update the message to make it clear what the problem is. [0] https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8565
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Clarification on permissions for key See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7669 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Mario Mora <mmora@gitlab.com>
-
Mario Mora authored
-
Balasankar 'Balu' C authored
Disable request buffering for new SSH endpoints See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7713 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
- Jun 12, 2024
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/466160 **Problem** While testing the new implementation of SSH endpoints for git related actions. I noticed a problem reproducible in my local environment. The request from GitLab-Shell to Workhorse was hanging. After in investigation I discovered the root cause of this problem. In our NGINX configuration we use request buffering. After adding the new endpoint to the list of exceptions, then problem was resolved. **Solution** Add new endpoints to the list of exceptions for nginx configuration. Changelog: changed
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Merge branch '8548-unified-backups-allow-restoring-from-a-backup-with-gitlab-backup-cli-2' into 'master' Unified Backups: Add gitlab-backup user Closes #8548 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7664 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Ian Baum <ibaum@gitlab.com>
-
Ian Baum authored
* Creates the gitlab-backup user and groups if they dont' exist * Adds the user to other groups * For use by gitlab-backup-cli for read/write permission to data for backups and restores Changelog: added
-
Balasankar 'Balu' C authored
Force ffi gem to use Ruby platform gem See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7730 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jun 20, 2024
-
-
Stan Hu authored
ffi v1.17.0 started shipping precompiled native gems for x86 and aarch64 Linux. However, these precompiled gems don't include the Omnibus library path (`/opt/gitlab/embedded/lib`) as part of the default `LD_LIBRARY_PATH`, so libraries such as `libarchive` can't be loaded from Omnibus. Bundler allows us to ignore the precompiled gems by using `force_ruby_platform` in the `Gemfile`, so use this feature to effectively restore the behavior in previous ffi gem versions. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8590 Changelog: fixed
-