summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import/importer_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-309/+0
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix specsGabriel Mazetto2017-04-031-2/+2
* Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-101-33/+87
* Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre2017-03-071-1/+1
* GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-201-1/+4
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
* Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-191-1/+1
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-144/+226
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
* Refactor github import to reduce number of API callsAndrew Smith2016-11-181-3/+0
* Modify GitHub importer to be retryableAhmad Sherif2016-10-281-2/+5
* Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-271-0/+1
* Fix GitHub importer specDouglas Barbosa Alexandre2016-10-191-1/+1
* Import all GitHub comments after importing issues and PRsAhmad Sherif2016-09-271-0/+2
* Speed up label-applying process for GitHub importingAhmad Sherif2016-09-271-5/+6
* Import GitHub release notesAndrew Smith2016-09-131-2/+28
* Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre2016-09-091-3/+11
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Add readable error message when remote data could not be fully importedDouglas Barbosa Alexandre2016-08-241-10/+13
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-0/+129