Move order of collaborators import
This change moves github collaborators import out of an advance worker stage and before pull requests are imported. Changelog: changed
显示
- app/services/import/github_service.rb 2 个添加, 1 个删除app/services/import/github_service.rb
- app/workers/gitlab/github_import/advance_stage_worker.rb 2 个添加, 1 个删除app/workers/gitlab/github_import/advance_stage_worker.rb
- app/workers/gitlab/github_import/stage/import_base_data_worker.rb 5 个添加, 1 个删除...ers/gitlab/github_import/stage/import_base_data_worker.rb
- app/workers/gitlab/github_import/stage/import_collaborators_worker.rb 7 个添加, 2 个删除...gitlab/github_import/stage/import_collaborators_worker.rb
- app/workers/gitlab/github_import/stage/import_pull_requests_worker.rb 17 个添加, 5 个删除...gitlab/github_import/stage/import_pull_requests_worker.rb
- config/feature_flags/development/github_import_prioritize_collaborators.yml 8 个添加, 0 个删除...gs/development/github_import_prioritize_collaborators.yml
- lib/gitlab/github_import/settings.rb 6 个添加, 1 个删除lib/gitlab/github_import/settings.rb
- spec/lib/gitlab/github_import/settings_spec.rb 20 个添加, 0 个删除spec/lib/gitlab/github_import/settings_spec.rb
- spec/services/import/github_service_spec.rb 29 个添加, 8 个删除spec/services/import/github_service_spec.rb
- spec/workers/gitlab/github_import/stage/import_base_data_worker_spec.rb 28 个添加, 1 个删除...itlab/github_import/stage/import_base_data_worker_spec.rb
- spec/workers/gitlab/github_import/stage/import_collaborators_worker_spec.rb 28 个添加, 3 个删除...b/github_import/stage/import_collaborators_worker_spec.rb
- spec/workers/gitlab/github_import/stage/import_pull_requests_worker_spec.rb 39 个添加, 2 个删除...b/github_import/stage/import_pull_requests_worker_spec.rb
想要评论请 注册 或 登录