Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Fix Bitbucket Server importer error handlingStan Hu
The importer would display a 500 error page if you attempted to import using a non-existent DNS entry. This commit rescues known network issues and consolidates them into BitbucketServer::Connection::ConnectionError`. The previous error handling in the paginator doesn't work because it returns a lazy collection. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56154
2018-11-07Paginate Bitbucket Server importer projectsStan Hu
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
2018-07-27Consolidate server errors and add specsStan Hu
2018-07-25Enable frozen_string_literalStan Hu
2018-07-14Add support for deleting branches via the Bitbucket Server APIStan Hu
2018-07-13Add spec for BitbucketServer::ConnectionStan Hu
2018-07-04Support creating a remote branch to import closed pull requestsStan Hu
2018-06-29Fix Rubocop complaintsStan Hu
2018-06-28Import standalone pull request commentsStan Hu
2018-06-27More work towards importing pull requestsStan Hu
2018-06-26Fix pull request URLsStan Hu
2018-06-26More work towards supporting Bitbucket ServerStan Hu
2018-06-25WIP: Add support for Bitbucket Server importsStan Hu