Skip to content
Snippets Groups Projects
  1. Feb 22, 2020
  2. Feb 03, 2020
  3. Jan 29, 2020
  4. Sep 13, 2019
  5. Sep 10, 2019
  6. Jul 23, 2019
  7. Apr 16, 2019
  8. Apr 11, 2019
  9. Apr 02, 2019
  10. 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
  11. Jul 09, 2018
  12. Apr 19, 2018
  13. Apr 08, 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. Jun 06, 2016
  16. Apr 12, 2016
  17. Feb 02, 2016
  18. Oct 08, 2015
  19. Apr 20, 2015
  20. Mar 31, 2015
  21. Feb 26, 2015
  22. Feb 20, 2015
  23. 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
  24. Nov 29, 2014
  25. Nov 05, 2014
  26. Oct 13, 2014
  27. Sep 26, 2014
  28. Sep 25, 2014
  29. Aug 13, 2014
  30. Jul 08, 2014
  31. Jul 03, 2014
  32. Apr 09, 2014
  33. Mar 31, 2014
  34. 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
  35. Aug 05, 2013
  36. Jul 16, 2013
Loading