gitlab-org--gitlab-foss/spec/controllers/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
..
conflicts_controller_spec.rb Add cannot_be_merged_recheck merge_status 2018-05-17 08:54:47 +08:00
creations_controller_spec.rb Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
diffs_controller_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00