Adam Niedzielski
|
317e48193f
|
Fix the diff in the merge request view when converting a symlink to a regular file.
In this specific case using file_path as a cache key is not enough,
because there are two entries with the same path.
Closes #21610.
|
2016-10-17 18:09:34 +02:00 |
|
Dmitriy Zaporozhets
|
643a368fa4
|
Make merge request diff works with new FileCollection logic
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2016-08-15 17:57:19 +03:00 |
|
Paco Guzman
|
c86c1905b5
|
switch from diff_file_collection to diffs
So we have raw_diffs too
|
2016-08-03 07:00:20 +02:00 |
|
Paco Guzman
|
1d0c7b7492
|
Introduce Compare model in the codebase.
This object will manage Gitlab::Git::Compare instances
|
2016-08-03 07:00:20 +02:00 |
|
Paco Guzman
|
8f359ea917
|
Move to Gitlab::Diff::FileCollection
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection
|
2016-08-03 07:00:20 +02:00 |
|