1. 19 Aug, 2016 6 commits
  2. 15 Aug, 2016 8 commits
  3. 12 Aug, 2016 2 commits
  4. 11 Aug, 2016 1 commit
  5. 08 Aug, 2016 2 commits
  6. 11 Jul, 2016 5 commits
  7. 05 Jul, 2016 4 commits
  8. 27 Jun, 2016 3 commits
  9. 23 Jun, 2016 2 commits
    • Jacob Vosmaer's avatar
      Version 0.7.7 · 4c3320e7
      Jacob Vosmaer authored
      4c3320e7
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'v0.7.6-add-protocol-to-git-command' into 'master' · e260f91c
      Jacob Vosmaer (GitLab) authored
      Added GL_PROTOCOL as an ENV variable to gitCommand
      
      With this MR we are now populating an ENV variable called `GL_PROTOCOL` when calling the `gitCommand` method. This will allow GitLab to allow or deny the request based on the allowed Git access protocols defined in the Application Settings.
      
      This MR is needed for:
      
      gitlab-org/gitlab-shell!62 
      
      gitlab-org/gitlab-ce!4696
      
      gitlab-org/gitlab-ce#18601
      
      See merge request !51
      e260f91c
  10. 22 Jun, 2016 1 commit
  11. 15 Jun, 2016 5 commits
  12. 10 Jun, 2016 1 commit
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'update-gitlab-ci' into 'master' · 723b590e
      Jacob Vosmaer (GitLab) authored
      Use docker go image
      
      By using the official go docker image there is no need to install go
      manually and this saves time pulling the ruby image which is not being
      used anyway. Also, some time is save now not all packages need to be
      installed to install Go.
      
      At least thats what I expected when I typed the commit message, the speed gain is to be neglected though at least this yields a clean `.gitlab-ci.yml`.
      
      See merge request !49
      723b590e