gitlab-org--gitlab-foss/app/views
Dmitriy Zaporozhets 29b6d465a7 Merge branch 'rs-dev-issue-2355' into 'master'
MergeRequest#show performance improvements

This is a first pass on improving the performance of the `MergeRequests#show` page. Notable changes:

- The "Commits" tab is loaded lazily, so the initial page load should be much faster for MRs with many commits.
- Relative timestamps via `timeago` are only initialized once per load instead of `O(n^2)`. This greatly improves frontend rendering times for a large number of commits.
- Refactored `User.find_for_commit` to use a single ARel-generated SQL query instead of the old method which resulted in one query, and could result in up to three.

See merge request !838
2015-06-22 09:48:49 +00:00
..
admin Add 2FA status to Admin::Users#show 2015-06-19 15:04:47 -04:00
dashboard Remove text since rss is now to prominent. 2015-06-12 11:58:18 +02:00
devise Add "Remember me" checkbox to LDAP signin form. 2015-06-05 14:37:01 +02:00
doorkeeper Fix consistency issues on New Application page. 2015-06-15 21:27:20 +02:00
errors Add a page title to every page. 2015-04-30 19:12:15 +02:00
events Fix text align in last push event 2015-06-15 14:54:41 +02:00
explore Remove button to all projects on Trending Projects page. 2015-06-14 21:30:53 +02:00
groups Bootlint: Use offset grid classes instead of empty divs 2015-06-16 13:32:32 -04:00
help Bootlint: Modals no longer need a '.hide' class 2015-06-16 13:32:33 -04:00
import Add a page title to every page. 2015-04-30 19:12:15 +02:00
invites Add a page title to every page. 2015-04-30 19:12:15 +02:00
kaminari/gitlab
layouts Bootlint: Add missing `type` attribute for buttons 2015-06-16 13:33:48 -04:00
notify Use entity number for plus sign 2015-05-27 13:04:18 +00:00
profiles Use User#two_factor_enabled instead of otp_required_for_login 2015-06-19 15:14:37 -04:00
projects Merge branch 'rs-dev-issue-2355' into 'master' 2015-06-22 09:48:49 +00:00
search Dont use fixed pixel size if form controls - its bad for mobile devices 2015-06-08 16:34:58 +02:00
shared Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2015-06-22 11:26:33 +02:00
snippets Capitalize "X" in "New X". 2015-04-30 21:33:02 +02:00
users Improve UI for phones 2015-06-08 16:54:39 +02:00
votes Fix votes inline rendering 2015-03-20 15:34:29 -07:00