gitlab-org--gitlab-foss/spec/lib/gitlab/diff
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
..
file_collection Only cache highlight results for latest MR diffs 2018-03-15 11:49:53 +00:00
formatters
diff_refs_spec.rb
file_spec.rb Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
highlight_spec.rb Method to track recoverable exceptions in sentry 2018-04-17 11:39:23 +02:00
inline_diff_markdown_marker_spec.rb
inline_diff_marker_spec.rb
inline_diff_spec.rb
line_mapper_spec.rb
parallel_diff_spec.rb
parser_spec.rb
position_spec.rb
position_tracer_spec.rb