Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 02, 2019
  3. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  4. Jul 09, 2018
  5. Apr 19, 2018
  6. Apr 08, 2018
  7. 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
  8. Jun 06, 2016
  9. Apr 12, 2016
  10. Feb 02, 2016
  11. Oct 08, 2015
  12. Apr 20, 2015
  13. Mar 31, 2015
  14. Feb 26, 2015
  15. Feb 20, 2015
  16. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  17. Nov 29, 2014
  18. Nov 05, 2014
  19. Oct 13, 2014
  20. Sep 26, 2014
  21. Sep 25, 2014
  22. Aug 13, 2014
  23. Jul 08, 2014
  24. Jul 03, 2014
  25. Apr 09, 2014
  26. Mar 31, 2014
  27. Jan 02, 2014
    • Jason Hollingsworth's avatar
      Add support for various archive formats. · 7cc25205
      Jason Hollingsworth authored
      Used mime-types gem instead of hardcoding content types.
      Allow multiple extensions in archive route (.tar.gz, .tar.bz2).
      Change content disposition from infile(?) to attachment for api.
      Fixed api would return “archive” instead of {project}-{hash}.{ext}
      7cc25205
  28. Aug 05, 2013
  29. Jul 16, 2013
  30. Jun 23, 2013
  31. Apr 29, 2013
  32. Apr 03, 2013
  33. Jan 03, 2013
  34. Nov 10, 2012
  35. Sep 27, 2012
  36. Sep 26, 2012
Loading