BigW Consortium Gitlab

  1. 08 Feb, 2016 2 commits
  2. 25 Jan, 2016 1 commit
  3. 21 Jan, 2016 1 commit
  4. 24 Dec, 2015 1 commit
  5. 15 Dec, 2015 1 commit
  6. 04 Dec, 2015 1 commit
  7. 29 Oct, 2015 1 commit
  8. 31 Aug, 2015 2 commits
  9. 25 Aug, 2015 1 commit
  10. 20 Aug, 2015 1 commit
  11. 19 Aug, 2015 2 commits
  12. 19 Jun, 2015 1 commit
  13. 04 Feb, 2015 1 commit
  14. 27 May, 2014 1 commit
  15. 16 May, 2014 1 commit
  16. 26 Mar, 2014 1 commit
  17. 25 Mar, 2014 1 commit
  18. 08 Mar, 2014 1 commit
  19. 23 Jan, 2014 1 commit
  20. 08 Jan, 2014 1 commit
  21. 26 Dec, 2013 1 commit
    • Changed sudo by su -c · 6daa97f4
      Nilton Moura authored
      The sudo command needs a tty to run. If you put this file on a CentOS 6, for example, it will not run in the host startup process. Instead, the 'su -c' runs the command apart if it has or not a tty.
      
      I tested this change in a fresh install of gitlab on a CentOS 6.5 with successful.
  22. 09 Dec, 2013 1 commit
  23. 29 Oct, 2013 1 commit
  24. 25 Oct, 2013 1 commit
  25. 24 Oct, 2013 1 commit
  26. 15 Oct, 2013 1 commit
  27. 09 Oct, 2013 1 commit
  28. 07 Oct, 2013 1 commit
  29. 26 Sep, 2013 1 commit
  30. 06 Sep, 2013 1 commit
  31. 03 Sep, 2013 1 commit
  32. 29 Aug, 2013 1 commit
  33. 28 Aug, 2013 2 commits
  34. 27 Aug, 2013 2 commits
  35. 23 Aug, 2013 1 commit
    • Fix the `service gitlab restart` command · 2b9d48cc
      Jacob Vosmaer authored
      This commit addresses two related issues:
      - Sidekiq should shut down completely before we restart it;
      - If we restart unicorn with USR2 we need to kill the old master and
        worker processes.