1. 23 Aug, 2016 1 commit
  2. 19 Aug, 2016 3 commits
  3. 15 Aug, 2016 8 commits
  4. 12 Aug, 2016 2 commits
  5. 11 Aug, 2016 1 commit
  6. 08 Aug, 2016 2 commits
  7. 11 Jul, 2016 5 commits
  8. 05 Jul, 2016 4 commits
  9. 27 Jun, 2016 3 commits
  10. 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
  11. 22 Jun, 2016 1 commit
  12. 15 Jun, 2016 5 commits
  13. 10 Jun, 2016 3 commits
    • 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
    • Z.J. van de Weg's avatar
      Use docker go image · 1147635c
      Z.J. van de Weg authored
      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.
      1147635c
    • Z.J. van de Weg's avatar
      Workhorse to serve the output for format-patch · c42b7dd4
      Z.J. van de Weg authored
      Now this is done by Rails which is sad for the Unicorn worker, so this
      is moved here. This commit excludes tests for now, which will be added
      after the weekend.
      c42b7dd4