summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file_collection/merge_request.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make merge request diff works with new FileCollection logicDmitriy Zaporozhets2016-08-151-73/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-17/+6
| | | | So we have raw_diffs too
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-7/+3
| | | This object will manage Gitlab::Git::Compare instances
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+88
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection