summaryrefslogtreecommitdiff
path: root/lib/bitbucket
Commit message (Collapse)AuthorAgeFilesLines
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-2/+1
|
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
|
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-3/+3
|
* Add Wiki import to BB importerValery Sizov2016-12-191-0/+4
|
* Avoid use of Hash#dig to keep compatibility with Ruby 2.1Douglas Barbosa Alexandre2016-12-164-10/+10
|
* BB importer: Milestone importerValery Sizov2016-12-161-0/+4
|
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-152-4/+4
|
* BB importer: Refactoring user importing logic[ci skip]Valery Sizov2016-12-145-12/+4
|
* BB importer: Adding created_by only when used is not found[ci skip]Valery Sizov2016-12-135-4/+12
|
* BB importer: Fixed after code review[ci skip]Valery Sizov2016-12-131-1/+1
|
* specs for bitbucket representersValery Sizov2016-12-121-3/+3
|
* Spec for bitbucket pageValery Sizov2016-12-121-0/+1
|
* Specs for Bitbucket::Connections and Bitbucket::CollectionsValery Sizov2016-12-122-15/+9
|
* 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 importer: import issues with labelsValery Sizov2016-12-071-0/+4
|
* BitBucket refactoring. Iteration 3Valery Sizov2016-12-073-18/+12
|
* BitBuckpet importer. Refactoring. Iteration 2Valery Sizov2016-12-075-19/+10
|
* Apply review comments. Iteration 1Valery Sizov2016-12-076-28/+25
|
* Fix importing PRs with not existing branchesValery Sizov2016-12-061-1/+1
|
* Fix importing inline comment for any diff typeValery Sizov2016-12-061-2/+2
|
* Fix inline comment importing for 1:1 diff typeValery Sizov2016-12-051-1/+1
|
* Fix Bitbucket importer spec to pass with 2.0 APIStan Hu2016-11-211-2/+2
|
* Simplify Bitbucket::Page implementationStan Hu2016-11-211-1/+1
|
* Clean up Bitbucket connection based on review commentsStan Hu2016-11-212-9/+9
|
* Clean up owner and slug representationStan Hu2016-11-211-3/+11
|
* Add support for extracting all pull requests and their raw diffsStan Hu2016-11-211-1/+7
|
* Rubocop fixesStan Hu2016-11-211-1/+1
|
* Import pull request commentsStan Hu2016-11-212-0/+46
|
* Incorporate review commentsStan Hu2016-11-211-2/+1
|
* Fix refresh to lazily load connectionStan Hu2016-11-211-2/+1
|
* Lazily load Bitbucket connectionStan Hu2016-11-211-4/+9
|
* Import opened pull request from BitbucketDouglas Barbosa Alexandre2016-11-211-0/+59
|
* Add an endpoint to get a list of pull requests for a repoDouglas Barbosa Alexandre2016-11-212-0/+12
|
* Add an endpoint to get a list of issue commentsDouglas Barbosa Alexandre2016-11-213-0/+46
|
* Add an endpoint to get a list of issues for a repoDouglas Barbosa Alexandre2016-11-212-0/+56
|
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-0/+6
|
* 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-212-2/+69
|
* Add support for Bitbucket pagination when fetching collectionsDouglas Barbosa Alexandre2016-11-213-0/+95
|
* Add an endpoint to get the Bitbucket user profileDouglas Barbosa Alexandre2016-11-213-0/+27
|
* Add a Bitbucket client for the OAuth2 APIDouglas Barbosa Alexandre2016-11-212-0/+80