Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
  2. Jul 26, 2024
  3. Jul 15, 2024
  4. Jul 12, 2024
  5. Jun 30, 2024
  6. Jul 09, 2024
  7. Jul 12, 2024
  8. Jul 09, 2024
  9. Jul 08, 2024
  10. Jul 07, 2024
  11. Jul 08, 2024
  12. Jun 28, 2024
  13. Jun 24, 2024
  14. Jun 18, 2024
  15. Jun 13, 2024
  16. 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
  17. Jun 13, 2024
  18. Jun 12, 2024
  19. Jun 10, 2024
  20. Jun 08, 2024
  21. Jun 06, 2024
  22. 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
  23. Jun 03, 2024
  24. May 30, 2024
  25. May 22, 2024
  26. May 30, 2024
  27. May 28, 2024
  28. May 21, 2024
  29. May 13, 2024
  30. May 09, 2024
  31. May 08, 2024
  32. 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
  33. May 04, 2024
  34. May 02, 2024
  35. Apr 30, 2024
Loading