An error occurred fetching the project authors.
- 04 Jul, 2018 1 commit
-
-
Jan Provaznik authored
This assures that old cache is not used if we change format of cached data.
-
- 15 Mar, 2018 2 commits
-
-
Sean McGivern authored
This may lead to some being evicted and having to be cached again, but many MRs get closed or updated in that time anyway.
-
Sean McGivern authored
Previously, we kept them all in the cache. We don't need the highlight results for older diffs - if someone does view that (which is rare), we can do the highlighting on the fly.
-
- 09 Mar, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 08 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 25 Apr, 2017 1 commit
-
-
Sean McGivern authored
The problem is that we often go via a diff object constructed from the diffs stored in the DB. Those diffs, by definition, don't overflow, so we don't have access to the 'correct' `real_size` - that is stored on the MR diff object iself.
-
- 26 Dec, 2016 1 commit
-
-
Sean McGivern authored
Don't try to highlight and cache files hidden by .gitattributes entries.
-
- 02 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 25 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 10 Nov, 2016 1 commit
-
-
Adam Niedzielski authored
In this case comparing old_path and new_path is not enough because there are two entires that match.
-
- 17 Oct, 2016 1 commit
-
-
Adam Niedzielski authored
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.
-
- 15 Aug, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Aug, 2016 3 commits
-
-
Paco Guzman authored
So we have raw_diffs too
-
Paco Guzman authored
This object will manage Gitlab::Git::Compare instances
-
Paco Guzman authored
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection
-