Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-21Cache diff highlight in discussionsOswaldo Ferreira
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.
2018-12-20Allow truncated_diff_lines to be called on image diff discussionDouwe Maan
2018-12-07Backports changes made to One notification per code reviewTiago Botelho
The EE merge request can be found here: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8442
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-01-30Fix truncated_diff_lines for legacy notes without a lineSean McGivern
It appears that some legacy diff notes on GitLab.com have invalid line codes, which means truncated_diff_lines won't work. This is just a band-aid solution, as neither the diff nor the discussion will display correctly for these notes, but they won't cause a 500 error.
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and ↵Douwe Maan
DiffNote#diff_line by removing expensive diff position calculation and comparison
2017-12-07Allow commenting on individual commits inside an MRDouwe Maan
2017-10-07Commenting on image diffsFelipe Artur
2017-05-24Address reviewDouwe Maan
2017-05-03Allow commenting on older versions of the diff and comparisons between diff ↵Douwe Maan
versions
2017-04-12Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition errorRobert Speicher
2017-04-08Some code tweaksDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan