1. 21 Dec, 2020 34 commits
  2. 20 Dec, 2020 2 commits
  3. 19 Dec, 2020 2 commits
  4. 18 Dec, 2020 2 commits
    • 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
    • Stan Hu's avatar
      Rename preloads variable in GraphQL lookahead · d11918de
      Stan Hu authored
      The `apply_lookahead` defines a method `preloads` but redefines this
      method as a local variable. Rename the local variable to avoid
      confusion.
      d11918de