issues
search
DomainBlocks
/
domain-blocks
A suite of libraries to assist with domain-driven design when using event sourcing
MIT License
4
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: throw on load if stream does not exist
#147
jonclare
closed
4 months ago
0
feature: subscriptions
#146
daniel-smith
closed
4 months ago
0
feature: subscriptions
#145
daniel-smith
closed
4 months ago
0
chore: upgrade to .NET 8
#144
jonclare
closed
4 months ago
0
Distributed tracing / telemetry
#143
daniel-smith
opened
4 months ago
0
CLI tools for transformations / migrations
#142
daniel-smith
opened
4 months ago
0
Bump `main` to .NET8 along with all dependencies
#141
carlosrfernandez
closed
6 months ago
0
Feature/net8 migration
#140
carlosrfernandez
closed
6 months ago
1
Add .NET 8 support
#139
daniel-smith
closed
4 months ago
0
chore: publish develop-v1 branch
#138
daniel-smith
closed
6 months ago
1
feat: entity store
#137
daniel-smith
closed
6 months ago
0
Refactor subscriptions
#136
daniel-smith
opened
7 months ago
0
Spike protobuf serialisation
#135
daniel-smith
opened
7 months ago
0
Add documentation
#134
daniel-smith
opened
7 months ago
0
Throw on load when stream doesn't exist
#133
daniel-smith
closed
4 months ago
0
Introduce concurrency exception in library
#132
daniel-smith
opened
7 months ago
0
Add initial code to develop-v1 branch
#131
daniel-smith
opened
7 months ago
0
Add dependency injection support
#130
daniel-smith
opened
7 months ago
1
Support multiple event versions via metadata
#129
daniel-smith
opened
7 months ago
0
Add support for writing arbitrary metadata
#128
daniel-smith
opened
7 months ago
0
Add support for event transformations
#127
daniel-smith
opened
7 months ago
0
Add support for snapshotting
#126
daniel-smith
opened
7 months ago
0
refactor: simplify event loop
#125
daniel-smith
closed
7 months ago
1
chore: promote experimental projections & delete old code
#124
daniel-smith
closed
11 months ago
0
fix: don't write to the channel inline in Debug.Assert
#123
daniel-smith
closed
11 months ago
0
bugfix: Run event loop on a separate thread.
#122
carlosrfernandez
closed
11 months ago
0
bugfix: Call RunEventLoop before we start sending notifications
#121
carlosrfernandez
closed
12 months ago
0
Add a position comparison for SqlStreamStore
#120
carlosrfernandez
closed
12 months ago
1
fix: multiple subscribers
#119
daniel-smith
closed
1 year ago
0
Improve composite event error handling
#118
daniel-smith
closed
11 months ago
1
Fix logging in SqlStreamStore tests
#117
carlosrfernandez
opened
1 year ago
0
feature: bump to npgsql 7
#116
carlosrfernandez
closed
1 year ago
1
Improved CI/CD process
#115
daniel-smith
opened
1 year ago
0
Create API documentation
#114
daniel-smith
opened
1 year ago
0
Preparation for process managers
#113
daniel-smith
closed
1 year ago
0
Snapshot loading exceptions should not be fatal
#112
carlosrfernandez
opened
1 year ago
0
Create configuration setting to specify EventCount before snapshotting
#111
carlosrfernandez
opened
1 year ago
0
More renames to improve clarity
#110
daniel-smith
closed
1 year ago
0
More renames to improve clarity
#109
daniel-smith
closed
1 year ago
0
Ensure subscribed before invoking OnLive
#108
daniel-smith
closed
1 year ago
0
Tidy up ambiguity between "stream version" and "expected version"
#107
daniel-smith
opened
1 year ago
0
Rename IEventOptions to EventType
#106
daniel-smith
closed
1 year ago
0
Remove create trigger from CI workflow
#105
daniel-smith
closed
1 year ago
0
Set IsPackable=false for non-published projects
#104
daniel-smith
closed
1 year ago
0
Add benchmarks subfolder. More reshuffling.
#103
daniel-smith
closed
1 year ago
0
Add src and test subfolders to SQLStreamStore
#102
daniel-smith
closed
1 year ago
0
fix: ensure exception is thrown when catching up
#101
daniel-smith
closed
1 year ago
0
Rename Logger to Log to avoid naming conflicts
#100
daniel-smith
closed
1 year ago
0
Import SQLStreamStore with Postgres support
#99
daniel-smith
closed
1 year ago
0
fix: null ref exception in OnLive method
#98
daniel-smith
closed
1 year ago
0
Next