Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ❤️ |