Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make merge request diff works with new FileCollection logic | Dmitriy Zaporozhets | 2016-08-15 | 1 | -73/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | switch from diff_file_collection to diffs20034-safe-diffs | Paco Guzman | 2016-08-03 | 1 | -17/+6 |
| | | | | So we have raw_diffs too | ||||
* | Introduce Compare model in the codebase. | Paco Guzman | 2016-08-03 | 1 | -7/+3 |
| | | | This object will manage Gitlab::Git::Compare instances | ||||
* | Move to Gitlab::Diff::FileCollection | Paco Guzman | 2016-08-03 | 1 | -0/+88 |
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection |