gitlab-org--gitlab-foss/app/uploaders
Kamil Trzcinski 263717d70c Do not perform hard check (presence of file on storage)
Instead perform soft check (the column set to indicate that file does exist)
2017-09-19 16:41:28 +02:00
..
artifact_uploader.rb Set artifact working directory to be in the destination store to prevent unnecessary I/O 2017-06-06 09:51:28 -07:00
attachment_uploader.rb Add `RecordsUploads` module to record Upload records via callbacks 2017-03-06 14:41:09 -05:00
avatar_uploader.rb Do not perform hard check (presence of file on storage) 2017-09-19 16:41:28 +02:00
file_mover.rb Support uploads for newly created personal snippets 2017-06-07 07:52:41 +02:00
file_uploader.rb Rename more path_with_namespace -> full_path or disk_path 2017-08-01 07:28:13 +02:00
gitlab_uploader.rb Do not perform hard check (presence of file on storage) 2017-09-19 16:41:28 +02:00
lfs_object_uploader.rb Set artifact working directory to be in the destination store to prevent unnecessary I/O 2017-06-06 09:51:28 -07:00
personal_file_uploader.rb Make sure uploads for personal snippets are correctly rendered 2017-08-11 18:15:02 +02:00
records_uploads.rb Support uploads for newly created personal snippets 2017-06-07 07:52:41 +02:00
uploader_helper.rb Minor refactoring of Uploaders 2017-02-24 16:41:27 -05:00