summaryrefslogtreecommitdiff
path: root/lib/bitbucket_server/paginator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bitbucket Server import only including first 25 pull requestsStan Hu2019-01-061-3/+9
| | | | | | | | | | | The change to paginate repos in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22825 caused the paginator to stop after 25 pull requests because the limit was set to 25 if none was defined. To fix this, we should only stop if the limit has actually been set and use the limit parameter to determine the maximum number of items to process per page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55914
* Paginate Bitbucket Server importer projectsStan Hu2018-11-071-6/+21
| | | | | | | To prevent delays in loading the page and reduce memory usage, limit the number of projects shown at 25 per page. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
* Enable frozen_string_literalStan Hu2018-07-251-0/+2
|
* Fix paginationStan Hu2018-07-051-4/+4
|
* WIP: Add support for Bitbucket Server importsStan Hu2018-06-251-0/+36