gitlab-org--gitlab-foss/spec/javascripts
Fatih Acet 1a76535780 Merge branch '24499-fix-activity-autoload-on-large-viewports' into 'master'
Resolve "Activity entries are not loaded fully to cover full window's height"

## What does this MR do?

Fixes a bug in which a browser window large enough to encompass the default number of items in an auto-loading endless-scroll list could not trigger the loading of additional items.

## Are there points in the code the reviewer needs to double check?

I refactored activities.js and pager.js into es6 syntax while I was investigating the issue.  No changes were made other than some es6 flourishes and eslint conformity, so nothing should be effected, but perhaps best to double check other pages which utilize these scripts.

## Screenshots (if relevant)

![endless-scroll-fixed](/uploads/b672b606826af745528c209ab6cfe95c/endless-scroll-fixed.gif)

## Does this MR meet the acceptance criteria?

- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- Tests
  - [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?


Closes #24499

See merge request !7608
2016-11-21 19:55:20 +00:00
..
behaviors explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
boards Move Ajax interceptor into describe block (!7304) 2016-11-05 12:11:43 +01:00
environments Remove v-html 2016-11-21 11:45:22 +00:00
extensions explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
fixtures Merge branch '22539-display-folders' into 'master' 2016-11-19 17:46:10 +00:00
graphs explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
u2f explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
vue_common_components Fix eslint 2016-11-16 14:49:32 +00:00
.eslintrc Added new .eslintrc for jasmine tests and corrected build_spec 2016-11-04 15:25:22 +00:00
abuse_reports_spec.js.es6 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
activities_spec.js.es6 convert activities.js to es6 class syntax 2016-11-20 01:32:20 -06:00
application_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
awards_handler_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
build_spec.js.es6 Add failing test for #24614 2016-11-18 19:11:18 +01:00
dashboard_spec.js.es6 Replaced jquery.cookie with js.cookie 2016-10-27 21:33:16 +01:00
datetime_utility_spec.js.es6 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
diff_comments_store_spec.js.es6 Remove logging to console in diff_comments_store_spec 2016-11-05 12:41:36 +01:00
gl_dropdown_spec.js.es6 Do not allow text input in dropdown while loading 2016-10-28 23:26:33 +03:00
gl_field_errors_spec.js.es6 Change show-gl-field-errors to gl-show-field-errors 2016-11-02 11:35:21 +01:00
header_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
issue_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
labels_issue_sidebar_spec.js.es6 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
line_highlighter_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
merge_request_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
merge_request_tabs_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
merge_request_widget_spec.js Fix timeago rendering for environment timeago 2016-11-19 12:17:58 -06:00
new_branch_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
notes_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
project_title_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
right_sidebar_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
search_autocomplete_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
shortcuts_issuable_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
spec_helper.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
syntax_highlight_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
zen_mode_spec.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00