Add service to export project relations in Import/Export
- Creates a new service that exports project relations separately and stores the exported relation files in object-store. - Creates a worker to trigger the generation of the export relation in the background.
显示
- app/models/projects/import_export/relation_export.rb 41 个添加, 0 个删除app/models/projects/import_export/relation_export.rb
- app/services/projects/import_export/relation_export_service.rb 95 个添加, 0 个删除...ervices/projects/import_export/relation_export_service.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/projects/import_export/relation_export_worker.rb 26 个添加, 0 个删除app/workers/projects/import_export/relation_export_worker.rb
- config/sidekiq_queues.yml 2 个添加, 0 个删除config/sidekiq_queues.yml
- lib/gitlab/import_export/project/relation_saver.rb 57 个添加, 0 个删除lib/gitlab/import_export/project/relation_saver.rb
- spec/commands/sidekiq_cluster/cli_spec.rb 2 个添加, 2 个删除spec/commands/sidekiq_cluster/cli_spec.rb
- spec/lib/gitlab/import_export/project/relation_saver_spec.rb 125 个添加, 0 个删除spec/lib/gitlab/import_export/project/relation_saver_spec.rb
- spec/models/projects/import_export/relation_export_spec.rb 32 个添加, 0 个删除spec/models/projects/import_export/relation_export_spec.rb
- spec/services/projects/import_export/relation_export_service_spec.rb 121 个添加, 0 个删除...es/projects/import_export/relation_export_service_spec.rb
- spec/workers/projects/import_export/relation_export_worker_spec.rb 36 个添加, 0 个删除...ers/projects/import_export/relation_export_worker_spec.rb
加载中
想要评论请 注册 或 登录