BigW Consortium Gitlab

  1. 19 Oct, 2015 1 commit
    • 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
  2. 09 Oct, 2015 1 commit
  3. 15 Sep, 2015 1 commit
  4. 24 Aug, 2015 1 commit
  5. 07 Jul, 2015 1 commit
  6. 19 Jun, 2015 1 commit
  7. 26 May, 2015 1 commit
    • Change percent_complete rescue value from 100 to 0 · 8b92946b
      Jonah Bishop authored
      The percent_complete method returns a value of 100 when a
      ZeroDivisionError occurs. That seems like a very strange default for an
      error case, and results in a bug when a milestone has no corresponding
      issues (new, empty milestones show 100% completion). This commit changes
      the rescue value to 0, and subsequently fixes #1656, which reported this
      problem.
  8. 06 Feb, 2015 1 commit
  9. 26 Jun, 2014 2 commits
  10. 24 Apr, 2014 1 commit
  11. 09 Apr, 2014 1 commit
  12. 25 Mar, 2014 1 commit
  13. 21 Aug, 2013 2 commits
  14. 05 May, 2013 1 commit
  15. 03 Apr, 2013 1 commit
  16. 15 Mar, 2013 1 commit
  17. 18 Feb, 2013 2 commits
  18. 12 Feb, 2013 1 commit
  19. 23 Dec, 2012 1 commit
  20. 19 Dec, 2012 1 commit
  21. 14 Dec, 2012 5 commits
  22. 19 Nov, 2012 1 commit
  23. 14 Nov, 2012 1 commit
  24. 29 Oct, 2012 2 commits
  25. 26 Oct, 2012 1 commit
  26. 09 Oct, 2012 2 commits
  27. 27 Sep, 2012 3 commits
  28. 26 Sep, 2012 1 commit
  29. 02 Sep, 2012 1 commit