1. 15 Dec, 2015 3 commits
  2. 14 Dec, 2015 3 commits
  3. 11 Dec, 2015 4 commits
  4. 10 Dec, 2015 6 commits
  5. 09 Dec, 2015 3 commits
  6. 08 Dec, 2015 5 commits
  7. 07 Dec, 2015 4 commits
  8. 02 Dec, 2015 1 commit
  9. 29 Nov, 2015 2 commits
  10. 25 Nov, 2015 1 commit
  11. 24 Nov, 2015 3 commits
    • Jacob Vosmaer's avatar
      Merge branch 'y/gitcommand-path' into 'master' · 0d0bd209
      Jacob Vosmaer authored
      gitCommand: Pass $HOME to git as well
      
      Git has 3 places for configs:
      
         - system
         - global (per user), and
         - local  (per repository)
      
      System config location is hardcoded at git compile time (to usually
      $prefix/etc/gitconfig). Local configuration is usually picked because we
      pass --git-dir to subcommand. But global configuration is currently not
      picked at all, because HOME env variable is not passed to git.
      
      Pass $HOME through and let git see it's "global" config.
      
      Currently GitLab omnibus stores gitlab user name/email  + "autocrlf =
      true" in global config, so missing it should not be a blocker for
      receive/send-pack operations. But having it is more correct and can be
      handy in the future if/when more git operations are done from-under
      gitlab-workhorse.
      
      Having $HOME properly set is also needed when one cannot change system
      git config and have to put site-wide configuration into global git
      config under $HOME.
      
      That was the case I've hit and the reason for this patch.
      
      See merge request !10
      0d0bd209
    • Kirill Smelkov's avatar
      gitCommand: Pass $HOME to git as well · b5f1b803
      Kirill Smelkov authored
      Git has 3 places for configs:
      
          - system
          - global (per user), and
          - local  (per repository)
      
      System config location is hardcoded at git compile time (to usually
      $prefix/etc/gitconfig). Local configuration is usually picked because we
      pass --git-dir to subcommand. But global configuration is currently not
      picked at all, because HOME env variable is not passed to git.
      
      Pass $HOME through and let git see it's "global" config.
      
      Currently GitLab omnibus stores gitlab user name/email  + "autocrlf =
      true" in global config, so missing it should not be a blocker for
      receive/send-pack operations. But having it is more correct and can be
      handy in the future if/when more git operations are done from-under
      gitlab-workhorse.
      
      Having $HOME properly set is also needed when one cannot change system
      git config and have to put site-wide configuration into global git
      config under $HOME.
      
      That was the case I've hit and the reason for this patch.
      b5f1b803
    • Jacob Vosmaer's avatar
      Merge branch 'shared-runner-tests' into 'master' · 15f3268d
      Jacob Vosmaer authored
      Download and install go before running tests
      
      This change allows the build to run on 'shared runners'.
      
      See merge request !13
      15f3268d
  12. 23 Nov, 2015 3 commits
  13. 19 Nov, 2015 1 commit
  14. 16 Nov, 2015 1 commit