Skip to content

Added new route and feature flag for rapid diffs

Phil Hughes requested to merge ph/451368/rapidDiffsView into master

What does this MR do and why?

Added a new controller action that gets mapped to when visiting (/NAMESPACE/PROJECT/-/merge_requests/IID/diffs?rapid_diffs=true) and the feature flag for rapid diffs is enabled.

#451368 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

How to set up and validate locally

  • Enable rapid_diffs feature flag
  • Visit /NAMESPACE/PROJECT/-/merge_requests/IID/diffs?rapid_diffs=true
Edited by Phil Hughes

Merge request reports