BigW Consortium Gitlab

  1. 09 Sep, 2016 1 commit
  2. 31 Aug, 2016 1 commit
  3. 30 Aug, 2016 4 commits
  4. 15 Aug, 2016 3 commits
  5. 27 Jul, 2016 1 commit
  6. 26 Jul, 2016 3 commits
  7. 12 Jul, 2016 1 commit
  8. 23 Jun, 2016 1 commit
  9. 17 Jun, 2016 2 commits
  10. 08 Jun, 2016 1 commit
    • 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.
  11. 03 Jun, 2016 2 commits
  12. 12 May, 2016 1 commit
  13. 28 Apr, 2016 1 commit
  14. 13 Apr, 2016 7 commits
  15. 08 Apr, 2016 1 commit
  16. 28 Mar, 2016 1 commit
  17. 21 Mar, 2016 1 commit
  18. 19 Mar, 2016 3 commits
  19. 17 Mar, 2016 1 commit
  20. 02 Feb, 2016 2 commits
  21. 26 Jun, 2015 2 commits