1. 31 8月, 2016 4 次提交
  2. 16 8月, 2016 3 次提交
  3. 27 7月, 2016 4 次提交
  4. 12 7月, 2016 1 次提交
  5. 24 6月, 2016 1 次提交
  6. 18 6月, 2016 2 次提交
  7. 08 6月, 2016 1 次提交
    • A
      Fix pseudo n+1 queries with Note and Note Authors in issuables APIs · fade1a4c
      Alejandro Rodríguez 提交于
      This was not a clear cut n+1 query, given that if you're directly subscribed to all issues
      that the API is returning you never really need to check for the notes. However, if you're
      subscribed to _all_ of them, then for each issuable you need to go once to `notes`, and
      once to `users` (for the authors). By preemtively loading notes and authors, at worst you have
      1 extra query, and at best you saved 2n extra queries. We also took advantage of this preloading
      of notes when counting user notes.
      fade1a4c
  8. 03 6月, 2016 2 次提交
  9. 13 5月, 2016 1 次提交
  10. 28 4月, 2016 1 次提交
  11. 14 4月, 2016 1 次提交
  12. 13 4月, 2016 6 次提交
  13. 08 4月, 2016 1 次提交
  14. 28 3月, 2016 1 次提交
  15. 21 3月, 2016 1 次提交
  16. 20 3月, 2016 3 次提交
  17. 18 3月, 2016 1 次提交
  18. 02 2月, 2016 2 次提交
  19. 26 6月, 2015 2 次提交
  20. 02 5月, 2015 1 次提交
  21. 06 2月, 2015 1 次提交