An error occurred fetching the project authors.
  1. 15 Feb, 2018 1 commit
  2. 28 Jan, 2018 1 commit
  3. 25 Jan, 2018 1 commit
  4. 09 Nov, 2017 1 commit
  5. 18 Oct, 2017 2 commits
  6. 04 Oct, 2017 2 commits
  7. 02 Aug, 2017 2 commits
  8. 24 Jul, 2017 1 commit
  9. 18 Jul, 2017 1 commit
  10. 05 Jul, 2017 2 commits
  11. 04 Jul, 2017 1 commit
  12. 21 Jun, 2017 3 commits
  13. 20 Jun, 2017 2 commits
  14. 14 Jun, 2017 2 commits
  15. 08 Jun, 2017 3 commits
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 9a260a3d
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      9a260a3d
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      565ead61
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      1d1363e2
  16. 10 May, 2017 1 commit
  17. 27 Apr, 2017 1 commit
  18. 23 Feb, 2017 5 commits
  19. 15 Feb, 2017 1 commit
  20. 13 Feb, 2017 1 commit
  21. 25 Jan, 2017 1 commit
  22. 15 Dec, 2016 1 commit
  23. 18 Nov, 2016 1 commit
    • Lin Jen-Shin's avatar
      Use `Gitlab.config.gitlab.host` over `'localhost'` · 9c4e0d64
      Lin Jen-Shin authored
      This would fix long standing failures running tests on
      my development machine, which set `Gitlab.config.gitlab.host`
      to another host because it's not my local computer. Now I
      finally cannot withstand it and decided to fix them once and
      for all.
      9c4e0d64
  24. 07 Nov, 2016 1 commit
  25. 09 Aug, 2016 2 commits