An error occurred fetching the project authors.
  1. 30 Aug, 2016 4 commits
  2. 15 Aug, 2016 3 commits
  3. 27 Jul, 2016 1 commit
  4. 26 Jul, 2016 3 commits
  5. 12 Jul, 2016 1 commit
  6. 23 Jun, 2016 1 commit
  7. 17 Jun, 2016 2 commits
  8. 08 Jun, 2016 1 commit
    • Alejandro Rodríguez's avatar
      Fix pseudo n+1 queries with Note and Note Authors in issuables APIs · fade1a4c
      Alejandro Rodríguez authored
      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
  9. 03 Jun, 2016 2 commits
  10. 12 May, 2016 1 commit
  11. 28 Apr, 2016 1 commit
  12. 13 Apr, 2016 7 commits
  13. 08 Apr, 2016 1 commit
  14. 28 Mar, 2016 1 commit
  15. 21 Mar, 2016 1 commit
  16. 19 Mar, 2016 3 commits
  17. 17 Mar, 2016 1 commit
  18. 02 Feb, 2016 2 commits
  19. 26 Jun, 2015 2 commits
  20. 02 May, 2015 1 commit
  21. 06 Feb, 2015 1 commit