An error occurred fetching the project authors.
  1. 18 Mar, 2016 3 commits
  2. 07 Mar, 2016 1 commit
  3. 10 Feb, 2016 1 commit
  4. 02 Feb, 2016 1 commit
  5. 19 Oct, 2015 1 commit
    • 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
  6. 15 Sep, 2015 1 commit
  7. 17 Jul, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 12 Mar, 2015 1 commit
  10. 27 Feb, 2015 1 commit
  11. 14 Feb, 2015 1 commit
    • 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
  12. 06 Jan, 2015 1 commit
  13. 20 Nov, 2014 1 commit
  14. 26 Jun, 2014 1 commit
  15. 11 Jun, 2014 2 commits
  16. 10 Jun, 2014 1 commit
  17. 25 Mar, 2014 1 commit
  18. 19 Jan, 2014 1 commit
  19. 02 Dec, 2013 1 commit
  20. 23 Sep, 2013 1 commit
  21. 21 Aug, 2013 1 commit
  22. 23 Jun, 2013 1 commit
  23. 16 Apr, 2013 2 commits
  24. 04 Apr, 2013 1 commit
  25. 02 Mar, 2013 1 commit
  26. 18 Feb, 2013 1 commit
  27. 14 Dec, 2012 3 commits
  28. 29 Oct, 2012 1 commit
  29. 26 Oct, 2012 1 commit
  30. 10 Oct, 2012 1 commit
  31. 09 Oct, 2012 1 commit
  32. 27 Sep, 2012 1 commit
  33. 26 Sep, 2012 1 commit
  34. 25 Sep, 2012 1 commit