summaryrefslogtreecommitdiff
path: root/lib/gitlab/bitbucket_import
Commit message (Expand)AuthorAgeFilesLines
* 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