-
- Downloads
Handle all uploads instead of a hardcoded list
Over time, different uploaders and models have been added to use our Uploads class but the Rake task constant was not updated. This changes the Rake task so that we don't have to keep this constant Changelog: fixed
parent
4eabac4b
No related branches found
No related tags found
Showing
- app/workers/object_storage/migrate_uploads_worker.rb 13 additions, 44 deletionsapp/workers/object_storage/migrate_uploads_worker.rb
- doc/administration/raketasks/uploads/migrate.md 2 additions, 1 deletiondoc/administration/raketasks/uploads/migrate.md
- ee/lib/ee/gitlab/uploads/migration_helper.rb 0 additions, 22 deletionsee/lib/ee/gitlab/uploads/migration_helper.rb
- ee/spec/tasks/gitlab/uploads/migrate_rake_spec.rb 0 additions, 31 deletionsee/spec/tasks/gitlab/uploads/migrate_rake_spec.rb
- lib/gitlab/uploads/migration_helper.rb 10 additions, 28 deletionslib/gitlab/uploads/migration_helper.rb
- lib/tasks/gitlab/uploads/migrate.rake 4 additions, 18 deletionslib/tasks/gitlab/uploads/migrate.rake
- locale/gitlab.pot 0 additions, 12 deletionslocale/gitlab.pot
- spec/support/shared_examples/tasks/gitlab/uploads/migration_shared_examples.rb 0 additions, 31 deletions...xamples/tasks/gitlab/uploads/migration_shared_examples.rb
- spec/tasks/gitlab/uploads/migrate_rake_spec.rb 55 additions, 95 deletionsspec/tasks/gitlab/uploads/migrate_rake_spec.rb
- spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb 38 additions, 124 deletions...ers/workers/object_storage/migrate_uploads_worker_spec.rb
Loading
-
mentioned in merge request kubitus-project/kubitus-installer!1453 (merged)
Please register or sign in to comment