summaryrefslogtreecommitdiff
path: root/spec/lib/bitbucket_server
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+6
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+3
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+9
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-192-1/+51
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2010-10/+10
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-205-5/+5
* Add bitbucket_server/client_spec.rb specGeorge Koltsov2019-08-121-0/+11
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-269-0/+18
* Fix BitbucketServer::Client failing with Webmock 3.5.1Stan Hu2019-02-161-2/+2
* Fix Bitbucket Server importer error handlingStan Hu2019-01-122-6/+18
* Fix Bitbucket Server import only including first 25 pull requestsStan Hu2019-01-061-0/+11
* Paginate Bitbucket Server importer projectsStan Hu2018-11-073-3/+48
* Deal with subpaths and trailing slashes properlyStan Hu2018-07-311-4/+5
* Track parental relationships in commentsStan Hu2018-07-311-0/+17
* Fix merge request SHAStan Hu2018-07-301-0/+1
* Fix failing spec in spec/lib/bitbucket_server/client_spec.rbStan Hu2018-07-281-3/+4
* Handle invalid JSON from serverStan Hu2018-07-271-0/+6
* Add Accept header for JSONStan Hu2018-07-271-6/+10
* Consolidate server errors and add specsStan Hu2018-07-261-0/+86
* Fix failing specsStan Hu2018-07-261-2/+2
* Use project key instead of project name for importsStan Hu2018-07-261-0/+4
* Add spec for pull request comments and add commentsStan Hu2018-07-251-0/+48
* Add pull request specStan Hu2018-07-251-0/+79
* Add specs for activity and commentsStan Hu2018-07-252-0/+75
* Fix tense of example descriptionsh-support-bitbucket-server-importStan Hu2018-07-251-1/+1
* Add spec for BitbucketServer::Representation::RepoStan Hu2018-07-201-0/+76
* Add spec for pagesStan Hu2018-07-191-0/+51
* Add spec for paginatorStan Hu2018-07-191-0/+35
* Fix URL for deleting branchesStan Hu2018-07-181-1/+1
* Add support for deleting branches via the Bitbucket Server APIStan Hu2018-07-131-0/+20
* Make Connection#post consistent with Connection#get and add specsStan Hu2018-07-121-2/+12
* Add spec for BitbucketServer::ConnectionStan Hu2018-07-121-0/+28