An error occurred while fetching the assigned milestone of the selected merge_request.
Correctly find last known blob for file deleted in MR.
Fixes #3092 (closed).
When building a new MR, @merge_request.commits.last
would fail because this delegates to merge_request_diff
which is still nil
at that point. I fixed that, and changed some of the logic because showing deleted blob contents didn't previously work for the Compare page, and the UI would show the wrong commit sha for "View File @...".
Merge request reports
Activity
mentioned in issue #3078 (closed)
Impressive. Glad you found the problem @DouweM
mentioned in issue #427 (closed)
mentioned in commit 44d35a82
mentioned in commit f16bfa40
Please register or sign in to reply