Refactor diff_view to include diff_line
What does this MR do and why?
This MR solves: #364826 (closed)
It refactors the diff_view
component and introduces a diff_line
to clean things up and use the benefits of computed values.
Screenshots or screen recordings
screenshot (no visual changes) |
---|
How to set up and validate locally
- make sure your GDK has an ultimate license
- Feature.enable(:refactor_code_quality_inline_findings)
- clone this project: https://gitlab.com/jannik_lehmann/code-quality-test
- recreate this MR: http://gdk.test:3000/root/code-quality-test-index/-/merge_requests/1
- run pipeline
- See inline diffs in diff view of created MR
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Jannik Lehmann