1. 21 Dec, 2020 35 commits
  2. 20 Dec, 2020 2 commits
  3. 19 Dec, 2020 2 commits
  4. 18 Dec, 2020 1 commit
    • Stan Hu's avatar
      Fix N+1 queries with loading group issues with GraphQL · 80545180
      Stan Hu authored
      Previously when group issues were queried, we called a SELECT for each
      project and its associated project features to check whether the user
      had permission to read the issue. We now solve this by preloading those
      items unconditionally.
      80545180