summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/parallel_diff.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
| | | | | | | | | | | | | | | | | Enables frozens string for the following: * lib/gitlab/conflict/**/*.rb * lib/gitlab/cross_project_access/**/*.rb * lib/gitlab/cycle_analytics/**/*.rb * lib/gitlab/data_builder/**/*.rb * lib/gitlab/database/**/*.rb * lib/gitlab/dependency_linker/**/*.rb * lib/gitlab/diff/**/*.rb * lib/gitlab/downtime_check/**/*.rb * lib/gitlab/email/**/*.rb * lib/gitlab/etag_caching/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Don't display comment on unchanged line on both sides in parallel diffDouwe Maan2017-06-191-10/+10
|
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-53/+10
|
* Actually render old and new sections of parallel diff next to each otherbetter-parallel-diffDouwe Maan2016-07-131-74/+55
|
* Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-3/+13
|
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of ↵Douwe Maan2016-07-061-11/+5
| | | | responsibility to other classes
* Properly highlight right side of parallel difffix-diff-commentsDouwe Maan2016-01-221-1/+3
|
* Properly highlight lines around '\ No newline at end of file'Douwe Maan2016-01-201-1/+1
|
* Move parallel diff logic to separate classDouwe Maan2016-01-201-0/+117