Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into s3_integrity | John Williams | 2017-07-06 | 1 | -2/+3 | |
| |\ | |/ |/| | ||||||
* | | Style | George Claghorn | 2017-07-06 | 1 | -5/+3 | |
| | | ||||||
* | | Merge pull request #5 from SGospodinov/master | George Claghorn | 2017-07-06 | 1 | -2/+5 | |
|\ \ | | | | | | | Adding server-side integrity check for GCS Service | |||||
| * | | 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 | |
|/ | ||||||
* | Merge pull request #4 from snuggs/patch-1 | George Claghorn | 2017-07-06 | 1 | -1/+1 | |
|\ | | | | | Fix hash usage consistency. | |||||
| * | 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 | |||||
* | Link up main models | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 | |
| | ||||||
* | Describe some of the design differences in AS | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #3 from adrianpacala/format-readme-examples | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+5 | |
|\ | | | | | Use correct syntax highlighting in erb block | |||||
| * | Use correct syntax in erb block | Adrian Pacała | 2017-07-06 | 1 | -1/+5 | |
|/ | ||||||
* | Documentation, yo! | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+1 | |
| | ||||||
* | Helper methods are private | David Heinemeier Hansson | 2017-07-06 | 1 | -4/+5 | |
| | ||||||
* | Check integrity after uploads | David Heinemeier Hansson | 2017-07-06 | 7 | -9/+34 | |
| | ||||||
* | Escape commands and paths | David Heinemeier Hansson | 2017-07-06 | 1 | -3/+3 | |
| | ||||||
* | Dropped from the interface | David Heinemeier Hansson | 2017-07-06 | 1 | -9/+0 | |
| | ||||||
* | It's base64 now since the clouds expect that | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 | |
| | | | | Gotta please them clouds. SPEAK THE CLOUD. | |||||
* | Need the byte helpers | David Heinemeier Hansson | 2017-07-06 | 2 | -0/+2 | |
| | ||||||
* | There are two | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 | |
| | ||||||
* | Compute checksum and byte_size client side | David Heinemeier Hansson | 2017-07-06 | 5 | -45/+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 | |
| | ||||||
* | Clearer focus on cloud | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 | |
| | ||||||
* | We are using the try operator | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 | |
| | ||||||
* | Extract configuration into config/storage_configuration.yml | David Heinemeier Hansson | 2017-07-06 | 5 | -35/+72 | |
| | ||||||
* | Add task to install the migration needed | David Heinemeier Hansson | 2017-07-06 | 3 | -2/+13 | |
| | ||||||
* | Flesh out mirror tests | George Claghorn | 2017-07-06 | 1 | -7/+26 | |
| | ||||||
* | 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 | 24 | -220/+220 | |
| | ||||||
* | Update README with new name | David Heinemeier Hansson | 2017-07-06 | 1 | -3/+3 | |
| | ||||||
* | ActiveVault -> ActiveStorage | David Heinemeier Hansson | 2017-07-06 | 38 | -180/+173 | |
| | | | | Yaroslav agreed to hand over the gem name ❤️ | |||||
* | ActiveVault::Site::MirrorSite#url | George Claghorn | 2017-07-05 | 2 | -3/+14 | |
| | ||||||
* | Basic MirrorSite | David Heinemeier Hansson | 2017-07-05 | 3 | -4/+37 | |
| | | | | Still need to convert it to threading | |||||
* | Record outstanding todos | David Heinemeier Hansson | 2017-07-05 | 1 | -0/+11 | |
| | ||||||
* | Default to purging later when the owning record is destroyed | David Heinemeier Hansson | 2017-07-05 | 5 | -5/+55 | |
| | ||||||
* | Moving this to the macro definition | David Heinemeier Hansson | 2017-07-05 | 1 | -4/+0 | |
| | ||||||
* | Bit further on the README | David Heinemeier Hansson | 2017-07-05 | 1 | -1/+37 | |
| | ||||||
* | Only purge if attached | David Heinemeier Hansson | 2017-07-05 | 2 | -4/+22 | |
| | ||||||
* | Avoid duplicate attachments | David Heinemeier Hansson | 2017-07-05 | 1 | -1/+1 | |
| | ||||||
* | Require the Active Support core extension used | George Claghorn | 2017-07-05 | 1 | -0/+1 | |
| | ||||||
* | Fix test | George Claghorn | 2017-07-05 | 1 | -1/+1 | |
| | ||||||
* | Ensure the array is flat | David Heinemeier Hansson | 2017-07-05 | 1 | -1/+1 | |
| | ||||||
* | Slim down examples | David Heinemeier Hansson | 2017-07-05 | 1 | -12/+10 | |
| | ||||||
* | Fix configuration names | David Heinemeier Hansson | 2017-07-05 | 1 | -3/+3 | |
| | ||||||
* | Attached one and many | David Heinemeier Hansson | 2017-07-05 | 9 | -41/+139 | |
| | ||||||
* | Add attachments | David Heinemeier Hansson | 2017-07-05 | 9 | -25/+132 | |
| | ||||||
* | Assign plain metadata for now | David Heinemeier Hansson | 2017-07-05 | 1 | -0/+1 | |
| | ||||||
* | Use active_vault as the table prefix | David Heinemeier Hansson | 2017-07-05 | 2 | -2/+2 | |
| | | | | At least pretend this can be used outside of Rails as well |