Cache bitbucket user mappings and implement MentionsConverter
Cache bitbucket user account_ids and their nickname/name from bitbucket so that mentions map to human-readable names
显示
- lib/gitlab/bitbucket_import/importers/issue_importer.rb 10 个添加, 5 个删除lib/gitlab/bitbucket_import/importers/issue_importer.rb
- lib/gitlab/bitbucket_import/importers/issue_notes_importer.rb 11 个添加, 6 个删除...gitlab/bitbucket_import/importers/issue_notes_importer.rb
- lib/gitlab/bitbucket_import/importers/pull_request_importer.rb 10 个添加, 5 个删除...itlab/bitbucket_import/importers/pull_request_importer.rb
- lib/gitlab/bitbucket_import/importers/pull_request_notes_importer.rb 5 个添加, 2 个删除...bitbucket_import/importers/pull_request_notes_importer.rb
- lib/gitlab/bitbucket_import/importers/users_importer.rb 6 个添加, 1 个删除lib/gitlab/bitbucket_import/importers/users_importer.rb
- lib/gitlab/bitbucket_server_import/importers/pull_request_importer.rb 1 个添加, 1 个删除...itbucket_server_import/importers/pull_request_importer.rb
- lib/gitlab/bitbucket_server_import/importers/pull_request_notes_importer.rb 1 个添加, 1 个删除...et_server_import/importers/pull_request_notes_importer.rb
- lib/gitlab/bitbucket_server_import/importers/users_importer.rb 1 个添加, 1 个删除...itlab/bitbucket_server_import/importers/users_importer.rb
- lib/gitlab/import/mentions_converter.rb 28 个添加, 13 个删除lib/gitlab/import/mentions_converter.rb
- lib/gitlab/import/user_from_mention.rb 34 个添加, 7 个删除lib/gitlab/import/user_from_mention.rb
- spec/lib/gitlab/bitbucket_import/importers/issue_importer_spec.rb 8 个添加, 0 个删除.../gitlab/bitbucket_import/importers/issue_importer_spec.rb
- spec/lib/gitlab/bitbucket_import/importers/issue_notes_importer_spec.rb 8 个添加, 0 个删除...b/bitbucket_import/importers/issue_notes_importer_spec.rb
- spec/lib/gitlab/bitbucket_import/importers/pull_request_importer_spec.rb 11 个添加, 0 个删除.../bitbucket_import/importers/pull_request_importer_spec.rb
- spec/lib/gitlab/bitbucket_import/importers/pull_request_notes_importer_spec.rb 8 个添加, 0 个删除...cket_import/importers/pull_request_notes_importer_spec.rb
- spec/lib/gitlab/bitbucket_import/importers/users_importer_spec.rb 16 个添加, 0 个删除.../gitlab/bitbucket_import/importers/users_importer_spec.rb
- spec/lib/gitlab/bitbucket_server_import/importers/pull_request_importer_spec.rb 1 个添加, 1 个删除...ket_server_import/importers/pull_request_importer_spec.rb
- spec/lib/gitlab/bitbucket_server_import/importers/users_importer_spec.rb 10 个添加, 4 个删除.../bitbucket_server_import/importers/users_importer_spec.rb
- spec/lib/gitlab/import/mentions_converter_spec.rb 103 个添加, 53 个删除spec/lib/gitlab/import/mentions_converter_spec.rb
- spec/lib/gitlab/import/user_from_mention_spec.rb 111 个添加, 20 个删除spec/lib/gitlab/import/user_from_mention_spec.rb
加载中
想要评论请 注册 或 登录