gitlab-org--gitlab-foss/spec/lib/gitlab/bitbucket_import
Bart Libert 4bfd54f3d2
Import bitbucket issues that are reported by an anonymous user
For these kind of issues, the "reporter" field is present but zero.
In such a case, "fetch" will not return the default value, but it will
return nil.
Hence, importing fails, because the "username" field of nil is referenced

Fixes issue #44381
2018-05-24 13:28:58 +02:00
..
importer_spec.rb Import bitbucket issues that are reported by an anonymous user 2018-05-24 13:28:58 +02:00
project_creator_spec.rb Resolve "Namespace factory is problematic" 2018-04-23 15:48:26 +00:00