1. 02 Nov, 2017 2 commits
    • Sean McGivern's avatar
      Set merge_request_diff_id on MR when creating · 4768a1e2
      Sean McGivern authored
      Once we migrate existing MRs to have this column, we will be able to get the
      latest diff for a single merge request more efficiently, and (more importantly)
      get all latest diffs for a collection of MRs efficiently.
      4768a1e2
    • Sean McGivern's avatar
      Add a column linking an MR to its diff · d8299e32
      Sean McGivern authored
      We already had this the other way around (merge_request_diffs.merge_request_id),
      but this is needed to gather only the most recent diffs for a set of merge
      requests.
      d8299e32
  2. 31 Oct, 2017 17 commits
  3. 30 Oct, 2017 21 commits