1. 04 Mar, 2021 1 commit
    • Yorick Peterse's avatar
      Include MRs for merge commits for changelogs · 81231bdc
      Yorick Peterse authored
      When generating a changelog, we now include links to merge requests for
      any merge commits to use as input. Prior to this commit we'd only
      consider merge requests that contained a commit.
      
      The process of fetching merge requests by their merge SHA is a bit
      different (and easier) compared to fetching them by their diffs. In this
      commit we do so using an extra database query, but this query is simple
      and should not pose any problems.
      
      This fixes https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1579
      81231bdc
  2. 03 Mar, 2021 39 commits