| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove legacy artifact related coderemove-legacy-artifacts-related-code | Shinya Maeda | 2019-05-31 | 2 | -95/+0 |
* | Fix incorrect prefix used in new uploads for personal snippets | Stan Hu | 2019-05-16 | 1 | -20/+40 |
* | Optimise upload path calls | Sean McGivern | 2019-05-14 | 1 | -1/+1 |
* | Clean up CarrierWave's import/export files | Stan Hu | 2019-05-07 | 1 | -0/+32 |
* | Disable method replacement in avatar loading | Stan Hu | 2019-04-29 | 1 | -0/+8 |
* | Autocorrect with RSpec/ExampleWording cop | Thong Kuah | 2019-04-05 | 1 | -2/+2 |
* | Speed up avatar URLs with object storage | Sean McGivern | 2019-04-04 | 1 | -0/+9 |
* | Don't try to set any ACL on uploaded objects | Bastian Blank | 2019-03-30 | 1 | -1/+1 |
* | Check snippet attached file to be moved is within designated directory | Mark Chao | 2019-02-21 | 1 | -0/+30 |
* | Align spec with actual usage | Mark Chao | 2019-02-13 | 1 | -2/+1 |
* | Allow MR diffs to be placed into an object store | Nick Thomas | 2019-02-05 | 1 | -0/+67 |
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 2 | -2/+2 |
* | Fix 404s with snippet uploads in object storage | Stan Hu | 2019-01-21 | 1 | -17/+15 |
* | Avoid extra storage bucket perm and querymk/avoid-extra-storage-perm-and-query | Michael Kozono | 2018-12-21 | 2 | -2/+2 |
* | Fix already initialized constant IDENTIFIER warning | Semyon Pupkov | 2018-12-10 | 2 | -18/+36 |
* | Extract code from Issues::MoveServicece-3777-promote-to-epic | Jarka Košanová | 2018-11-12 | 2 | -5/+80 |
* | Merge branch 'fix-namespace-upload' into 'master' | Kamil Trzciński | 2018-09-11 | 1 | -0/+6 |
|\ |
|
| * | Fix workhorse temp path for namespace uploads | Jarka Košanová | 2018-09-11 | 1 | -0/+6 |
* | | fix avatar uploader error | James Lopez | 2018-09-10 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'fix-namespace-uploader' into 'master' | Kamil Trzciński | 2018-09-07 | 1 | -0/+14 |
|\ |
|
| * | Fix NamespaceUploader.base_dir for remote uploadsfix-namespace-uploader | Jarka Kadlecová | 2018-08-21 | 1 | -0/+14 |
* | | Merge branch 'add-background-migration-for-legacy-traces' into 'master' | Kamil Trzciński | 2018-09-04 | 1 | -0/+47 |
|\ \ |
|
| * | | Squashed commit of the following:add-background-migration-for-legacy-traces | Shinya Maeda | 2018-08-27 | 1 | -0/+47 |
| |/ |
|
* | | Uploads to wiki stored inside the wiki git repository | Francisco Javier López | 2018-09-04 | 1 | -21/+4 |
|/ |
|
* | Fix filename for accelerated uploads | Jan Provaznik | 2018-07-18 | 1 | -0/+46 |
* | Merge branch '48745-project-exports-fail-when-uploads-have-been-migrated-to-o... | Sean McGivern | 2018-07-16 | 1 | -0/+9 |
|\ |
|
| * | use fileuploader dynamic path method in uploads manager and add spec48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storage | James Lopez | 2018-07-13 | 1 | -0/+9 |
* | | Fix and add specs for testing metadata entry | Kamil Trzciński | 2018-07-09 | 2 | -37/+62 |
* | | Access metadata directly from Object Storage | Kamil Trzciński | 2018-07-09 | 1 | -1/+1 |
|/ |
|
* | Update Import/Export to use object storage (based on aa feature flag) | James Lopez | 2018-07-06 | 1 | -0/+20 |
* | Fix minor spec review comments in uploader specs | Stan Hu | 2018-07-03 | 1 | -3/+3 |
* | add support for file copy on object storage | Micaël Bergeron | 2018-07-03 | 1 | -0/+44 |
* | Bring this test from EEunify-object_storage_spec.rb | Lin Jen-Shin | 2018-06-21 | 1 | -0/+12 |
* | Remove FaviconUploader favicon_main versiondm-remove-favicon-main-version | Douwe Maan | 2018-06-15 | 1 | -29/+0 |
* | Merge branch '47513-upload-migration-lease-key-is-incorrect-for-non-mounted-u... | Sean McGivern | 2018-06-13 | 1 | -0/+12 |
|\ |
|
| * | Use upload ID instead of model ID in lease key | Jan Provaznik | 2018-06-12 | 1 | -0/+12 |
* | | Merge branch '47408-migrateuploadsworker-is-doing-n-1-queries-on-migration' i... | Sean McGivern | 2018-06-13 | 2 | -15/+40 |
|\ \
| |/
|/| |
|
| * | apply feedback47408-migrateuploadsworker-is-doing-n-1-queries-on-migration | Micaël Bergeron | 2018-06-12 | 1 | -20/+14 |
| * | apply feedback | Micaël Bergeron | 2018-06-08 | 1 | -2/+2 |
| * | fix the failing spec | Micaël Bergeron | 2018-06-07 | 1 | -2/+2 |
| * | shave off another 20% query | Micaël Bergeron | 2018-06-07 | 1 | -2/+1 |
| * | shave off 30% of the query count | Micaël Bergeron | 2018-06-06 | 1 | -9/+41 |
* | | Don't use Rails.root.join for upload fixture paths | Rémy Coutable | 2018-06-11 | 1 | -1/+1 |
* | | Merge branch 'rs-update-rspec' into 'master' | Rémy Coutable | 2018-06-11 | 11 | -16/+13 |
|\ \ |
|
| * | | Correct more usages of non-relative `fixture_file_upload` paths | Robert Speicher | 2018-06-07 | 3 | -8/+5 |
| * | | Make all uses of `fixture_file_upload` use relative paths | Robert Speicher | 2018-06-07 | 9 | -9/+9 |
| |/ |
|
* | | Merge branch 'feature/customizable-favicon' into 'master' | Douwe Maan | 2018-06-07 | 1 | -0/+29 |
|\ \
| |/
|/| |
|
| * | create favicon overlay on the client | Alexis Reigel | 2018-06-05 | 1 | -10/+1 |
| * | call Gitlab::Favicon.status in serializer | Alexis Reigel | 2018-06-05 | 1 | -3/+3 |
| * | favicon uploader generating ci status favicons | Alexis Reigel | 2018-06-05 | 1 | -0/+38 |