summaryrefslogtreecommitdiff
path: root/app/uploaders/object_storage.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-1/+1
* Don't try to set any ACL on uploaded objectsBastian Blank2019-03-301-1/+5
* Enable frozen string in apps/validators/*.rbgfyoung2018-07-051-0/+2
* Merge branch '47513-upload-migration-lease-key-is-incorrect-for-non-mounted-u...Sean McGivern2018-06-131-4/+13
|\
| * fixed condition checkJan Provaznik2018-06-131-1/+1
| * Override exclusive_lease_key method in RecordsUpload47513-upload-migration-lease-key-is-incorrect-for-non-mounted-uploadersJan Provaznik2018-06-121-6/+10
| * Use upload ID instead of model ID in lease keyJan Provaznik2018-06-121-4/+9
* | Merge branch '47408-migrateuploadsworker-is-doing-n-1-queries-on-migration' i...Sean McGivern2018-06-131-5/+24
|\ \ | |/ |/|
| * apply feedback47408-migrateuploadsworker-is-doing-n-1-queries-on-migrationMicaël Bergeron2018-06-121-1/+2
| * apply feedbackMicaël Bergeron2018-06-081-2/+11
| * fix the failing specMicaël Bergeron2018-06-071-1/+2
| * shave off another 20% queryMicaël Bergeron2018-06-071-3/+4
| * shave off 30% of the query countMicaël Bergeron2018-06-061-2/+9
* | Unify from EE for app/uploaders/object_storage.rbLin Jen-Shin2018-06-121-2/+2
|/
* Fix an N+1 in avatar URLsSean McGivern2018-06-051-2/+2
* Support presigned multipart uploadsKamil Trzciński2018-06-041-15/+6
* Fix missing timeout value in object storage pre-authorization callAlessio Caiazza2018-05-291-1/+3
* Update object_storage.rbShinya Maeda2018-05-281-1/+1
* Use the new CacheableAttributes concern in the ApplicationSetting and Appeara...Rémy Coutable2018-05-231-0/+1
* Fix direct_upload when records with null file_store are usedKamil Trzciński2018-04-191-10/+12
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-33/+23
* Allow to store uploads by default on Object Storagedirect-upload-of-uploadsKamil Trzciński2018-04-041-3/+11
* Add Gitlab::ExclusiveLease to ObjectStorage#use_fileAlessio Caiazza2018-03-291-16/+29
* Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-4/+90
* personal snippets will now comply with `background_upload`Micaël Bergeron2018-03-261-0/+1
* Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-0/+8
* Merge branch 'fix/sm/atomic-migration' into 'master'Micaël Bergeron2018-03-011-27/+51
* remove the license checkMicaël Bergeron2018-03-011-12/+0
* another round of fixesMicaël Bergeron2018-03-011-2/+2
* port the object storage to CEMicaël Bergeron2018-03-011-0/+314