gitlab-org--gitlab-foss/lib/bitbucket/representation
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
..
base.rb [BB Importer] Save the error trace and the whole raw document 2017-04-11 19:27:15 +03:00
comment.rb Avoid use of Hash#dig to keep compatibility with Ruby 2.1 2016-12-16 19:51:40 -02:00
issue.rb Import bitbucket issues that are reported by an anonymous user 2018-05-24 13:28:58 +02:00
pull_request.rb Avoid use of Hash#dig to keep compatibility with Ruby 2.1 2016-12-16 19:51:40 -02:00
pull_request_comment.rb Enable the Style/PreferredHashMethods cop 2017-06-02 19:11:26 +02:00
repo.rb Enable Style/ColonMethodCall 2017-02-23 09:31:57 -06:00
user.rb BB importer: Refactoring user importing logic[ci skip] 2016-12-14 12:35:13 +02:00