Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8 from robin850/fix-migrations | George Claghorn | 2017-07-06 | 1 | -1/+1 |
|\ | | | | | Fix the migration class name | ||||
| * | Fix the migration class name | Robin Dupret | 2017-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Due to Active Support auto loading feature, the migration class shouldn't be name-spaced under the `ActiveStorage` constant, otherwise, running the migrations would throw an error. | ||||
* | | Use safe navigation | George Claghorn | 2017-07-06 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary method delegations | George Claghorn | 2017-07-06 | 1 | -1/+1 |
|/ | |||||
* | Fix test | George Claghorn | 2017-07-06 | 1 | -0/+2 |
| | | | | | | | * S3 fails fast if the Content-MD5 header on an upload request is an invalid checksum. Send a valid but incorrect checksum. * Rescue the service-specific exception and raise the generic one. | ||||
* | Merge branch 'master' into s3_integrity | John Williams | 2017-07-06 | 1 | -2/+3 |
|\ | |||||
| * | Style | George Claghorn | 2017-07-06 | 1 | -5/+3 |
| | | |||||
| * | Adding server side integrity check for GCS Service | Stanislav Gospodinov | 2017-07-06 | 1 | -2/+5 |
| | | |||||
* | | Send checksum to S3 to verify file integrity | John Williams | 2017-07-06 | 1 | -2/+1 |
|/ | |||||
* | Fix hash usage consistency. | Ra'Shaun Stovall | 2017-07-06 | 1 | -1/+1 |
| | | | | | | | Unless this was intentional, being consistent with: https://github.com/rails/activestorage/blob/master/lib/active_storage/service/s3_service.rb#L8 Just showin' a lil' <3 while perusing the repo @dhh | ||||
* | Check integrity after uploads | David Heinemeier Hansson | 2017-07-06 | 6 | -7/+19 |
| | |||||
* | Dropped from the interface | David Heinemeier Hansson | 2017-07-06 | 1 | -9/+0 |
| | |||||
* | Need the byte helpers | David Heinemeier Hansson | 2017-07-06 | 2 | -0/+2 |
| | |||||
* | Compute checksum and byte_size client side | David Heinemeier Hansson | 2017-07-06 | 4 | -37/+15 |
| | | | | | Then we can add integrity checks on uploads to prevent errors in transport. | ||||
* | Remember to add streaming | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | This is even more explaining and upload/download don't have some inherent ↵ | David Heinemeier Hansson | 2017-07-06 | 1 | -4/+2 |
| | | | | need to synchronize chunk sizes anyway | ||||
* | We have the technology! | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Convert magic number to constant | David Heinemeier Hansson | 2017-07-06 | 1 | -2/+4 |
| | |||||
* | Extract configuration into config/storage_configuration.yml | David Heinemeier Hansson | 2017-07-06 | 3 | -25/+56 |
| | |||||
* | Add task to install the migration needed | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Mirror: only hit all sites for upload and delete | George Claghorn | 2017-07-06 | 1 | -21/+4 |
| | | | | The mirror service exists for the purpose of migration, where all blobs exist in the primary subservice and a subset of blobs exist in the secondary subservice. Since the primary subservice is the source of truth until a migration is completed, operations like existence checks need not be performed against the secondary subservices. | ||||
* | Rename from Site to Service now that we're called Active Storage | David Heinemeier Hansson | 2017-07-06 | 8 | -74/+74 |
| | |||||
* | ActiveVault -> ActiveStorage | David Heinemeier Hansson | 2017-07-06 | 19 | -0/+757 |
Yaroslav agreed to hand over the gem name ❤️ |