Skip to content
Snippets Groups Projects
  1. Mar 04, 2020
  2. Oct 22, 2019
  3. Jul 03, 2019
  4. Jan 24, 2019
  5. Dec 21, 2018
  6. Nov 12, 2018
    • Jarka Kadlecova's avatar
      Extract code from Issues::MoveService · 4af1712d
      Jarka Kadlecova authored
      Extract code to make it easier reusable
      - introduce AttributesRewriter and ContentRewriter
        - support group entites when rewriting content
      - make Uploader copy_to working for Namespaces
      4af1712d
  7. Jul 18, 2018
  8. Jul 13, 2018
  9. Jul 03, 2018
  10. Jun 07, 2018
  11. Mar 08, 2018
  12. Mar 02, 2018
  13. Mar 01, 2018
  14. Feb 28, 2018
  15. Feb 07, 2018
  16. Feb 06, 2018
  17. Feb 02, 2018
  18. Feb 01, 2018
  19. Jan 31, 2018
  20. Nov 21, 2017
  21. Oct 30, 2017
  22. Aug 02, 2017
  23. Aug 01, 2017
  24. 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
  25. Mar 06, 2017
  26. Feb 24, 2017
    • Robert Speicher's avatar
      Minor refactoring of Uploaders · a8c62dfe
      Robert Speicher authored
      - Moves a duplicate `file_storage?` definition into the common
        `GitlabUploader` ancestor.
      - Get the `uploads` base directory from a class method rather than
        hard-coding it where it's needed. This will be used in a subsequent MR
        to store Uploads in the database.
      - Improves the specs for uploaders.
      a8c62dfe
  27. Jan 03, 2017
  28. Dec 15, 2016
  29. Jul 20, 2016
  30. Jul 19, 2016
Loading