summaryrefslogtreecommitdiff
path: root/lib/bitbucket/client.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+3
|
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-151-2/+2
|
* Fix query for importing all projects for memberStan Hu2016-12-091-1/+1
|
* Return repositories to which user is a member, not just ownerStan Hu2016-12-091-1/+1
|
* BitBucket refactoring. Iteration 3Valery Sizov2016-12-071-16/+10
|
* BitBuckpet importer. Refactoring. Iteration 2Valery Sizov2016-12-071-4/+2
|
* Apply review comments. Iteration 1Valery Sizov2016-12-071-15/+14
|
* Clean up Bitbucket connection based on review commentsStan Hu2016-11-211-1/+1
|
* Add support for extracting all pull requests and their raw diffsStan Hu2016-11-211-1/+7
|
* Import pull request commentsStan Hu2016-11-211-0/+7
|
* Add an endpoint to get a list of pull requests for a repoDouglas Barbosa Alexandre2016-11-211-0/+6
|
* Add an endpoint to get a list of issue commentsDouglas Barbosa Alexandre2016-11-211-0/+10
|
* Add an endpoint to get a list of issues for a repoDouglas Barbosa Alexandre2016-11-211-0/+7
|
* Add an endpoint to get a single user repositoryDouglas Barbosa Alexandre2016-11-211-0/+5
|
* Add an endpoint to get the user's repositoriesDouglas Barbosa Alexandre2016-11-211-2/+12
|
* Add an endpoint to get the Bitbucket user profileDouglas Barbosa Alexandre2016-11-211-0/+5
|
* Add a Bitbucket client for the OAuth2 APIDouglas Barbosa Alexandre2016-11-211-0/+11