[go: up one dir, main page]

Skip to content

Refactor MergeRequest#merge_request_diff to have clearer intention

Background

During an async debugging session of a seemingly unrelated issue in Slack, we found out that MergeRequest#merge_request_diff can actually result to a unpersisted MergeRequestDiff instance.

Here are some of the messages related to it (this is to keep the information since we delete Slack messages at some point):

Screenshot_2023-10-05_at_12.46.51_PM

Screenshot_2023-10-05_at_12.47.03_PM

Proposed

To be discussed.