Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
  2. Aug 15, 2018
  3. Sep 05, 2018
  4. Sep 04, 2018
  5. Aug 27, 2018
    • Stan Hu's avatar
      Fix custom runtime_dir not working · 27fe8d62
      Stan Hu authored
      If a user specified a custom runtime_dir, Omnibus would fail because it
      expected to search an array. Now we just return early and assume the
      user specified a valid directory.
      
      Closes #3751
      27fe8d62
  6. Sep 04, 2018
  7. Sep 03, 2018
  8. Aug 31, 2018
  9. Aug 30, 2018
  10. Aug 28, 2018
  11. Aug 27, 2018
  12. Aug 29, 2018
  13. Aug 28, 2018
  14. Aug 27, 2018
  15. Aug 23, 2018
  16. Aug 15, 2018
  17. Aug 26, 2018
  18. Mar 11, 2018
    • Stan Hu's avatar
      Double Sidekiq RSS limits from 1 GB to 2 GB · 100fc8af
      Stan Hu authored
      In 10.5, the RSS limits were effectively disabled due to sending the wrong
      signal. Now, in 10.6, they are working again, but easy to exceed 1 GB since
      Sidekiq hovers around 600-700 MB.
      100fc8af
  19. Aug 26, 2018
  20. Aug 24, 2018
    • DJ Mountney's avatar
      Skip calling the preinstall script from the docker wrapper · d65e658f
      DJ Mountney authored
      Prior to 11.0, it appears to me that the only thing this accomplished
      was creating the /var/log/gitlab/reconfigure directory. (The db backup,
      posgres version checking, and upgrade version checking would not run
      because the services folders is emptied before this runs, and any old
      files that could be used to check the old version aren't present in the
      image)
      
      In 11.0 the script also added a config-check. This check normally
      wouldn't do anything when upgrading an docker image, because the config
      file it checks won't exist yet... But because we call the script on
      every startup of the image here in Docker, it causes the check to be run
      on every restart, even when its not an upgrade.
      
      This causes issues, because if you ever have an error as a result of a incorrect
      reconfigure, the image won't start, which makes it pretty hard
      to fix.
      d65e658f
    • Marin Jankovski's avatar
      Merge branch 'sh-fix-bzip-path' · c7ec9ee5
      Marin Jankovski authored
      c7ec9ee5
  21. Aug 23, 2018
Loading