Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jan 24, 2023
  3. Jan 19, 2023
  4. Jan 10, 2023
  5. Jan 06, 2023
  6. Jan 04, 2023
  7. Jan 02, 2023
  8. Dec 14, 2022
  9. Dec 08, 2022
  10. Dec 03, 2022
  11. Nov 23, 2022
  12. Nov 11, 2022
  13. Oct 31, 2022
  14. Oct 28, 2022
  15. Oct 27, 2022
  16. Oct 12, 2022
  17. Oct 06, 2022
  18. Oct 05, 2022
  19. Sep 29, 2022
  20. Sep 22, 2022
  21. Sep 21, 2022
  22. Aug 30, 2022
    • Reuben Pereira's avatar
      Retry package upload · 51174814
      Reuben Pereira authored
      Use the retriable gem to retry uploading of packages if it fails.
      It will retry 10 times, with a total wait time of about 6 minutes.
      If the upload continues to fail, an exception will be raised.
      51174814
  23. Sep 08, 2022
  24. Aug 22, 2022
  25. Aug 17, 2022
  26. Jul 27, 2022
  27. Jul 22, 2022
  28. Jul 14, 2022
    • Stan Hu's avatar
      Ensure Ruby platform is set globally on ARM64 OSes · 1ea31326
      Stan Hu authored
      Previously Gitaly's `bundle install` installed a native gem for
      Nokogiri, even though GitLab Rails already installed the Ruby platform
      version. `bundle config set <value>`by default only sets the value
      locally, so the `force_ruby_platform` setting only affected GitLab
      Rails.
      
      Due to `rack-compiler-dock` building native gems on ARM64 with a
      Ubuntu 20.04-based image instead of `manylinux`
      (https://github.com/pypa/manylinux) as x86 builds do, ARM64 native
      gems depend on glibc v2.29. RedHat ARM64 platforms usually use an
      older version, such as v2.28 in CentOS 8.
      
      Note that Omnibus depends on a number of projects that may use native
      gems:
      
      - GitLab Rails
      - Gitaly
      - gitlab-exporter
      - MailRoom
      
      Currently only Nokogiri v1.13 appears to ship an ARM64 native
      gem. However, if some gem does the same, such as `pg`, then we'd hit
      similar issues with `gitlab-exporter`. To avoid this, set
      `force_ruby_platform` to `true` globally.
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/367444
      
      Changelog: fixed
      1ea31326
  29. Jun 23, 2022
  30. May 31, 2022
  31. May 30, 2022
  32. May 19, 2022
  33. May 09, 2022
  34. Mar 11, 2022
Loading