Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Jan 28, 2018
  3. Jan 25, 2018
  4. Nov 09, 2017
  5. Oct 18, 2017
  6. Oct 04, 2017
  7. Aug 02, 2017
  8. Jul 24, 2017
  9. Jul 18, 2017
  10. Jul 05, 2017
  11. Jul 04, 2017
  12. Jun 21, 2017
  13. Jun 20, 2017
  14. Jun 14, 2017
  15. Jun 08, 2017
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored and Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: committed
      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. May 10, 2017
  17. Apr 27, 2017
  18. Feb 23, 2017
  19. Feb 15, 2017
  20. Feb 13, 2017
  21. Jan 25, 2017
  22. Dec 15, 2016
  23. Nov 18, 2016
    • 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. Nov 07, 2016
  25. Aug 09, 2016
  26. Aug 04, 2016
  27. Jun 18, 2016
  28. Mar 15, 2016
  29. Mar 10, 2016
  30. Feb 24, 2016
  31. Feb 12, 2016
    • Ben Boeckel's avatar
      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.
      e919b5a4
Loading