gitlab-org--gitlab-foss/lib/bitbucket_server
Stan Hu a06b7a7d5d Fix Bitbucket Server import only including first 25 pull requests
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
2019-01-06 21:13:00 -08:00
..
representation Use a case statement to determine pull request state 2018-08-02 14:45:54 -07:00
client.rb Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00
collection.rb Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00
connection.rb Make sure there's only one slash as path separator 2018-11-09 15:36:45 -08:00
page.rb Assorted Bitbucket Server importer code cleanup based on review 2018-08-01 10:45:04 -07:00
paginator.rb Fix Bitbucket Server import only including first 25 pull requests 2019-01-06 21:13:00 -08:00