aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Dropped from the interfaceDavid Heinemeier Hansson2017-07-061-9/+0
|
* Need the byte helpersDavid Heinemeier Hansson2017-07-062-0/+2
|
* Compute checksum and byte_size client sideDavid Heinemeier Hansson2017-07-064-37/+15
| | | | | Then we can add integrity checks on uploads to prevent errors in transport.
* Remember to add streamingDavid Heinemeier Hansson2017-07-061-0/+1
|
* This is even more explaining and upload/download don't have some inherent ↵David Heinemeier Hansson2017-07-061-4/+2
| | | | need to synchronize chunk sizes anyway
* We have the technology!David Heinemeier Hansson2017-07-061-1/+1
|
* Convert magic number to constantDavid Heinemeier Hansson2017-07-061-2/+4
|
* Extract configuration into config/storage_configuration.ymlDavid Heinemeier Hansson2017-07-064-29/+67
|
* Add task to install the migration neededDavid Heinemeier Hansson2017-07-062-1/+13
|
* Mirror: only hit all sites for upload and deleteGeorge Claghorn2017-07-061-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 StorageDavid Heinemeier Hansson2017-07-069-75/+75
|
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-0622-104/+104
| | | | Yaroslav agreed to hand over the gem name ❤️
* ActiveVault::Site::MirrorSite#urlGeorge Claghorn2017-07-051-2/+6
|
* Basic MirrorSiteDavid Heinemeier Hansson2017-07-051-3/+6
| | | | Still need to convert it to threading
* Default to purging later when the owning record is destroyedDavid Heinemeier Hansson2017-07-054-5/+21
|
* Moving this to the macro definitionDavid Heinemeier Hansson2017-07-051-4/+0
|
* Only purge if attachedDavid Heinemeier Hansson2017-07-052-4/+22
|
* Avoid duplicate attachmentsDavid Heinemeier Hansson2017-07-051-1/+1
|
* Require the Active Support core extension usedGeorge Claghorn2017-07-051-0/+1
|
* Ensure the array is flatDavid Heinemeier Hansson2017-07-051-1/+1
|
* Fix configuration namesDavid Heinemeier Hansson2017-07-051-3/+3
|
* Attached one and manyDavid Heinemeier Hansson2017-07-057-34/+98
|
* Add attachmentsDavid Heinemeier Hansson2017-07-054-7/+85
|
* Assign plain metadata for nowDavid Heinemeier Hansson2017-07-051-0/+1
|
* Use active_vault as the table prefixDavid Heinemeier Hansson2017-07-052-2/+2
| | | | At least pretend this can be used outside of Rails as well
* Merge remote-tracking branch 'origin/master'David Heinemeier Hansson2017-07-051-0/+5
|\
| * ActiveFile::Site::GCSSite#urlGeorge Claghorn2017-07-041-0/+5
| |
* | Rename from ActiveFile to ActiveVault since activefile gem name was takenDavid Heinemeier Hansson2017-07-0516-39/+39
|/
* Quote the filename to deal with spacesDavid Heinemeier Hansson2017-07-041-1/+1
|
* Better error reportingDavid Heinemeier Hansson2017-07-041-2/+2
|
* Wait on Marcel for nowDavid Heinemeier Hansson2017-07-041-1/+2
|
* Fix filename referenceDavid Heinemeier Hansson2017-07-041-1/+1
|
* Fix up DiskController and add basic testingDavid Heinemeier Hansson2017-07-042-3/+12
|
* Fix copy-pasta referencesDavid Heinemeier Hansson2017-07-041-2/+2
|
* Use explaining parameter nameDavid Heinemeier Hansson2017-07-042-2/+2
|
* Actually #url needs to deal with the dispositionDavid Heinemeier Hansson2017-07-044-8/+9
|
* Rescue require exceptionDavid Heinemeier Hansson2017-07-041-0/+2
|
* Breathing roomDavid Heinemeier Hansson2017-07-041-1/+0
|
* Pair down interface to match what's been implementedDavid Heinemeier Hansson2017-07-041-9/+3
|
* Disposition is a header, not part of a URLDavid Heinemeier Hansson2017-07-043-4/+4
|
* Use lazy-loaded factory method for site configurationDavid Heinemeier Hansson2017-07-046-12/+12
|
* Differentiate between io streams and read dataDavid Heinemeier Hansson2017-07-046-15/+15
|
* Extract shared testsDavid Heinemeier Hansson2017-07-041-1/+1
|
* Extract explaining methodsDavid Heinemeier Hansson2017-07-041-7/+16
|
* Extract explaining methodDavid Heinemeier Hansson2017-07-041-1/+5
|
* Add a Google Cloud Storage siteGeorge Claghorn2017-07-032-0/+44
|
* Update for AWS S3 v2 API and test it when supplying the right ENVsDavid Heinemeier Hansson2017-07-032-15/+9
|
* Fix and test expirationDavid Heinemeier Hansson2017-07-031-1/+1
|
* Match File.exist?David Heinemeier Hansson2017-07-034-6/+6
|
* No longer usedDavid Heinemeier Hansson2017-07-031-4/+0
|