0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TG-68: Convenience stuff for snapshot More... about 9 years ago
Setting version to 0.0.8-SNAPSHOT More... about 9 years ago
Setting version to 0.0.7 More... about 9 years ago
Break SnapshotType out into separate compilation unit so scala 2.10.5 doesn't complain. Privatise a few more things. More... about 9 years ago
Merge pull request #2 in ES/eventsrc from topic/snapshot-storage-dynamodb to master More... about 9 years ago
Bump to latest aws-scala. Implement DynamoSingleSnapshotStorage with test. More... about 9 years ago
Add DynamoDBDirectoryEventStreamSpec, with some refactoring so different event/snapshot storage implementations can use same underlying spec. More... about 9 years ago
Intellij refactor fail. More... about 9 years ago
Added SnapshotStoreMode. Added DynamoEventStorageSpec. Moved generic memory implementations for EventStorage and SnapshotStorage into core. Bit of package movement to suit. More... about 9 years ago
Comments and privating things. More... about 9 years ago
Dynamo version of DirectoryEventStream implementation and spec (no snapshots yet). More... about 9 years ago
stuff More... about 9 years ago
First cut splitting EventStream.API into QueryAPI and a SaveAPI. Got core tests running again. Other minor project fixes (readme, scala version, aws-scala version) More... about 9 years ago
WIP split API -> QueryAPI and SaveAPI More... about 9 years ago
Bump to latest aws-scala. Use NamedColumn.decoder references instead of implicits More... about 9 years ago
Restore commented out tests. More... about 9 years ago
Use aws-scala 2.0.0-M1. Remove ValueUpdate accordingly. Finish DynamoEventSource implementation and fix test so they work. More... about 9 years ago
Merge branch 'topic/snapshot-storage' into topic/snapshot-storage-dynamodb More... about 9 years ago
wip dynamo integration More... about 9 years ago
Some primitive ideas for updating snapshots in storage. More... about 9 years ago
Validation needs to handle the case where there is no value in the snapshot. More... about 9 years ago
Add DataValidator that makes it easier to write conditional Operation expressions. Added 'refreshSnapshot' to EventStream. Added comment to EventSource to refactor to use EventStream. Added some useful combinators and functions on Operation and SaveResult. Updated spec to test refreshSnapshot. More... about 9 years ago
moved dynamodb to newpackage structure More... about 9 years ago
split the EventStream out into its own package and split out the component types using some type arguments More... about 9 years ago
use type members instead of parameters More... about 9 years ago
Remove test code. More... about 9 years ago
Update docs More... about 9 years ago
Make the EventStream SnapshotStorage and API use a different key to the EventStream itself. Basic implementation in DirectoryEventSourceSpec. More... about 9 years ago
Support retrieving earliest snapshots. More... about 9 years ago
First cut EventStream with a basic Directory implementation. More... about 9 years ago