1. 10 5月, 2016 1 次提交
    • J
      Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen 提交于
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
      f1479b56
  2. 18 3月, 2016 1 次提交
  3. 12 3月, 2016 1 次提交
  4. 07 3月, 2016 1 次提交
  5. 08 2月, 2016 1 次提交
  6. 09 12月, 2015 1 次提交
  7. 19 10月, 2015 1 次提交
    • Y
      Improve performance of sorting milestone issues · 4ff75e31
      Yorick Peterse 提交于
      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
  8. 03 10月, 2015 1 次提交
  9. 22 6月, 2015 1 次提交
  10. 27 5月, 2015 1 次提交
    • J
      Change percent_complete rescue value from 100 to 0 · 8b92946b
      Jonah Bishop 提交于
      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.
      8b92946b
  11. 13 2月, 2015 1 次提交
  12. 27 6月, 2014 1 次提交
  13. 09 4月, 2014 1 次提交
  14. 21 8月, 2013 2 次提交
  15. 29 7月, 2013 1 次提交
  16. 11 6月, 2013 1 次提交
  17. 05 5月, 2013 1 次提交
  18. 15 3月, 2013 1 次提交
  19. 18 2月, 2013 4 次提交
  20. 04 1月, 2013 1 次提交
  21. 03 1月, 2013 1 次提交
  22. 20 11月, 2012 1 次提交
  23. 13 11月, 2012 1 次提交
  24. 09 10月, 2012 2 次提交
  25. 27 9月, 2012 1 次提交
  26. 05 9月, 2012 1 次提交
  27. 03 9月, 2012 1 次提交
  28. 29 8月, 2012 2 次提交
  29. 26 8月, 2012 1 次提交
  30. 11 8月, 2012 1 次提交
  31. 27 6月, 2012 1 次提交
  32. 09 4月, 2012 2 次提交