BigW Consortium Gitlab

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