An error occurred fetching the project authors.
- 06 May, 2019 1 commit
-
-
Nick Thomas authored
-
- 28 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 21 Dec, 2018 1 commit
-
-
Oswaldo Ferreira authored
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.
-
- 26 Jul, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 24 May, 2018 1 commit
-
-
Oswaldo Ferreira authored
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response. With this change we solve this problem and simplify a lot fetching this piece of info.
-