aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/file
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-14/+18
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-063-0/+7
|
* Apply new formattingJakob Odersky2017-11-203-14/+16
|
* Fix directory listing of GCS bucketsv0.16.10Jakob Odersky2017-09-201-2/+8
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-022-2/+2
|
* Fix GCS streaming and listingv0.14.3Jakob Odersky2017-07-311-2/+3
|
* Add streaming download to file storage.v0.14.0Jakob Odersky2017-07-254-2/+59
| | | | This enables downloading of content without saving it to a file.
* Add file existence checking to file storagev0.13.15Jakob Odersky2017-06-214-9/+30
|
* Check for null values in gcs directory listingv0.13.12Jakob Odersky2017-06-192-9/+16
| | | | | | GCS: when listing, always assume the path is a directory GCS: fix unit test
* Change to lazy loading public keyZach Smith2017-05-241-5/+7
|
* Add signedFileUrl methodZach Smith2017-05-042-1/+20
|
* Add GCS file storage implementationZach Smith2017-05-041-0/+72
|
* Split FileStorage implementations into separate filesZach Smith2017-05-043-0/+172