BigW Consortium Gitlab

  1. 18 Jul, 2017 1 commit
  2. 05 Jul, 2017 1 commit
  3. 04 Jul, 2017 1 commit
  4. 21 Jun, 2017 1 commit
  5. 20 Jun, 2017 1 commit
  6. 14 Jun, 2017 2 commits
  7. 08 Jun, 2017 2 commits
    • 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
    • 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
  8. 10 May, 2017 1 commit
  9. 27 Apr, 2017 1 commit
  10. 23 Feb, 2017 3 commits
  11. 15 Feb, 2017 1 commit
  12. 13 Feb, 2017 1 commit
  13. 25 Jan, 2017 1 commit
  14. 15 Dec, 2016 1 commit
  15. 18 Nov, 2016 1 commit
    • 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.
  16. 07 Nov, 2016 1 commit
  17. 09 Aug, 2016 1 commit
  18. 04 Aug, 2016 1 commit
  19. 18 Jun, 2016 1 commit
  20. 15 Mar, 2016 1 commit
  21. 10 Mar, 2016 2 commits
  22. 24 Feb, 2016 1 commit
  23. 12 Feb, 2016 1 commit
    • Fix relative links in other markup formats · e919b5a4
      Ben Boeckel authored
      - Apply the RelativeLinkFilter filter to other formats, e.g.,
        reStructuredText so links from the Files view or the Project view work
      - Remove the AsciidocPipeline pipeline
      
      Fixes #3533.
  24. 12 Jan, 2016 1 commit
  25. 08 Jan, 2016 1 commit
  26. 11 Dec, 2015 1 commit
  27. 07 Dec, 2015 1 commit
  28. 30 Nov, 2015 1 commit
  29. 18 Oct, 2015 2 commits
  30. 15 Oct, 2015 1 commit
  31. 26 Sep, 2015 1 commit
  32. 30 Jun, 2015 1 commit
    • Fix ApplicationHelper specs · 42b643f0
      Robert Speicher authored
      There were several specs that were failing when run by themselves.
      
      - Use the `helper` object, as per RSpec 3 standards
      - Use `assign` to assign instance variables that helpers expect
      - Add `StubConfiguration` support module
  33. 22 Jun, 2015 2 commits