gitlab-org--gitlab-foss/app
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
..
assets Merge branch 'ide-file-templates-store' into 'master' 2018-08-22 10:26:15 +00:00
controllers Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
finders Refactor AutocompleteController 2018-08-20 13:53:00 +02:00
graphql
helpers Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
mailers Enable frozen in app/mailers/**/*.rb 2018-08-15 21:45:57 +00:00
models Merge branch 'yisiliang/gitlab-ce-avoid-nil-safe_message' into 'master' 2018-08-22 08:37:48 +00:00
policies Freeze string literals 2018-08-10 18:15:25 +02:00
presenters Enable frozen string in vestigial app files 2018-08-12 11:07:35 -07:00
serializers Refactor AutocompleteController 2018-08-20 13:53:00 +02:00
services Eliminate unnecessary and duplicate system hook fires 2018-08-21 13:39:02 -07:00
uploaders
validators
views Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
workers Merge branch 'blacklist-destroy-all' into 'master' 2018-08-17 17:10:12 +00:00