gitlab-org--gitlab-foss/app/uploaders
Jan Provaznik c3f499e7c8 Use upload ID instead of model ID in lease key
For FileUploaders it's possible that a model has many uploads
and if lease key is created only from model id, it causes that
the model's uploads can not be migrated in parallel because the
exclusive lease key would be same for all uploads of the model.
2018-06-12 09:34:07 +02:00
..
attachment_uploader.rb fixing some broken merges 2018-03-02 16:19:17 -05:00
avatar_uploader.rb Merge branch '4163-move-uploads-to-object-storage' into 'master' 2018-02-28 20:58:15 +01:00
favicon_uploader.rb hint the allowed image formats on favicon upload 2018-06-06 11:28:13 +02:00
file_mover.rb personal snippets will now comply with `background_upload` 2018-03-26 08:33:53 -04:00
file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
gitlab_uploader.rb Resolve "Avatar URLs are wrong when using a CDN path and Object Storage" 2018-04-23 16:59:53 +00:00
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 Backport ee-40781-os-to-ce 2018-03-22 08:49:04 -04:00
namespace_file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
object_storage.rb Use upload ID instead of model ID in lease key 2018-06-12 09:34:07 +02:00
personal_file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
records_uploads.rb Merge branch 'fix/sm/atomic-migration' into 'master' 2018-02-28 21:28:26 +01:00
uploader_helper.rb send ico files with inline disposition 2018-06-05 16:20:20 +02:00
workhorse.rb Merge branch '4163-move-uploads-to-object-storage' into 'master' 2018-02-28 20:58:15 +01:00