1. 26 Jul, 2016 3 commits
  2. 21 Jul, 2016 1 commit
    • Robert Speicher's avatar
      Merge branch 'remove-env-set' into 'master' · 2e2af9ac
      Robert Speicher authored
      Unset GL_ID and GL_PROTOCOL immediately
      
      Neither other code executing in the hook process nor subprocesses of
      the hook process need access to the GL_ID / GL_PROTOCOL variables so
      we can just unset them the moment we fetch them.
      
      See merge request !73
      2e2af9ac
  3. 20 Jul, 2016 3 commits
  4. 06 Jul, 2016 3 commits
  5. 05 Jul, 2016 11 commits
  6. 30 Jun, 2016 1 commit
  7. 29 Jun, 2016 1 commit
  8. 26 Jun, 2016 1 commit
  9. 24 Jun, 2016 1 commit
  10. 23 Jun, 2016 8 commits
  11. 23 May, 2016 1 commit
  12. 16 May, 2016 1 commit
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'use-redis-rb-client' into 'master' · 404d0b58
      Jacob Vosmaer (GitLab) authored
      Use Redis Ruby client instead of shelling out to redis-cli
      
      Previously the post-receive hook fired redis-cli, but if the argument list was too long the hook would silently fail. Instead of shelling out to redis-cli, we use a Ruby client to send the same message.
      
      Closes gitlab-org/gitlab-ce#17329
      
      
      See merge request !59
      404d0b58
  13. 12 May, 2016 5 commits