-
- 下载
Merge branch 'fj-42685-extend-project-export-endpoint' into 'master'
Extend API for exporting a project with direct upload URL Closes #42685 See merge request gitlab-org/gitlab-ce!17686
显示
- app/models/project.rb 14 个添加, 2 个删除app/models/project.rb
- app/services/projects/import_export/export_service.rb 25 个添加, 8 个删除app/services/projects/import_export/export_service.rb
- app/workers/project_export_worker.rb 11 个添加, 3 个删除app/workers/project_export_worker.rb
- changelogs/unreleased/fj-42685-extend-project-export-endpoint.yml 5 个添加, 0 个删除...gs/unreleased/fj-42685-extend-project-export-endpoint.yml
- doc/api/project_import_export.md 17 个添加, 2 个删除doc/api/project_import_export.md
- lib/api/project_export.rb 18 个添加, 1 个删除lib/api/project_export.rb
- lib/gitlab/import_export/after_export_strategies/base_after_export_strategy.rb 83 个添加, 0 个删除...ort/after_export_strategies/base_after_export_strategy.rb
- lib/gitlab/import_export/after_export_strategies/download_notification_strategy.rb 17 个添加, 0 个删除...after_export_strategies/download_notification_strategy.rb
- lib/gitlab/import_export/after_export_strategies/web_upload_strategy.rb 61 个添加, 0 个删除...ort_export/after_export_strategies/web_upload_strategy.rb
- lib/gitlab/import_export/after_export_strategy_builder.rb 24 个添加, 0 个删除lib/gitlab/import_export/after_export_strategy_builder.rb
- lib/gitlab/import_export/shared.rb 13 个添加, 1 个删除lib/gitlab/import_export/shared.rb
- spec/fixtures/api/schemas/public_api/v4/project/export_status.json 9 个添加, 2 个删除...ures/api/schemas/public_api/v4/project/export_status.json
- spec/lib/gitlab/import_export/after_export_strategies/base_after_export_strategy_spec.rb 104 个添加, 0 个删除...fter_export_strategies/base_after_export_strategy_spec.rb
- spec/lib/gitlab/import_export/after_export_strategies/web_upload_strategy_spec.rb 36 个添加, 0 个删除...xport/after_export_strategies/web_upload_strategy_spec.rb
- spec/lib/gitlab/import_export/after_export_strategy_builder_spec.rb 29 个添加, 0 个删除...itlab/import_export/after_export_strategy_builder_spec.rb
- spec/models/project_spec.rb 18 个添加, 1 个删除spec/models/project_spec.rb
- spec/requests/api/project_export_spec.rb 74 个添加, 5 个删除spec/requests/api/project_export_spec.rb
- spec/services/projects/import_export/export_service_spec.rb 85 个添加, 0 个删除spec/services/projects/import_export/export_service_spec.rb
- spec/workers/project_export_worker_spec.rb 28 个添加, 0 个删除spec/workers/project_export_worker_spec.rb
加载中
想要评论请 注册 或 登录