Commit Graph

5 Commits

Author SHA1 Message Date
GitLab Bot cb6a3f5f73 Add latest changes from gitlab-org/gitlab@master 2021-10-13 18:12:40 +00:00
GitLab Bot 60be8b19d4 Add latest changes from gitlab-org/gitlab@master 2021-10-13 15:12:51 +00:00
GitLab Bot 4c5468b408 Add latest changes from gitlab-org/gitlab@master 2020-06-24 15:08:50 +00:00
Thong Kuah d6b952ad3e
Add frozen_string_literal to spec/workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-04-01 13:35:22 -03:00
Oswaldo Ferreira bb8f2520b4 Persist truncated note diffs on a new table
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.
2018-05-24 15:34:43 -03:00