summaryrefslogtreecommitdiff
path: root/spec/uploaders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '47513-upload-migration-lease-key-is-incorrect-for-non-mounted-u...Sean McGivern2018-06-131-0/+12
|\
| * Use upload ID instead of model ID in lease keyJan Provaznik2018-06-121-0/+12
* | Merge branch '47408-migrateuploadsworker-is-doing-n-1-queries-on-migration' i...Sean McGivern2018-06-132-15/+40
|\ \ | |/ |/|
| * apply feedback47408-migrateuploadsworker-is-doing-n-1-queries-on-migrationMicaël Bergeron2018-06-121-20/+14
| * apply feedbackMicaël Bergeron2018-06-081-2/+2
| * fix the failing specMicaël Bergeron2018-06-071-2/+2
| * shave off another 20% queryMicaël Bergeron2018-06-071-2/+1
| * shave off 30% of the query countMicaël Bergeron2018-06-061-9/+41
* | Don't use Rails.root.join for upload fixture pathsRémy Coutable2018-06-111-1/+1
* | Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-1111-16/+13
|\ \
| * | Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-073-8/+5
| * | Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-079-9/+9
| |/
* | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-0/+29
|\ \ | |/ |/|
| * create favicon overlay on the clientAlexis Reigel2018-06-051-10/+1
| * call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-051-3/+3
| * favicon uploader generating ci status faviconsAlexis Reigel2018-06-051-0/+38
* | Merge branch 'fix-fog-mocking' into 'master'Rémy Coutable2018-06-051-7/+0
|\ \
| * | Fix Fog mockingKamil Trzciński2018-06-051-7/+0
| |/
* | Fix an N+1 in avatar URLsSean McGivern2018-06-052-2/+26
|/
* Support presigned multipart uploadsKamil Trzciński2018-06-041-27/+107
* Fix missing timeout value in object storage pre-authorization callAlessio Caiazza2018-05-291-0/+2
* Fix specShinya Maeda2018-05-281-1/+1
* apply feedbackMicaël Bergeron2018-05-091-3/+3
* remove the `Upload` redefinition in `MigrateUploadsWorker`Micaël Bergeron2018-05-081-70/+95
* Fix file_store for artifacts and lfs when savingKamil Trzciński2018-05-011-9/+3
* Fix direct_upload when records with null file_store are usedKamil Trzciński2018-04-191-31/+70
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-109/+46
* Allow to store uploads by default on Object Storagedirect-upload-of-uploadsKamil Trzciński2018-04-041-4/+34
* backport missing object storage worker specsbackport-os-worker-specsMicaël Bergeron2018-04-022-0/+265
* Add Gitlab::ExclusiveLease to ObjectStorage#use_fileAlessio Caiazza2018-03-291-0/+24
* Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-272-26/+330
* remove some lintMicaël Bergeron2018-03-264-4/+0
* personal snippets will now comply with `background_upload`Micaël Bergeron2018-03-261-0/+6
* Merge branch 'poc-upload-hashing-path' into 'master'Sean McGivern2018-03-081-20/+18
* fixing some broken mergesMicaël Bergeron2018-03-021-26/+0
* another round of EE code removalMicaël Bergeron2018-03-021-0/+11
* remove the license checkMicaël Bergeron2018-03-011-51/+0
* remove the license checkMicaël Bergeron2018-03-011-22/+0
* port the object storage to CEMicaël Bergeron2018-03-012-4/+47
* Merge remote-tracking branch 'origin/master' into object-storage-ee-to-ce-bac...object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-3/+3
|\
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-3/+3
* | Merge branch 'fix/sm/atomic-migration' into 'master'Kamil Trzciński2018-02-282-0/+37
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-282-2/+25
|\ \ | |/
| * Merge branch '14256-upload-destroy-removes-file' into 'master'Sean McGivern2018-02-061-0/+23
| |\
| | * improvements from feedback14256-upload-destroy-removes-fileMicaël Bergeron2018-02-061-1/+1
| | * remove file after `Upload#destroy`Micaël Bergeron2018-02-061-0/+23
| * | Fix tests for Drop filename enforcementShinya Maeda2018-02-061-16/+0
| * | Add essential testsShinya Maeda2018-02-061-0/+43
| |/
| * apply fixes from feedback42547-upload-store-mount-pointMicaël Bergeron2018-02-021-0/+27
| * add the uploader context to the upload modelMicaël Bergeron2018-02-022-2/+2