gitlab-org--gitlab-foss/app/views/projects/commits
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
..
_commit.atom.builder Add banzai filter to detect commit message trailers and properly link the users 2018-04-04 15:04:03 +00:00
_commit.html.haml Update commit description styles to monospace font and overflow-x 2018-08-03 12:32:12 -05:00
_commit_list.html.haml Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
_commits.html.haml Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
_inline_commit.html.haml [skip ci] Replace .pull-right with .float-right 2018-04-09 12:42:45 -05:00
show.atom.builder Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
show.html.haml Merge branch 'master' into bootstrap4 2018-05-08 10:49:30 -05:00