summaryrefslogtreecommitdiff
path: root/lib/bitbucket_server/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-161-0/+1
* Fix BitbucketServer::Client failing with Webmock 3.5.1Stan Hu2019-02-161-0/+1
* Fix Bitbucket Server importer error handlingStan Hu2019-01-121-0/+17
* Make sure there's only one slash as path separatorsh-53180-append-pathStan Hu2018-11-091-19/+3
* Assorted Bitbucket Server importer code cleanup based on reviewStan Hu2018-08-011-4/+4
* Deal with subpaths and trailing slashes properlyStan Hu2018-07-311-3/+20
* Use URI.join to avoid slash headachesStan Hu2018-07-311-3/+3
* Hide error details if there are noneStan Hu2018-07-311-1/+1
* Handle invalid JSON from serverStan Hu2018-07-271-6/+7
* Add Accept header for JSONStan Hu2018-07-271-1/+6
* Enable frozen_string_literalStan Hu2018-07-251-1/+3
* Fix URL for deleting branchesStan Hu2018-07-181-1/+1
* Fix identation in lib/bitbucket_server/connection.rbStan Hu2018-07-171-6/+6
* Add support for deleting branches via the Bitbucket Server APIStan Hu2018-07-131-1/+26
* Make Connection#post consistent with Connection#get and add specsStan Hu2018-07-121-11/+11
* Add spec for BitbucketServer::ConnectionStan Hu2018-07-121-2/+6
* Fix paginationStan Hu2018-07-051-1/+1
* Improve error handling of Bitbucket login errorsStan Hu2018-07-051-2/+21
* Support creating a remote branch to import closed pull requestsStan Hu2018-07-031-1/+15
* Add a Reconfigure button and improve layout of import screenStan Hu2018-07-011-1/+1
* More work towards supporting Bitbucket ServerStan Hu2018-06-251-1/+1
* WIP: Add support for Bitbucket Server importsStan Hu2018-06-251-0/+35