Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 04, 2019
  3. Apr 02, 2019
    • Patrick Bajao's avatar
      Download a folder from repository · 6766a0a1
      Patrick Bajao authored
      Add `GetArchiveRequest` to git-archive params.
      
      Modifies `Git::Repository#archive_metadata` to append `path`
      to `ArchivePrefix` so it'll not hit the cache of repository archive
      when it already exists.
      6766a0a1
  4. Mar 26, 2019
    • Bob Van Landuyt's avatar
      Allow multiple repositories per project · d36415b7
      Bob Van Landuyt authored
      This changes the repository type from a binary `wiki?` to a type. So
      we can have more than 2 repository types.
      
      Now everywhere we called `.wiki?` and expected a boolean, we check
      that type.
      d36415b7
  5. Dec 11, 2018
  6. Dec 06, 2018
  7. Oct 22, 2018
  8. Sep 07, 2018
  9. Jul 11, 2018
  10. Jul 09, 2018
  11. Jul 06, 2018
  12. May 17, 2018
  13. Apr 19, 2018
  14. Apr 06, 2018
    • James Ramsay's avatar
      Add new repository archive route · 07f517d4
      James Ramsay authored
      Repository archives are always named `<project>-<ref>-<sha>` even if
      the ref is a commit. A consequence of always including the sha even
      for tags is that packaging a release is more difficult because both
      the ref and sha must be known by the packager.
      
      - add `<project>/-/archive/<ref>/<filename>.<format>` route using the
      `-` separator to prevent namespace collisions. If the filename is
      `<project>-<ref>` or the ref is a sha, the sha will be omitted,
      otherwise the default filename will be used.
      - deprecate previous archive route `repository/<ref>/archive`
      07f517d4
  15. Apr 05, 2018
  16. Apr 04, 2018
    • James Ramsay's avatar
      Add option to suppress archive commit sha · 0b1b9c40
      James Ramsay authored
      Repository archives are always named `<project>-<ref>-<sha>` even if
      the ref is a commit. A consequence of always including the sha even
      for tags is that packaging a release is more difficult because both
      the ref and sha must be known by the packager.
      
      - add append_sha option (defaults true) to provide a method for
      toggling this feature.
      
      Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
      0b1b9c40
  17. Mar 29, 2018
  18. Mar 28, 2018
  19. Mar 27, 2018
  20. Mar 07, 2018
  21. Mar 06, 2018
  22. Feb 28, 2018
  23. Feb 06, 2018
  24. Feb 01, 2018
  25. Jan 22, 2018
  26. Jan 11, 2018
  27. Jan 09, 2018
  28. Dec 03, 2017
  29. Nov 16, 2017
  30. Oct 30, 2017
  31. Oct 09, 2017
  32. Oct 02, 2017
  33. Sep 29, 2017
Loading