Add push placeholder class and update user finder
Updates the user finder to find or create import source users, updates stage workers, and adds a new class to handle pushing placeholder references. Changelog: added
显示
- app/workers/gitlab/github_import/advance_stage_worker.rb 16 个添加, 0 个删除app/workers/gitlab/github_import/advance_stage_worker.rb
- app/workers/gitlab/github_import/stage/finish_import_worker.rb 31 个添加, 0 个删除...orkers/gitlab/github_import/stage/finish_import_worker.rb
- lib/gitlab/github_import/contributions_mapper.rb 27 个添加, 0 个删除lib/gitlab/github_import/contributions_mapper.rb
- lib/gitlab/github_import/importer/issue_importer.rb 34 个添加, 4 个删除lib/gitlab/github_import/importer/issue_importer.rb
- lib/gitlab/github_import/importer/note_importer.rb 6 个添加, 2 个删除lib/gitlab/github_import/importer/note_importer.rb
- lib/gitlab/github_import/push_placeholder_references.rb 61 个添加, 0 个删除lib/gitlab/github_import/push_placeholder_references.rb
- lib/gitlab/github_import/user_finder.rb 21 个添加, 3 个删除lib/gitlab/github_import/user_finder.rb
- spec/lib/gitlab/github_import/contributions_mapper_spec.rb 37 个添加, 0 个删除spec/lib/gitlab/github_import/contributions_mapper_spec.rb
- spec/lib/gitlab/github_import/importer/issue_importer_spec.rb 154 个添加, 43 个删除.../lib/gitlab/github_import/importer/issue_importer_spec.rb
- spec/lib/gitlab/github_import/importer/note_importer_spec.rb 113 个添加, 38 个删除spec/lib/gitlab/github_import/importer/note_importer_spec.rb
- spec/lib/gitlab/github_import/importer/pull_requests/review_request_importer_spec.rb 2 个添加, 2 个删除...rt/importer/pull_requests/review_request_importer_spec.rb
- spec/lib/gitlab/github_import/push_placeholder_references_spec.rb 108 个添加, 0 个删除.../gitlab/github_import/push_placeholder_references_spec.rb
- spec/lib/gitlab/github_import/user_finder_spec.rb 52 个添加, 15 个删除spec/lib/gitlab/github_import/user_finder_spec.rb
- spec/support/helpers/import/user_mapping_helper.rb 2 个添加, 1 个删除spec/support/helpers/import/user_mapping_helper.rb
- spec/workers/gitlab/github_import/advance_stage_worker_spec.rb 35 个添加, 0 个删除...workers/gitlab/github_import/advance_stage_worker_spec.rb
- spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb 44 个添加, 1 个删除...s/gitlab/github_import/stage/finish_import_worker_spec.rb
加载中
想要评论请 注册 或 登录