summaryrefslogtreecommitdiff
path: root/lib/gitlab/discussions_diff
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-4/+10
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-5/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-14/+15
|
* Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-0/+13
|
* Cache diff highlight in discussionsOswaldo Ferreira2018-12-212-0/+143
This commit handles note diffs caching, which considerably improves the performance on merge requests with lots of comments. Important to note that the caching approach taken here is different from `Gitlab::Diff::HighlightCache`. We do not reset the whole cache when a new push is sent or anything else. That's because discussions diffs are persisted and do not change.