summaryrefslogtreecommitdiff
path: root/lib/gitlab/bitbucket_import/project_creator.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Wiki import to BB importerValery Sizov2016-12-191-1/+8
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-151-1/+1
* Fix missing Bitbucket ProjectController changes for specifying namespace/projectStan Hu2016-11-211-4/+5
* Clone Bitbucket repositories over HTTPSDouglas Barbosa Alexandre2016-11-211-8/+8
* create import data in serviceJames Lopez2016-05-101-5/+2
* refactored create_or_update_import_dataJames Lopez2016-04-071-1/+1
* refactored a few things based on MR feedbackJames Lopez2016-04-071-4/+1
* some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-051-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
* first round of fixes and spec fixesJames Lopez2016-03-221-2/+2
* encrypt credentials in project_creator for bitbucket by defaultJames Lopez2016-03-221-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-4/+8
* Use Projects::CreateService to create imported projects so hooks are executed.Douwe Maan2015-04-061-16/+3
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+39