summaryrefslogtreecommitdiff
path: root/lib/gitlab/bitbucket_import
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spec for Bitbucket importerStan Hu2016-11-211-3/+3
* Fix Bitbucket importer spec to pass with 2.0 APIStan Hu2016-11-211-7/+0
* Rubocop fixesStan Hu2016-11-211-1/+1
* Import pull request commentsStan Hu2016-11-211-1/+69
* Fix typos in pull requests failing to importStan Hu2016-11-211-3/+3
* Fix missing Bitbucket ProjectController changes for specifying namespace/projectStan Hu2016-11-211-4/+5
* Import opened pull request from BitbucketDouglas Barbosa Alexandre2016-11-211-0/+31
* Refactoring Bitbucket importer to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-41/+33
* Remove client for the Bitbucket API version 1.0Douglas Barbosa Alexandre2016-11-211-142/+0
* Remove code to clone Bitbucket repositories using SSHDouglas Barbosa Alexandre2016-11-212-47/+0
* Clone Bitbucket repositories over HTTPSDouglas Barbosa Alexandre2016-11-211-8/+8
* Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith2016-09-081-2/+2
* Enable Performance/RangeInclude cop and fix single offensers-range-includeRobert Speicher2016-05-231-1/+1
* create import data in serviceJames Lopez2016-05-101-5/+2
* fix var errorJames Lopez2016-04-271-1/+1
* refactored create_or_update_import_dataJames Lopez2016-04-071-1/+1
* refactored a few things based on MR feedbackJames Lopez2016-04-071-4/+1
* fix some issues with credentialsJames Lopez2016-04-061-6/+6
* some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-052-5/+5
* fixes after more import testingJames Lopez2016-04-011-1/+1
* more fixes after doing more manual testing on importingJames Lopez2016-03-291-1/+2
* fixing a few issues after testing importsJames Lopez2016-03-291-0/+3
* refactored code based on feedback plus fixed a couple of other issuesJames Lopez2016-03-284-28/+27
* fix rubocop warningJames Lopez2016-03-221-2/+0
* first round of fixes and spec fixesJames Lopez2016-03-224-31/+32
* encrypt credentials in project_creator for bitbucket by defaultJames Lopez2016-03-221-1/+1
* update bitbucket importerJames Lopez2016-03-221-5/+12
* Fix bug where Bitbucket `closed` issues were imported as `opened`iurisilvio/gitlab-ce-bitbucket_closedIuri de Silvio2016-03-071-1/+1
* Wrap errors on GitHub importer to raise Projects::ImportService::ErrorDouglas Barbosa Alexandre2016-01-261-0/+2
* Move Gitlab::BitbucketImport::KeyDeleter to it's own importerDouglas Barbosa Alexandre2016-01-261-18/+29
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu2015-09-012-9/+48
* Sort issues by creation date in Bitbucket importerStan Hu2015-09-011-1/+1
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-234-15/+26
* Show incompatible projects in Bitbucket import statusStan Hu2015-08-071-0/+4
* Fix bug causing Bitbucket importer to crash when OAuth application had been r...bitbucket-re-authorizeDouwe Maan2015-07-281-6/+15
* Use Projects::CreateService to create imported projects so hooks are executed.Douwe Maan2015-04-061-16/+3
* Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu2015-03-221-2/+2
* Fix import pages not working after first load.Douwe Maan2015-03-131-1/+1
* Satisfy Rubocop.Douwe Maan2015-02-241-2/+2
* Delete deploy key from Bitbucket after importing.Douwe Maan2015-02-243-6/+38
* Load public key in initializer.Douwe Maan2015-02-241-3/+6
* Add Bitbucket importer.Douwe Maan2015-02-244-0/+201