2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding FluentAssertions to various projects. Will replace xunit.should. More... about 9 years ago
Added IConstructSagas argument to SagaEventStoreRepository. This means that the generic constraint to have a default constructor can be removed, which will bring it in line with the EventStoreRepository for aggregates. More... about 9 years ago
Update Npgql driver More... about 9 years ago
Re-enabling transaction tests. More... about 9 years ago
Fix test More... about 9 years ago
SqlPersistenceEngine.GetCheckpoint should not return null. Fixes #374 More... about 9 years ago
Added SqlCommand Timeout Override possibility with AppSetting More... over 9 years ago
Add BucketId to IEventStream More... over 9 years ago
use same key for storage/lookup of saga stream More... over 9 years ago
PollingClient - be able to trigger/invoke a poll from user code #362 More... over 9 years ago
Downgrading npgsql provider, fixes Postgres DbProviderFactory issue on build server. More... over 9 years ago
Add powershell module that was being ignored by git (oops) More... over 9 years ago
Pass build number to build script instead of version number. More... over 9 years ago
Drop the build number from the package version Fixes #361 More... over 9 years ago
Use the original stream id when rehydrating a snapshot. Fixes #349 More... over 9 years ago
Failing test for issue #349 (retrieving a snaphot the stream Id is the hashed one and not the original one) More... over 9 years ago
[SQL, Sqlite / Postgres / MsSql] Fix Snapshots.BucketId column type to match Commits.BucketId (varchar(40)) //cc #349 More... over 9 years ago
Add bucket support to ISagaRepository, fixes #354 More... over 9 years ago
[SQL] Remove check for existence of Commits table when initializing the store. If the table exists the exception will be swallowed anyway. Fixes #343 More... over 9 years ago
Update Npgsql package. More... over 9 years ago
Marked all the dispatcher related items obsolete. cc #360 More... over 9 years ago
Merge pull request #358 from robinvanderknaap/master More... over 9 years ago
Merge pull request #357 from almazik/master More... over 9 years ago
fixes #306 More... over 9 years ago
Added possibility to setup ConfigurationConnectionFactory with a connection string, instead of reading this from the config file. This enables users to load connection strings from other sources than the standard config file. More... almost 10 years ago
Added typed conflict resolution delegate and corresponding processing, marked untyped delegate and methods as obsolete. More... almost 10 years ago
Merge branch 'master' of github.com:NEventStore/NEventStore into main-master More... almost 10 years ago
Update gitignore with github version More... almost 10 years ago
Merge pull request #342 from evgeny-myasishchev/wrong-resource-string More... almost 10 years ago
Merge pull request #341 from evgeny-myasishchev/mssql2005-datetime2-issue More... almost 10 years ago