An error occurred fetching the project authors.
  1. 03 Oct, 2017 1 commit
  2. 19 Sep, 2017 1 commit
  3. 18 Sep, 2017 1 commit
    • Stan Hu's avatar
      Eliminate N+1 queries in loading discussions.json endpoint · 8690ca5c
      Stan Hu authored
      In #37955,we see that the profile had a number of N+1 queries from repeated
      access to `cross_reference_not_visible_for?`. This was optimized in previous
      versions of GitLab by rendering all notes at once, counting the number of
      visible references, and then using that number to check whether a system note
      should be fully redacted.
      
      There was also another N+1 query calling `ProjectTeam#member?`, which did not
      take advantage of an optimization in prepare_notes_for_rendering that would
      preload the maximum access level per project.
      
      Closes #37955
      8690ca5c
  4. 14 Sep, 2017 1 commit
  5. 07 Sep, 2017 1 commit
  6. 06 Sep, 2017 1 commit
  7. 05 Sep, 2017 1 commit
    • Yorick Peterse's avatar
      Re-use issue/MR counts for the pagination system · 42062a45
      Yorick Peterse authored
      This changes the issue and MR index pages so the pagination system
      re-uses the output of the COUNT(*) query used to calculate the number of
      rows per state (opened, closed, etc). This removes the need for an
      additional COUNT(*) on both pages.
      42062a45
  8. 04 Sep, 2017 1 commit
  9. 29 Aug, 2017 1 commit
  10. 18 Aug, 2017 1 commit
  11. 17 Aug, 2017 2 commits
  12. 10 Aug, 2017 4 commits
  13. 24 Jul, 2017 2 commits
  14. 21 Jul, 2017 2 commits
  15. 18 Jul, 2017 1 commit
  16. 14 Jul, 2017 1 commit
  17. 07 Jul, 2017 2 commits
  18. 05 Jul, 2017 1 commit
  19. 04 Jul, 2017 1 commit
  20. 29 Jun, 2017 2 commits
  21. 28 Jun, 2017 1 commit
  22. 21 Jun, 2017 1 commit
  23. 13 Jun, 2017 1 commit
  24. 12 Jun, 2017 1 commit
  25. 31 May, 2017 1 commit
  26. 19 May, 2017 1 commit
  27. 17 May, 2017 1 commit
  28. 13 May, 2017 1 commit
  29. 10 May, 2017 4 commits