summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pager.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-0/+4
|
* Resolve "Endless scroll loader is visible on user profile overview page"Martin Wortschack2018-10-241-2/+9
|
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-15/+18
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Converted pager.js to axiosPhil Hughes2018-02-011-17/+16
|
* Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-151-69/+65
| | | | #38869
* updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
|
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-2/+2
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Fix duplication of commits header on commits pageblackst0ne2017-06-031-2/+3
|
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-2/+2
|
* respect offset and limit query params for infinite lists28030-infinite-offsetSimon Knox2017-03-091-2/+6
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+73
|
* rename pager.js to pager.js.es6Mike Greiling2016-11-201-64/+0
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+63
|
* Pager.js to coffeeDmitriy Zaporozhets2013-01-271-56/+0
|
* Speedup dashboard via loading events with ajaxDmitriy Zaporozhets2013-01-071-2/+9
|
* Fixed dashboard loader, fixed 404 for reporter on empty wiki page.randx2012-07-261-1/+0
| | | | Styled Wiki edit page
* fixed unworking infinite scrollDmitriy Zaporozhets2012-02-121-8/+14
|
* Snippets - fixed after bootstrapDmitriy Zaporozhets2012-02-081-0/+44
Project - restyled show page, removed info page Repository - restyled show page, added download option Tags - added download options