Skip to content
Snippets Groups Projects
  1. Jul 09, 2024
  2. Jul 08, 2024
  3. Jul 07, 2024
  4. Jul 08, 2024
  5. Jun 28, 2024
  6. Jun 24, 2024
  7. Jun 18, 2024
  8. Jun 13, 2024
  9. Jun 17, 2024
    • Kati Paizee's avatar
      Update 2 files · 3295cf1b
      Kati Paizee authored
      - /doc/settings/image_scaling.md
      - /doc/settings/memory_constrained_envs.md
      3295cf1b
  10. Jun 13, 2024
  11. Jun 12, 2024
  12. Jun 10, 2024
  13. Jun 08, 2024
  14. Jun 06, 2024
  15. Jun 04, 2024
    • Evan Read's avatar
      Update docs lint container images · 73027e3d
      Evan Read authored
      - Bumps the container version used in continuous
        integration documentation lint jobs to one with
        Lychee version 0.15.1 and vale version 3.4.2
      73027e3d
  16. Jun 03, 2024
  17. May 30, 2024
  18. May 22, 2024
  19. May 30, 2024
  20. May 28, 2024
  21. May 21, 2024
  22. May 13, 2024
  23. May 09, 2024
  24. May 08, 2024
  25. May 06, 2024
    • Stan Hu's avatar
      Use bundler to install Omnibus gems · 6f2a9e4a
      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
      6f2a9e4a
  26. May 04, 2024
  27. May 02, 2024
  28. Apr 30, 2024
  29. Apr 29, 2024
  30. Apr 18, 2024
  31. Apr 24, 2024
  32. Apr 23, 2024
  33. Apr 02, 2024
  34. Mar 25, 2024
Loading