BigW Consortium Gitlab

  1. 17 Jun, 2016 1 commit
  2. 28 Apr, 2016 1 commit
    • Use 'exec' in Unicorn and Sidekiq launch scripts · 8a6776ca
      Jacob Vosmaer authored
      When running Unicorn or Sidekiq in the foreground this change removes
      an intermediate /bin/sh process. This makes process supervision in the
      GitLab Development Kit more reliable.
      
      This change does not affect Omnibus-GitLab (because there we do not
      use these launch scripts). Installations from source do use the launch
      scripts but for the standard GitLab init script this change will not
      make a difference.
      
      Custom installations using Upstart or Systemd may be affected however,
      because under certain configurations these systems count exactly how
      many forks happen during process startup, and we are reducing that
      number by one here.
  3. 22 Apr, 2016 1 commit
  4. 14 Apr, 2016 1 commit
    • Use rake db:reset instead of db:setup · a54af831
      Yorick Peterse authored
      Using db:reset ensures existing tables are first dropped. This in turn
      ensures that we can drop tables regardless of any foreign key
      constraints. While CE currently doesn't have any foreign keys EE defines
      the following relation:
      
          remote_mirrors.project_id -> projects.id
      
      MySQL will complain whenever you try to drop the "projects" table first
      even when using "DROP TABLE ... CASCADE".
  5. 15 Jan, 2016 1 commit
  6. 14 Jan, 2016 1 commit
  7. 08 Dec, 2015 1 commit
  8. 03 Dec, 2015 1 commit
  9. 25 Nov, 2015 1 commit
  10. 05 Oct, 2015 1 commit
  11. 25 Sep, 2015 1 commit
  12. 27 Aug, 2015 1 commit
    • Properly daemonize the mail_room process · 1081a322
      Jacob Vosmaer authored
      The old invocation only worked by accident because we have a '&'
      somewhere in the init script for expediency. When ran from a terminal,
      the mail_room daemon process ended up in the session of the terminal.
      This commit adds a small wrapper that tries to do the textbook
      daemonization steps (double fork, setsid etc.) while also taking
      care that the pidfile is written before the 'start' process exits.
  13. 26 Aug, 2015 1 commit
  14. 19 Aug, 2015 2 commits
  15. 18 Jun, 2015 1 commit
  16. 17 Jun, 2015 1 commit
  17. 04 Jun, 2015 1 commit
  18. 20 May, 2015 2 commits
  19. 01 Apr, 2015 1 commit
  20. 18 Mar, 2015 1 commit
  21. 12 Feb, 2015 1 commit
  22. 18 Jan, 2015 1 commit
  23. 10 Sep, 2014 1 commit
  24. 08 Sep, 2014 1 commit
  25. 04 Jul, 2014 3 commits
  26. 12 Jun, 2014 1 commit
  27. 27 May, 2014 1 commit
  28. 06 May, 2014 2 commits
  29. 20 Feb, 2014 1 commit
  30. 16 Feb, 2014 1 commit
  31. 15 Feb, 2014 1 commit