gitlab-org--gitlab-foss/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 Use persisted diff data instead fetching Git on discussions 2018-04-30 20:07:21 -03:00
formatters
diff_refs.rb
file.rb Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
highlight.rb Method to track recoverable exceptions in sentry 2018-04-17 11:39:23 +02:00
image_point.rb
inline_diff.rb
inline_diff_markdown_marker.rb
inline_diff_marker.rb
line.rb
line_mapper.rb
parallel_diff.rb
parser.rb
position.rb Merge request and commit discussions API 2018-05-01 12:39:44 +00:00
position_tracer.rb