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. Sep 07, 2018
  7. Jul 11, 2018
  8. Jul 09, 2018
  9. Jul 06, 2018
  10. May 17, 2018
  11. Apr 19, 2018
  12. 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
  13. Mar 29, 2018
  14. Mar 28, 2018
  15. Mar 27, 2018
  16. Feb 28, 2018
  17. Feb 07, 2018
  18. Feb 06, 2018
  19. Jan 09, 2018
  20. Oct 30, 2017
  21. Oct 10, 2017
  22. Oct 09, 2017
  23. Oct 07, 2017
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  24. Oct 02, 2017
  25. Sep 30, 2017
  26. Sep 29, 2017
  27. Sep 28, 2017
  28. Sep 01, 2017
  29. Aug 15, 2017
  30. Aug 11, 2017
  31. Jul 27, 2017
  32. Jul 25, 2017
Loading