Skip to content
Snippets Groups Projects
  1. Jan 05, 2016
  2. Oct 19, 2015
    • Yorick Peterse's avatar
      Improve performance of sorting milestone issues · 4ff75e31
      Yorick Peterse authored
      This cuts down the time it takes to sort issues of a milestone by about
      10x. In the previous setup the code would run a SQL query for every
      issue that had to be sorted. The new setup instead runs a single SQL
      query to update all the given issues at once.
      
      The attached benchmark used to run at around 60 iterations per second,
      using the new setup this hovers around 600 iterations per second. Timing
      wise a request to update a milestone with 40-something issues would take
      about 760 ms, in the new setup this only takes about 130 ms.
      
      Fixes #3066
      4ff75e31
  3. Sep 15, 2015
  4. Jul 17, 2015
  5. Apr 20, 2015
  6. Mar 12, 2015
  7. Feb 27, 2015
  8. 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
  9. Jan 06, 2015
  10. Nov 20, 2014
  11. Jun 26, 2014
  12. Jun 11, 2014
  13. Jun 10, 2014
  14. Mar 25, 2014
  15. Jan 19, 2014
  16. Dec 02, 2013
  17. Sep 23, 2013
  18. Aug 21, 2013
  19. Jun 23, 2013
  20. Apr 16, 2013
  21. Apr 04, 2013
  22. Mar 02, 2013
  23. Feb 18, 2013
  24. Dec 14, 2012
  25. Oct 29, 2012
  26. Oct 26, 2012
  27. Oct 10, 2012
  28. Oct 09, 2012
  29. Sep 27, 2012
  30. Sep 26, 2012
  31. Sep 25, 2012
  32. Sep 02, 2012
  33. Aug 30, 2012
  34. Aug 10, 2012
  35. Apr 24, 2012
  36. Apr 08, 2012
Loading