-
- Downloads
Refactor code to remove object storage flag from Import/Export
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
parent
a2ea32dd
No related branches found
No related tags found
Showing
- app/controllers/projects_controller.rb 1 addition, 11 deletionsapp/controllers/projects_controller.rb
- app/models/concerns/storage/legacy_namespace.rb 0 additions, 4 deletionsapp/models/concerns/storage/legacy_namespace.rb
- app/models/namespace.rb 0 additions, 12 deletionsapp/models/namespace.rb
- app/models/project.rb 6 additions, 16 deletionsapp/models/project.rb
- app/uploaders/avatar_uploader.rb 4 additions, 0 deletionsapp/uploaders/avatar_uploader.rb
- changelogs/unreleased/48778-remove-old-storage-logic-from-import-export.yml 5 additions, 0 deletions...sed/48778-remove-old-storage-logic-from-import-export.yml
- doc/administration/raketasks/project_import_export.md 1 addition, 6 deletionsdoc/administration/raketasks/project_import_export.md
- lib/api/project_export.rb 1 addition, 5 deletionslib/api/project_export.rb
- lib/gitlab/import_export.rb 0 additions, 4 deletionslib/gitlab/import_export.rb
- lib/gitlab/import_export/after_export_strategies/web_upload_strategy.rb 4 additions, 12 deletions...ort_export/after_export_strategies/web_upload_strategy.rb
- lib/gitlab/import_export/avatar_restorer.rb 1 addition, 1 deletionlib/gitlab/import_export/avatar_restorer.rb
- lib/gitlab/import_export/avatar_saver.rb 1 addition, 10 deletionslib/gitlab/import_export/avatar_saver.rb
- lib/gitlab/import_export/importer.rb 0 additions, 2 deletionslib/gitlab/import_export/importer.rb
- lib/gitlab/import_export/project_tree_restorer.rb 1 addition, 1 deletionlib/gitlab/import_export/project_tree_restorer.rb
- lib/gitlab/import_export/saver.rb 4 additions, 10 deletionslib/gitlab/import_export/saver.rb
- lib/gitlab/import_export/uploads_manager.rb 1 addition, 12 deletionslib/gitlab/import_export/uploads_manager.rb
- lib/gitlab/import_export/uploads_restorer.rb 4 additions, 20 deletionslib/gitlab/import_export/uploads_restorer.rb
- lib/gitlab/import_export/uploads_saver.rb 0 additions, 2 deletionslib/gitlab/import_export/uploads_saver.rb
- lib/gitlab/template_helper.rb 1 addition, 16 deletionslib/gitlab/template_helper.rb
- lib/tasks/gitlab/update_templates.rake 3 additions, 1 deletionlib/tasks/gitlab/update_templates.rake
Please register or sign in to comment