Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 06, 2020
  3. Jan 08, 2020
  4. Dec 18, 2019
  5. Nov 15, 2019
  6. Oct 21, 2019
  7. Sep 18, 2019
  8. Aug 20, 2019
  9. Apr 06, 2019
    • Stan Hu's avatar
      Expand FindCommit caching to blob and refs · 0d8e9f6e
      Stan Hu authored
      This enables FindCommit caching to the following actions:
      
      * BlobController#show
      * RefsController#logs_tree
      
      It also improves caching in CommitsController since some
      duplicate requests were occuring inside the before_action
      definitions.
      0d8e9f6e
  10. Apr 01, 2019
    • Bob Van Landuyt's avatar
      Allow streaming io objects into Gitaly · 8c5b3d03
      Bob Van Landuyt authored
      This allows us to set the encoding of an IO passed without reading it
      into memory.
      
      This is useful if we want to stream files into Gitaly. Like we do when
      uploading a new file to the repository.
      8c5b3d03
  11. Mar 27, 2019
  12. Mar 07, 2019
  13. Mar 06, 2019
  14. Jan 11, 2019
  15. Dec 27, 2018
  16. Dec 03, 2018
  17. Nov 23, 2018
  18. Nov 14, 2018
  19. Nov 09, 2018
  20. Nov 07, 2018
  21. Nov 06, 2018
  22. Oct 30, 2018
    • Mark Chao's avatar
      Make Highlight accept language param · 39ae9a59
      Mark Chao authored
      This replaces the repository param.
      This allows more flexiblity as sometimes we have highlight content
      not related to repository. Sometimes we know ahead of time the language
      of the content. Lastly language determination seems better fit as a
      logic in the Blob class.
      `repository` param is only used to determine the language, which seems
      to be the responsiblity of Blob.
      39ae9a59
  23. Oct 18, 2018
  24. Oct 17, 2018
  25. 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
  26. Sep 11, 2018
  27. Aug 31, 2018
  28. Jun 21, 2018
  29. Jun 15, 2018
  30. Mar 07, 2018
  31. Mar 05, 2018
  32. Feb 22, 2018
  33. Jan 11, 2018
  34. Dec 20, 2017
  35. Oct 23, 2017
  36. Sep 26, 2017
Loading