Skip to content
Snippets Groups Projects
  1. Jul 20, 2024
  2. May 20, 2024
  3. May 15, 2024
  4. May 10, 2024
    • Stan Hu's avatar
      Drop Cinc EOL warning · b1a2ac3e0064
      Stan Hu authored
      Previously users would see this warning at the end of a reconfigure:
      
      ```
      WARN: This release of Cinc Client became end of life (EOL) on May 1st 2024
      ```
      
      This warning started to show up on a May 1, 2024, but the admin has no
      control over what version of Cinc is used. Disable this warning since
      it doesn't provide any useful information.
      
      Changelog: changed
      b1a2ac3e0064
  5. May 15, 2024
  6. May 14, 2024
  7. May 09, 2024
  8. May 07, 2024
  9. May 02, 2024
  10. May 06, 2024
    • Stan Hu's avatar
      Use bundler to install Omnibus gems · 6f2a9e4a8b18
      Stan Hu authored
      Instead of calling `gem install <x>` many times, let's define the
      `Gemfile` and `Gemfile.lock` and run `bundle install`. This ensures
      dependencies are pinned and don't quietly move with a new invocation
      of `gem install`. There is also a side benefit to using `bundler`: we
      can later use the newly-introduced feature to include and verify
      checksums (https://github.com/rubygems/rubygems/pull/6374).
      
      `bundler` generally installs everything in the expected gem directory
       that is used by `ruby`, but for gems installed from a Git source,
      `bundler` puts those gems in a special `bundler/gems` directory.
      We don't use any gems from Git sources now--`gitlab-ruby-shadow`
      is now used instead of `ruby-shadow`--there is no issue.
      
      Also, note that if we want to ensure `gitlab-ctl` doesn't try to pull
      in gems from GitLab Rails, we could invoke `bundler`, but this is a
      slightly riskier change.
      
      Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8368
      
      Changelog: changed
      6f2a9e4a8b18
  11. Apr 25, 2024
  12. May 02, 2024
  13. May 01, 2024
  14. Apr 30, 2024
  15. Apr 25, 2024
  16. Apr 27, 2024
    • Ryan Egesdahl's avatar
      Pin parser dependency in chef-bin · 08aa039e604d
      Ryan Egesdahl authored
      Installing chef-bin via `gem install` makes all of its dependencies floating,
      including the `parser` gem. Because the `parser` gem is *also* used by other
      Ruby modules, the floating dependencies can cause failures, such as a recent
      problem that caused `gitlab-ctl` to fail because `inspec-core` depends on
      `parser` as well. This is a temporary fix to correct the floating dependency
      on `parser` until a more permanent fix is in place.
      08aa039e604d
  17. Apr 17, 2024
  18. Apr 18, 2024
    • Georges Racinet's avatar
      Merged upstream 16.11 quasi branching point with recipe adaptation · bdc5a54e5f25
      Georges Racinet authored
      In `files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb`, upstream
      moved the Gitaly storage directoriess setup over to
      `files/gitlab-cookbooks/gitaly/recipes/git_data_dirs.rb`. As a result, the
      local variable we are looping over to add RHGitaly configuration does not
      exist anymore. We could have moved this to the same location, but it feels
      weird enough that we prefered to just redefine the `repositories_storage`
      variable. What we really need to do should become clearer when we reach the
      point where RHGitaly can be standalone. Until then, this is good enough.
      
      Part of #1493
      bdc5a54e5f25
  19. Apr 15, 2024
  20. Apr 13, 2024
  21. Apr 12, 2024
  22. Apr 11, 2024
  23. Mar 28, 2024
  24. Mar 26, 2024
  25. Apr 08, 2024
  26. Apr 04, 2024
  27. Apr 03, 2024
  28. Mar 27, 2024
  29. Mar 25, 2024
    • Robert Marshall's avatar
      Use February 2024 PostgreSQL patches · 445d3fd78676
      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
      445d3fd78676
  30. Mar 21, 2024
  31. Mar 18, 2024
Loading