gitlab-org--gitlab-foss/app/uploaders
Kamil Trzciński a28f25b565 Fix direct_upload when records with null file_store are used
Old records have a null value of file_store column.
This causes the problems with current direct_upload implementation,
as this makes it to choose Store::REMOTE instead of Store::LOCAL.

This change moves the store save when change saving the object.
2018-04-19 12:09:51 +02:00
..
attachment_uploader.rb
avatar_uploader.rb
file_mover.rb
file_uploader.rb
gitlab_uploader.rb
job_artifact_uploader.rb Update ProjectStatistics#build_artifacts_size synchronously without summing (#41059) 2018-04-19 18:35:40 +10:00
legacy_artifact_uploader.rb Add `direct_upload` setting for artifacts 2018-04-05 15:01:14 +02:00
lfs_object_uploader.rb
namespace_file_uploader.rb
object_storage.rb Fix direct_upload when records with null file_store are used 2018-04-19 12:09:51 +02:00
personal_file_uploader.rb
records_uploads.rb
uploader_helper.rb
workhorse.rb