Skip to content
Snippets Groups Projects
  1. Jun 28, 2024
  2. Jun 24, 2024
  3. Jun 18, 2024
  4. Jun 13, 2024
  5. 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
  6. Jun 13, 2024
  7. Jun 12, 2024
  8. Jun 10, 2024
  9. Jun 08, 2024
  10. Jun 06, 2024
  11. 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
  12. Jun 03, 2024
  13. May 30, 2024
  14. May 22, 2024
  15. May 30, 2024
  16. May 28, 2024
  17. May 21, 2024
  18. May 13, 2024
  19. May 09, 2024
  20. May 08, 2024
  21. 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
  22. May 04, 2024
  23. May 02, 2024
  24. Apr 30, 2024
  25. Apr 29, 2024
  26. Apr 18, 2024
  27. Apr 24, 2024
  28. Apr 23, 2024
  29. Apr 02, 2024
  30. Mar 25, 2024
  31. Mar 19, 2024
  32. Mar 13, 2024
    • Tony Marsh's avatar
      Use correct link for AWS Marketplace · a2340f39
      Tony Marsh authored
      - Update aws_amis_and_marketplace_listings.md in the
        documentation to use the `owner` instead of `ownerAlias`
        key in the link to GitLab AWS Marketplace AMIs.
      a2340f39
  33. Mar 09, 2024
Loading