Skip to content

Add validation of merge_request_id presence to MergeRequestContextCommit

What does this MR do and why?

Adds a basic validation for the presence of merge_request_id; we don't have any entries in this state but let's formalize it before we change this column to NOT NULL and use it for sharding..

Related to #444232 (closed)

Merge request reports