1. 05 Apr, 2018 1 commit
    • Sean McGivern's avatar
      Fix N+1 in MergeRequestParser · 63f34916
      Sean McGivern authored
      read_project can be prevented by a very expensive condition, which we want to
      avoid, while still not writing manual SQL queries. read_project_for_iids is used
      by read_issue_iid and read_merge_request_iid to satisfy both of those
      constraints, and allow the declarative policy runner to use its normal caching
      strategy.
      63f34916
  2. 03 Apr, 2018 1 commit
  3. 02 Apr, 2018 38 commits