[issue 15620] Import Github Release attachments
- scan release description for attachment links - saves each of them to Gitlab - rewrite release description with new attachment links Details: https://gitlab.com/gitlab-org/gitlab/-/issues/15620
显示
- app/services/bulk_imports/file_download_service.rb 14 个添加, 69 个删除app/services/bulk_imports/file_download_service.rb
- app/workers/all_queues.yml 18 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/gitlab/github_import/advance_stage_worker.rb 1 个添加, 0 个删除app/workers/gitlab/github_import/advance_stage_worker.rb
- app/workers/gitlab/github_import/import_release_attachments_worker.rb 21 个添加, 0 个删除...gitlab/github_import/import_release_attachments_worker.rb
- app/workers/gitlab/github_import/stage/import_attachments_worker.rb 54 个添加, 0 个删除...s/gitlab/github_import/stage/import_attachments_worker.rb
- app/workers/gitlab/github_import/stage/import_notes_worker.rb 1 个添加, 5 个删除...workers/gitlab/github_import/stage/import_notes_worker.rb
- config/feature_flags/ops/github_importer_attachments_import.yml 8 个添加, 0 个删除.../feature_flags/ops/github_importer_attachments_import.yml
- lib/bulk_imports/file_downloads/filename_fetch.rb 46 个添加, 0 个删除lib/bulk_imports/file_downloads/filename_fetch.rb
- lib/bulk_imports/file_downloads/validations.rb 58 个添加, 0 个删除lib/bulk_imports/file_downloads/validations.rb
- lib/gitlab/github_import/attachments_downloader.rb 61 个添加, 0 个删除lib/gitlab/github_import/attachments_downloader.rb
- lib/gitlab/github_import/importer/release_attachments_importer.rb 55 个添加, 0 个删除...ab/github_import/importer/release_attachments_importer.rb
- lib/gitlab/github_import/importer/releases_attachments_importer.rb 59 个添加, 0 个删除...b/github_import/importer/releases_attachments_importer.rb
- lib/gitlab/github_import/markdown_text.rb 31 个添加, 0 个删除lib/gitlab/github_import/markdown_text.rb
- lib/gitlab/github_import/parallel_scheduling.rb 6 个添加, 2 个删除lib/gitlab/github_import/parallel_scheduling.rb
- lib/gitlab/github_import/representation/release_attachments.rb 44 个添加, 0 个删除...itlab/github_import/representation/release_attachments.rb
- spec/lib/bulk_imports/file_downloads/filename_fetch_spec.rb 16 个添加, 0 个删除spec/lib/bulk_imports/file_downloads/filename_fetch_spec.rb
- spec/lib/bulk_imports/file_downloads/validations_spec.rb 28 个添加, 0 个删除spec/lib/bulk_imports/file_downloads/validations_spec.rb
- spec/lib/gitlab/github_import/attachments_downloader_spec.rb 75 个添加, 0 个删除spec/lib/gitlab/github_import/attachments_downloader_spec.rb
- spec/lib/gitlab/github_import/importer/release_attachments_importer_spec.rb 56 个添加, 0 个删除...thub_import/importer/release_attachments_importer_spec.rb
- spec/lib/gitlab/github_import/importer/releases_attachments_importer_spec.rb 74 个添加, 0 个删除...hub_import/importer/releases_attachments_importer_spec.rb
加载中
想要评论请 注册 或 登录