1. 23 10月, 2015 1 次提交
  2. 22 10月, 2015 1 次提交
  3. 21 10月, 2015 1 次提交
  4. 20 10月, 2015 4 次提交
  5. 19 10月, 2015 2 次提交
    • D
      Add changelog item · 157d8916
      Douwe Maan 提交于
      157d8916
    • 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
  6. 18 10月, 2015 6 次提交
  7. 17 10月, 2015 2 次提交
  8. 16 10月, 2015 2 次提交
  9. 15 10月, 2015 5 次提交
  10. 14 10月, 2015 8 次提交
  11. 13 10月, 2015 2 次提交
  12. 12 10月, 2015 4 次提交
  13. 09 10月, 2015 1 次提交
  14. 08 10月, 2015 1 次提交