Skip to content
Snippets Groups Projects
  1. Feb 22, 2020
  2. Feb 03, 2020
  3. Jan 29, 2020
  4. Jan 28, 2020
  5. Sep 10, 2019
  6. Jul 23, 2019
  7. Apr 15, 2019
  8. Dec 18, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  9. Apr 19, 2018
  10. Apr 08, 2018
  11. 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
  12. Dec 22, 2017
  13. Oct 20, 2017
  14. Aug 03, 2017
  15. Feb 23, 2017
  16. Jan 25, 2017
  17. Sep 28, 2016
  18. Jul 01, 2016
  19. Jun 27, 2016
  20. Jun 06, 2016
  21. Mar 09, 2016
  22. Feb 02, 2016
  23. Oct 14, 2015
  24. Mar 31, 2015
Loading