0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial move of SWF code from realm-swf-spike More... almost 10 years ago
cleanups, renamed KeyValueDB to Table and added a couple of docs More... almost 10 years ago
TableDefinitions are no longer implicit, Queies now introduces H and R types for hash and range keys, lots of cleanup More... almost 10 years ago
tests are working again More... almost 10 years ago
cleanups, got tests running (not Query tests), removed Codec as it wasn't pulling any weight More... almost 10 years ago
moved most of the responsibility of Marshallers into the Column class who can derive marshallers anyway, no longer implicit as it contains non-type-indexed stuff More... almost 10 years ago
Bump scalaz version More... almost 10 years ago
Added SWF client and RDS client. Bump dependency and scala versions More... almost 10 years ago
[sbt-release] Setting version to 1.2.1-SNAPSHOT More... about 10 years ago
[sbt-release] Setting version to 1.2.0 More... about 10 years ago
Merge pull request #11 in ES/aws-scala from issue/fix-stack-overflows to master More... about 10 years ago
Make tests faster. More... about 10 years ago
Made go in readFully return Task because that's where we want to block. Added tail recursion test for readFully. More... about 10 years ago
Remove unused import. More... about 10 years ago
Return a Task from InputStreams.readFully. Change ReadBytes to return Chunk or End only. More... about 10 years ago
use a case rather than if/else More... about 10 years ago
SAWA-572: Fix stack overflow and other issues. Add function to try to read fully into buffer. Use recover combinator to cleanup the catch and move out to putStream. Modify putChunks so that we loop inside the S3Action, making it easier to be tail recursive. Added ContentLength type. Added tests for abort and possible stack overflow cases. More... about 10 years ago
[sbt-release] Setting version to 1.1.1-SNAPSHOT More... about 10 years ago
[sbt-release] Setting version to 1.1.0 More... about 10 years ago
Merge pull request #10 in ES/aws-scala from AwsAction-followups to master More... about 10 years ago
AwsAction._ is imported, use it More... about 10 years ago
simplified the ok function More... about 10 years ago
use the recover combinator instead More... about 10 years ago
`withClient` now maps the exceptions to the AmazonExceptions.ExceptionType properly More... about 10 years ago
removed unnecessary Monad instance, fixed recover/handle and added tests, also they need to be expressed in terms of AwsAction type, not Attempt More... about 10 years ago
Merge pull request #9 in ES/aws-scala from AwsAction=ReaderT to master More... about 10 years ago
workaround for https://issues.scala-lang.org/browse/SI-9025 More... about 10 years ago
standardise the specific AwsAction objects to use the same interface/trait More... about 10 years ago
AwsAction is now ReaderT More... about 10 years ago
[sbt-release] Setting version to 1.0.2-SNAPSHOT More... about 10 years ago