Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Feb 02, 2020
  3. Dec 18, 2019
  4. Dec 17, 2019
  5. Dec 16, 2019
  6. Oct 16, 2019
  7. Oct 09, 2019
  8. Sep 23, 2019
  9. Sep 13, 2019
  10. Apr 09, 2019
  11. Dec 27, 2018
  12. Nov 26, 2018
  13. Oct 30, 2018
  14. Oct 13, 2018
    • Zeger-Jan van de Weg's avatar
      Remove dependencies on Linguist · 399056ed
      Zeger-Jan van de Weg authored
      This saves about 128 MB of baseline RAM usage per Unicorn and
      Sidekiq process (!).
      
      Linguist wasn't detecting languages anymore from CE/EE since
      9ae8b574. However, Linguist::BlobHelper
      was still being depended on by BlobLike and others.
      
      This removes the Linguist gem, given it isn't required anymore.
      EscapeUtils were pulled in as dependency, but given Banzai depends on
      it, it is now added explicitly.
      
      Previously, Linguist was used to detect the best ACE mode. Instead,
      we rely on ACE to guess the best mode based on the file extension.
      399056ed
  15. Jul 26, 2018
  16. Feb 20, 2018
  17. Dec 14, 2017
  18. Nov 21, 2017
  19. Oct 12, 2017
    • Sean McGivern's avatar
      Match full file path in FileDetector · 218e1f09
      Sean McGivern authored
      The basename appears to have been a holdover from the past - it doesn't look
      necessary now. Some of the regexes were unanchored on one side, so explicitly
      ensure that they only match the root.
      
      Apart from that, this means that pushing to foo/README.md will no longer
      invalidate the main README cache for a project.
      218e1f09
  20. Jun 08, 2017
  21. Jun 07, 2017
  22. May 29, 2017
  23. May 17, 2017
  24. May 16, 2017
  25. May 11, 2017
  26. May 10, 2017
  27. May 03, 2017
  28. Apr 28, 2017
  29. Apr 27, 2017
Loading