gitlab-org--gitlab-foss/spec/lib/gitlab/github_import
Douglas Barbosa Alexandre b5f9541778 Skip wiki creation when GitHub project has wiki enabled
If the GitHub project repository has wiki, we should not create
the default wiki. Otherwise the GitHub importer will fail because
the wiki repository already exist.

This bug was introduced here
https://gitlab.com/gitlab-org/gitlab-ce/commit/892dea67717c0efbd6a28f763
9f34535ec0a8747
2016-10-04 13:06:45 -03:00
..
branch_formatter_spec.rb
client_spec.rb Process each page of GitHub resources instead of concating them then processing 2016-09-27 20:45:07 +02:00
comment_formatter_spec.rb Only add the original author if there isn't a linked GitLab account 2016-09-08 20:48:35 +10:00
importer_spec.rb Import all GitHub comments after importing issues and PRs 2016-09-27 20:45:07 +02:00
issue_formatter_spec.rb Only add the original author if there isn't a linked GitLab account 2016-09-08 20:48:35 +10:00
label_formatter_spec.rb Avoid conflict with admin labels when importing GitHub labels 2016-09-09 11:22:38 -03:00
milestone_formatter_spec.rb
project_creator_spec.rb Skip wiki creation when GitHub project has wiki enabled 2016-10-04 13:06:45 -03:00
pull_request_formatter_spec.rb Only add the original author if there isn't a linked GitLab account 2016-09-08 20:48:35 +10:00
release_formatter_spec.rb Import GitHub release notes 2016-09-13 14:01:22 +10:00
wiki_formatter_spec.rb