-
- Downloads
There was an error fetching the commit references. Please try again later.
Add Object Storage to GitLab project import
- Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
parent
3cc420b8
No related branches found
No related tags found
Showing
- app/models/import_export_upload.rb 1 addition, 0 deletionsapp/models/import_export_upload.rb
- app/services/projects/gitlab_projects_import_service.rb 1 addition, 2 deletionsapp/services/projects/gitlab_projects_import_service.rb
- app/uploaders/import_export_uploader.rb 1 addition, 1 deletionapp/uploaders/import_export_uploader.rb
- changelogs/unreleased/48773-gitlab-project-import-should-use-object-storage.yml 5 additions, 0 deletions...48773-gitlab-project-import-should-use-object-storage.yml
- lib/gitlab/import_export/command_line_util.rb 15 additions, 0 deletionslib/gitlab/import_export/command_line_util.rb
- lib/gitlab/import_export/file_importer.rb 20 additions, 4 deletionslib/gitlab/import_export/file_importer.rb
- lib/gitlab/import_export/importer.rb 10 additions, 2 deletionslib/gitlab/import_export/importer.rb
- lib/gitlab/import_export/uploads_manager.rb 1 addition, 4 deletionslib/gitlab/import_export/uploads_manager.rb
- lib/gitlab/template_helper.rb 10 additions, 4 deletionslib/gitlab/template_helper.rb
- spec/features/projects/import_export/import_file_object_storage_spec.rb 103 additions, 0 deletions...projects/import_export/import_file_object_storage_spec.rb
- spec/features/projects/import_export/import_file_spec.rb 1 addition, 0 deletionsspec/features/projects/import_export/import_file_spec.rb
- spec/lib/gitlab/import_export/file_importer_object_storage_spec.rb 89 additions, 0 deletions...gitlab/import_export/file_importer_object_storage_spec.rb
- spec/lib/gitlab/import_export/file_importer_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/import_export/file_importer_spec.rb
- spec/lib/gitlab/import_export/importer_object_storage_spec.rb 115 additions, 0 deletions.../lib/gitlab/import_export/importer_object_storage_spec.rb
- spec/lib/gitlab/import_export/importer_spec.rb 3 additions, 2 deletionsspec/lib/gitlab/import_export/importer_spec.rb
- spec/requests/api/project_import_spec.rb 2 additions, 0 deletionsspec/requests/api/project_import_spec.rb
- spec/services/projects/gitlab_projects_import_service_spec.rb 1 addition, 1 deletion.../services/projects/gitlab_projects_import_service_spec.rb
Please register or sign in to comment