gitlab-org--gitlab-foss/spec/views/projects/merge_requests
Stan Hu 5138d659b5 Speed up diff comparisons by limiting number of commit messages rendered
When a diff has a significant number of commits, the previous behavior would
attempt to render the Markdown on all the commit messages but only display
1000 of them. To avoid additional work, we only need to render the Markdown
on the set that is displayed.
2018-08-22 06:28:31 -07:00
..
creations Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
diffs adding view and feature specs 2017-12-07 09:06:59 -05:00
_commits.html.haml_spec.rb Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
edit.html.haml_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
show.html.haml_spec.rb Show the status of a user in interactions 2018-07-30 15:01:26 +02:00