Skip to content

Allow external diffs for merge requests to be configured

Nick Thomas requested to merge (removed):support-external-diffs into master

Omnibus part of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24276

We're allowing merge request diffs to be stored on disk or in object storage, in the same way we do for artifacts or LFS objects. Unlike those, we're retaining the ability to store them in the database as well.

Merge request reports