index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
active_storage
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Everything under app/ is eager loaded, don't want that for service
David Heinemeier Hansson
2017-07-24
5
-0
/
+322
*
Move models and jobs to the app setup
David Heinemeier Hansson
2017-07-22
5
-317
/
+0
*
Accept S3 upload options (e.g. server_side_encryption)
James Baer
2017-07-20
1
-3
/
+5
*
Add direct upload support to GCS service
Michael Herold
2017-07-17
1
-0
/
+11
*
Splat options
George Claghorn
2017-07-16
1
-16
/
+2
*
Fix a typo in S3Service
colorfulfool
2017-07-16
1
-3
/
+1
*
Swap branches
George Claghorn
2017-07-15
1
-3
/
+3
*
Merge pull request #48 from seanhandley/hosted_s3
George Claghorn
2017-07-15
1
-2
/
+18
|
\
|
*
Allow custom endpoints for S3.
Sean Handley
2017-07-15
1
-2
/
+18
*
|
Revert back to the original implementaion with varaibles
dixpac
2017-07-14
1
-2
/
+8
|
/
*
Added rubocop / codeclimate config and fixed current offenses (#45)
Cristian Bica
2017-07-14
2
-5
/
+5
*
Remove few ivars from gcs_service implementation
dixpac
2017-07-13
1
-8
/
+2
*
Merge pull request #42 from quartzmo/gcs-site-url
George Claghorn
2017-07-12
1
-2
/
+2
|
\
|
*
Update GCSService#url
Chris Smith
2017-07-12
1
-2
/
+2
*
|
Revert "S3: slim down service implementation (#40)" (#41)
David Heinemeier Hansson
2017-07-12
1
-24
/
+36
|
/
*
S3: slim down service implementation (#40)
Jeremy Daer
2017-07-11
1
-36
/
+24
*
Expose chunked downloads
George Claghorn
2017-07-10
1
-4
/
+4
*
Direct uploads for S3
David Heinemeier Hansson
2017-07-09
2
-1
/
+12
*
Instrument and log the services
David Heinemeier Hansson
2017-07-09
3
-32
/
+93
*
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
*
|
Ensure binary encoding for downloading
David Heinemeier Hansson
2017-07-09
1
-1
/
+1
|
/
*
Clarify how a service can build other composed services
Jeremy Daer
2017-07-09
2
-29
/
+22
*
Service: clarify Service.build arguments
Jeremy Daer
2017-07-09
1
-3
/
+3
*
Configure services that reference other services
Jeremy Daer
2017-07-08
2
-0
/
+42
*
Mirror: explicit primary service and list of mirrors
Jeremy Daer
2017-07-08
1
-10
/
+9
*
Merge pull request #21 from jeremy/disk-binary-io
David Heinemeier Hansson
2017-07-09
1
-8
/
+4
|
\
|
*
Disk service: use binary IO throughout, not UTF-8
Jeremy Daer
2017-07-08
1
-8
/
+4
*
|
Disk storage: ensure URLs end with the blob filename since some user agents d...
Jeremy Daer
2017-07-08
1
-2
/
+2
|
/
*
Use safe navigation
George Claghorn
2017-07-06
1
-1
/
+1
*
Remove unnecessary method delegations
George Claghorn
2017-07-06
1
-1
/
+1
*
Fix test
George Claghorn
2017-07-06
1
-0
/
+2
*
Merge branch 'master' into s3_integrity
John Williams
2017-07-06
1
-2
/
+3
|
\
|
*
Style
George Claghorn
2017-07-06
1
-5
/
+3
|
*
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
|
/
*
Fix hash usage consistency.
Ra'Shaun Stovall
2017-07-06
1
-1
/
+1
*
Check integrity after uploads
David Heinemeier Hansson
2017-07-06
4
-5
/
+15
*
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
3
-34
/
+0
*
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 nee...
David Heinemeier Hansson
2017-07-06
1
-4
/
+2
*
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
*
Mirror: only hit all sites for upload and delete
George Claghorn
2017-07-06
1
-21
/
+4
*
Rename from Site to Service now that we're called Active Storage
David Heinemeier Hansson
2017-07-06
4
-0
/
+238