gitlab-org--gitlab-foss/app
Lukas Eipert 4552a9f9fb
Improve performance of LazyLoader by using IntersectionObserver
Every browser which supports IntersectionObserver will now use it over
observing scroll and resize events. Older browsers without support fall
back on the previous behavior.

Additionally the MutationObserver can be enabled and disabled manually
via the helper method `startContentObserver` and `stopContentObserver`.
This might prove useful on pages where we manipulate the DOM
extensively.
2018-10-01 15:42:19 +02:00
..
assets Improve performance of LazyLoader by using IntersectionObserver 2018-10-01 15:42:19 +02:00
controllers Refactor EventFilter and increase its test coverage 2018-09-26 18:34:26 +02:00
finders Merge branch 'feature/runner-type-filter-for-admin-view' into 'master' 2018-09-26 16:27:27 +00:00
graphql Merge branch 'frozen-string-app-finders-graphql' into 'master' 2018-09-13 19:44:31 +00:00
helpers Fix Error 500 when forking projects with Gravatar disabled 2018-09-28 07:39:58 -04:00
mailers Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
models Removes N+1 gitaly rpc call to fetch the last commit for path 2018-10-01 13:29:47 +01:00
policies
presenters
serializers Add has_trace to Projects::JobController#show.json 2018-09-27 11:40:50 +02:00
services Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master' 2018-09-27 10:28:27 +00:00
uploaders Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
validators Allow UrlValidator to work with attr_encrypted 2018-09-17 19:34:40 +01:00
views Merge branch 'bvl-remove-sha-from-help' into 'master' 2018-10-01 10:37:06 +00:00
workers Extend reports to support security features 2018-09-27 21:15:08 +00:00