Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Very incomplete first stab | David Heinemeier Hansson | 2017-07-11 | 10 | -24/+134 | |
|/ | ||||||
* | Scope aws-skd to version 2 (#34) | Dino Maric | 2017-07-10 | 2 | -2/+2 | |
* | Configurator tests: work against test-local config | Jeremy Daer | 2017-07-09 | 1 | -3/+3 | |
* | Tests: Dir.mktmpdir neatly wraps up tmpdir + join | Jeremy Daer | 2017-07-09 | 3 | -6/+5 | |
* | Add basic tests to the Configurator#build (#28) | Dino Maric | 2017-07-09 | 1 | -0/+15 | |
* | Accept sgids for existing blobs created via direct upload as an attachable | David Heinemeier Hansson | 2017-07-09 | 2 | -0/+9 | |
* | Direct uploads for S3 | David Heinemeier Hansson | 2017-07-09 | 16 | -21/+138 | |
* | Copypasta comments | David Heinemeier Hansson | 2017-07-09 | 1 | -3/+0 | |
* | Proper logging is now in place | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+0 | |
* | Test URL generation for S3 and Disk | David Heinemeier Hansson | 2017-07-09 | 2 | -0/+10 | |
* | Instrument and log the services | David Heinemeier Hansson | 2017-07-09 | 7 | -32/+169 | |
* | Merge pull request #27 from dixpac/fix_configuration_keys_symbolization | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Symbolize all keys inside configuration nested hash | dixpac | 2017-07-09 | 1 | -1/+1 | |
* | | Example of keyfile specification | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+12 | |
* | | Ensure binary encoding for downloading | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+1 | |
|/ | ||||||
* | Use class methods scope now that we have multiple | David Heinemeier Hansson | 2017-07-09 | 1 | -14/+16 | |
* | Merge pull request #26 from jeremy/service-configurator | David Heinemeier Hansson | 2017-07-09 | 5 | -38/+39 | |
|\ | ||||||
| * | Clarify how a service can build other composed services | Jeremy Daer | 2017-07-09 | 5 | -38/+39 | |
* | | Match new configurator needs | David Heinemeier Hansson | 2017-07-09 | 1 | -0/+2 | |
|/ | ||||||
* | Service: clarify Service.build arguments | Jeremy Daer | 2017-07-09 | 2 | -5/+5 | |
* | Travis CI 💡 | Jeremy Daer | 2017-07-08 | 1 | -0/+15 | |
* | Configure services that reference other services | Jeremy Daer | 2017-07-08 | 10 | -43/+89 | |
* | Mirror: explicit primary service and list of mirrors | Jeremy Daer | 2017-07-08 | 2 | -15/+22 | |
* | Merge pull request #21 from jeremy/disk-binary-io | David Heinemeier Hansson | 2017-07-09 | 2 | -14/+8 | |
|\ | ||||||
| * | Disk service: use binary IO throughout, not UTF-8 | Jeremy Daer | 2017-07-08 | 2 | -14/+8 | |
* | | Merge pull request #22 from jeremy/disk-filename-url | David Heinemeier Hansson | 2017-07-09 | 5 | -9/+9 | |
|\ \ | |/ |/| | ||||||
| * | Disk storage: ensure URLs end with the blob filename since some user agents d... | Jeremy Daer | 2017-07-08 | 5 | -9/+9 | |
|/ | ||||||
* | Tests: skip GCS/AWS service tests if unconfigured | Jeremy Daer | 2017-07-08 | 1 | -0/+1 | |
* | Merge pull request #15 from robin850/documentation | David Heinemeier Hansson | 2017-07-08 | 6 | -5/+100 | |
|\ | ||||||
| * | Add some documentation | Robin Dupret | 2017-07-07 | 6 | -5/+100 | |
* | | Add a brief roadmap section | David Heinemeier Hansson | 2017-07-08 | 1 | -1/+5 | |
* | | Change type of created_at columns from time to datetime | George Claghorn | 2017-07-07 | 1 | -8/+8 | |
* | | It is an engine (because of tasks) not a railtie | David Heinemeier Hansson | 2017-07-07 | 2 | -2/+2 | |
* | | Merge pull request #14 from maratgaliev/readme_patch | David Heinemeier Hansson | 2017-07-07 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Update README.md | Marat Galiev | 2017-07-07 | 1 | -1/+1 | |
|/ | ||||||
* | Bundle google-cloud-storage instead of the full Google SDK | George Claghorn | 2017-07-07 | 2 | -91/+2 | |
* | Create db/migrate if it doesn't exist | George Claghorn | 2017-07-06 | 1 | -0/+1 | |
* | Merge pull request #10 from bradly/fix-readme-typo | George Claghorn | 2017-07-06 | 1 | -1/+1 | |
|\ | ||||||
| * | Fixing typo in Readme | Bradly Feeley | 2017-07-06 | 1 | -1/+1 | |
* | | Merge pull request #8 from robin850/fix-migrations | George Claghorn | 2017-07-06 | 3 | -4/+4 | |
|\ \ | |/ |/| | ||||||
| * | Fix the migration class name | Robin Dupret | 2017-07-06 | 3 | -4/+4 | |
* | | Test deleting a nonexistent key | George Claghorn | 2017-07-06 | 1 | -0/+6 | |
* | | Use safe navigation | George Claghorn | 2017-07-06 | 1 | -1/+1 | |
* | | Remove unnecessary method delegations | George Claghorn | 2017-07-06 | 1 | -1/+1 | |
* | | Merge pull request #7 from johnwilliams/test_config_error_typo | George Claghorn | 2017-07-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Correct config path in error message | John Williams | 2017-07-06 | 1 | -1/+1 | |
|/ | ||||||
* | Fix test | George Claghorn | 2017-07-06 | 2 | -2/+4 | |
* | Merge pull request #6 from johnwilliams/s3_integrity | David Heinemeier Hansson | 2017-07-06 | 1 | -2/+1 | |
|\ | ||||||
| * | Merge branch 'master' into s3_integrity | John Williams | 2017-07-06 | 1 | -2/+3 | |
| |\ | |/ |/| | ||||||
* | | Style | George Claghorn | 2017-07-06 | 1 | -5/+3 |