Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jul 18, 2018
  3. Jun 28, 2018
  4. Jun 27, 2018
  5. Jun 13, 2018
  6. Jun 12, 2018
  7. May 31, 2018
  8. May 30, 2018
  9. May 18, 2018
  10. May 16, 2018
  11. Mar 01, 2018
  12. Feb 20, 2018
  13. Jan 18, 2018
  14. Jan 04, 2018
  15. Jan 03, 2018
    • Stan Hu's avatar
      Speed up generation of commit stats by using Rugged native methods · 25a86875
      Stan Hu authored
      The previous implementation iterated across the entire patch set
      to determine the number of lines added, deleted, and changed. Rugged
      has a native method `Rugged::Diff#stat` that does this already,
      which appears to be a little faster and require less RAM than doing
      this ourselves.
      
      Improves performance in #41524
      25a86875
  16. Dec 05, 2017
  17. Oct 07, 2017
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  18. Sep 30, 2017
  19. Sep 25, 2017
  20. Sep 11, 2017
  21. Aug 23, 2017
  22. Aug 14, 2017
  23. Aug 08, 2017
  24. Aug 03, 2017
  25. Jul 20, 2017
  26. Jul 18, 2017
  27. Jun 27, 2017
  28. Apr 04, 2017
  29. Mar 24, 2017
  30. Jan 05, 2017
  31. Apr 27, 2013
  32. Apr 03, 2013
  33. Apr 01, 2013
  34. Mar 31, 2013
Loading