aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Put conditional backGeorge Claghorn2017-07-141-2/+2
| | * | | | | | Merge pull request #55 from SGospodinov/logger-for-5.2.0George Claghorn2017-07-141-3/+3
| | |\ \ \ \ \ \
| | | * | | | | | Fixing logger to work with Rails 5.2.0.alphaStanislav Gospodinov2017-07-151-3/+3
| | |/ / / / / /
| | * | | | | | Depend on Rails >= 5.2.0.alphaGeorge Claghorn2017-07-143-35/+51
| | * | | | | | Merge pull request #53 from colorfulfool/error-messagesGeorge Claghorn2017-07-142-2/+5
| | |\ \ \ \ \ \
| | | * | | | | | Fail early if no storage service is specifiedcolorfulfool2017-07-151-0/+3
| | | * | | | | | Don't fail on boot because of missing S3 keys when S3 is not usedcolorfulfool2017-07-151-2/+2
| | | |/ / / / /
| | * | | | | | Merge pull request #51 from dixpac/restore_intermediate_variablesGeorge Claghorn2017-07-141-2/+8
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Revert back to the original implementaion with varaiblesdixpac2017-07-141-2/+8
| | |/ / / / /
| | * | | | | Added rubocop / codeclimate config and fixed current offenses (#45)Cristian Bica2017-07-1418-33/+183
| | * | | | | Fix regular expression on s3 test URL generation test (#44)Dino Maric2017-07-131-5/+5
| | * | | | | Merge pull request #43 from dixpac/small_gcs_service_refactoringGeorge Claghorn2017-07-131-8/+2
| | |\ \ \ \ \
| | | * | | | | Remove few ivars from gcs_service implementationdixpac2017-07-131-8/+2
| | |/ / / / /
| | * | | | | Merge pull request #42 from quartzmo/gcs-site-urlGeorge Claghorn2017-07-123-6/+6
| | |\ \ \ \ \
| | | * | | | | Update GCSService#urlChris Smith2017-07-123-6/+6
| | * | | | | | Revert "S3: slim down service implementation (#40)" (#41)David Heinemeier Hansson2017-07-121-24/+36
| | |/ / / / /
| | * | | | | S3: slim down service implementation (#40)Jeremy Daer2017-07-111-36/+24
| | * | | | | Revert "Depend on Rails > 5.1"George Claghorn2017-07-111-4/+4
| | * | | | | Depend on Rails > 5.1George Claghorn2017-07-111-4/+4
| | * | | | | Expose chunked downloadsGeorge Claghorn2017-07-103-6/+19
| | | * | | | Very incomplete first stabDavid Heinemeier Hansson2017-07-1110-24/+134
| | |/ / / /
| | * | | | Scope aws-skd to version 2 (#34)Dino Maric2017-07-102-2/+2
| | * | | | Configurator tests: work against test-local configJeremy Daer2017-07-091-3/+3
| | * | | | Tests: Dir.mktmpdir neatly wraps up tmpdir + joinJeremy Daer2017-07-093-6/+5
| | * | | | Add basic tests to the Configurator#build (#28)Dino Maric2017-07-091-0/+15
| | * | | | Accept sgids for existing blobs created via direct upload as an attachableDavid Heinemeier Hansson2017-07-092-0/+9
| | * | | | Direct uploads for S3David Heinemeier Hansson2017-07-0916-21/+138
| | * | | | Copypasta commentsDavid Heinemeier Hansson2017-07-091-3/+0
| | * | | | Proper logging is now in placeDavid Heinemeier Hansson2017-07-091-1/+0
| | * | | | Test URL generation for S3 and DiskDavid Heinemeier Hansson2017-07-092-0/+10
| | * | | | Instrument and log the servicesDavid Heinemeier Hansson2017-07-097-32/+169
| | * | | | Merge pull request #27 from dixpac/fix_configuration_keys_symbolizationDavid Heinemeier Hansson2017-07-091-1/+1
| | |\ \ \ \
| | | * | | | Symbolize all keys inside configuration nested hashdixpac2017-07-091-1/+1
| | * | | | | Example of keyfile specificationDavid Heinemeier Hansson2017-07-091-1/+12
| | * | | | | Ensure binary encoding for downloadingDavid Heinemeier Hansson2017-07-091-1/+1
| | |/ / / /
| | * | | | Use class methods scope now that we have multipleDavid Heinemeier Hansson2017-07-091-14/+16
| | * | | | Merge pull request #26 from jeremy/service-configuratorDavid Heinemeier Hansson2017-07-095-38/+39
| | |\ \ \ \
| | | * | | | Clarify how a service can build other composed servicesJeremy Daer2017-07-095-38/+39
| | * | | | | Match new configurator needsDavid Heinemeier Hansson2017-07-091-0/+2
| | |/ / / /
| | * | | | Service: clarify Service.build argumentsJeremy Daer2017-07-092-5/+5
| | * | | | Travis CI 💡Jeremy Daer2017-07-081-0/+15
| | * | | | Configure services that reference other servicesJeremy Daer2017-07-0810-43/+89
| | * | | | Mirror: explicit primary service and list of mirrorsJeremy Daer2017-07-082-15/+22
| | * | | | Merge pull request #21 from jeremy/disk-binary-ioDavid Heinemeier Hansson2017-07-092-14/+8
| | |\ \ \ \
| | | * | | | Disk service: use binary IO throughout, not UTF-8Jeremy Daer2017-07-082-14/+8
| | * | | | | Merge pull request #22 from jeremy/disk-filename-urlDavid Heinemeier Hansson2017-07-095-9/+9
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Disk storage: ensure URLs end with the blob filename since some user agents d...Jeremy Daer2017-07-085-9/+9
| | |/ / / /
| | * | | | Tests: skip GCS/AWS service tests if unconfiguredJeremy Daer2017-07-081-0/+1
| | * | | | Merge pull request #15 from robin850/documentationDavid Heinemeier Hansson2017-07-086-5/+100
| | |\ \ \ \
| | | * | | | Add some documentationRobin Dupret2017-07-076-5/+100