summaryrefslogtreecommitdiff
path: root/app/uploaders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-071-0/+4
|\
| * Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-0/+4
* | Merge branch 'fix-namespace-uploader' into 'master'Kamil Trzciński2018-09-071-9/+9
|\ \ | |/ |/|
| * Fix NamespaceUploader.base_dir for remote uploadsfix-namespace-uploaderJarka Kadlecová2018-08-211-9/+9
* | Merge branch 'add-background-migration-for-legacy-traces' into 'master'Kamil Trzciński2018-09-041-2/+15
|\ \
| * | Squashed commit of the following:add-background-migration-for-legacy-tracesShinya Maeda2018-08-271-2/+15
| |/
* | Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-042-36/+1
|/
* Add Object Storage to GitLab project importJames Lopez2018-08-021-1/+1
* Enable frozen string in newly added filesgfyoung2018-07-211-0/+2
* Fix filename for accelerated uploadsJan Provaznik2018-07-181-4/+0
* Merge branch '48745-project-exports-fail-when-uploads-have-been-migrated-to-o...Sean McGivern2018-07-161-2/+6
|\
| * use fileuploader dynamic path method in uploads manager and add spec48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storageJames Lopez2018-07-131-2/+6
* | Fix specsKamil Trzciński2018-07-091-5/+6
* | Fix and add specs for testing metadata entryKamil Trzciński2018-07-091-0/+4
* | Access metadata directly from Object StorageKamil Trzciński2018-07-092-8/+17
|/
* Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-0/+15
* Enable frozen string in apps/validators/*.rbgfyoung2018-07-0515-1/+31
* fix an issue with local filesMicaël Bergeron2018-07-031-6/+8
* add support for file copy on object storageMicaël Bergeron2018-07-031-0/+26
* Remove FaviconUploader favicon_main versiondm-remove-favicon-main-versionDouwe Maan2018-06-151-11/+0
* 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-133-9/+28
|\ \ | |/ |/|
| * 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-072-4/+5
| * shave off 30% of the query countMicaël Bergeron2018-06-062-5/+12
* | Unify from EE for app/uploaders/object_storage.rbLin Jen-Shin2018-06-121-2/+2
* | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-1/+25
|\ \ | |/ |/|
| * hint the allowed image formats on favicon uploadAlexis Reigel2018-06-061-1/+3
| * allow only png, ico for favicon uploadsAlexis Reigel2018-06-051-1/+1
| * create favicon overlay on the clientAlexis Reigel2018-06-051-35/+2
| * call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-051-13/+13
| * whitelist allowed file types for custom faviconsAlexis Reigel2018-06-051-0/+4
| * send ico files with inline dispositionAlexis Reigel2018-06-051-1/+1
| * sort status icon names by nameAlexis Reigel2018-06-051-6/+6
| * fix carrierwave suffix for different formatAlexis Reigel2018-06-051-8/+15
| * favicon uploader generating ci status faviconsAlexis Reigel2018-06-051-0/+44
* | 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
* Resolve "Avatar URLs are wrong when using a CDN path and Object Storage"Micaël Bergeron2018-04-231-0/+4
* Fix direct_upload when records with null file_store are usedKamil Trzciński2018-04-191-10/+12
* Update ProjectStatistics#build_artifacts_size synchronously without summing (...Dylan Griffith2018-04-191-4/+4
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-053-33/+31