Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Dec 12, 2019
  3. Sep 03, 2019
  4. Aug 28, 2019
  5. Aug 22, 2019
  6. Jul 22, 2019
    • Stan Hu's avatar
      Use persistent Redis cluster for Workhorse pub/sub notifications · 583c12ac
      Stan Hu authored
      Previously, in Omnibus, Workhorse expected to listen via the Redis
      shared state cluster for the `workhorse:notifications` publish/subscribe
      channel, but the Rails code was using the Sidekiq queue cluster for
      this. To fix this inconsistency, we make the Rails code use the
      persistent cluster, since we don't want Workhorse to be looking at
      anything Sidekiq-related.
      583c12ac
  7. Apr 16, 2019
  8. Apr 11, 2019
  9. Apr 04, 2019
  10. 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
  11. 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
  12. Dec 11, 2018
  13. Sep 07, 2018
  14. Jul 11, 2018
  15. Jul 09, 2018
  16. Jul 06, 2018
  17. May 17, 2018
  18. Apr 19, 2018
  19. 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
  20. Mar 29, 2018
  21. Mar 28, 2018
  22. Mar 27, 2018
  23. Feb 28, 2018
  24. Feb 07, 2018
  25. Feb 06, 2018
  26. Jan 09, 2018
  27. Oct 30, 2017
  28. Oct 10, 2017
  29. Oct 09, 2017
  30. 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
  31. Oct 02, 2017
  32. Sep 30, 2017
Loading