2
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
removed out-commented code More... over 12 years ago
fixed issue with MongoDB timeout storage that would not be capable of returning multiple pending timeouts More... over 12 years ago
Merge branch 'master' of github.com:mookid8000/Rebus More... over 12 years ago
Failing test for race condition in all persisters, issue #99 More... over 12 years ago
Fix for #98. Unfortunately it contains a possible race condition if one handler deletes the saga while another concurrently saves it More... over 12 years ago
Setup the transaction scope to ReadCommitted instead of the default serialiazable. Changed the persister tests for Sql Server and RavenDb to employ optimistic concurrency. The SqlServerSagaPersister fails this test, see #98 More... over 12 years ago
added test for #92, but could not make it fail More... over 12 years ago
Merge branch 'master' of github.com:mookid8000/Rebus More... over 12 years ago
Implementing IsNew property for sagas, issue #93 More... over 12 years ago
fixed line endings More... over 12 years ago
Merge pull request #97 from rasmuskl/master More... over 12 years ago
Added config for team ReSharper .sln settings. More... over 12 years ago
Merge pull request #95 from cyberzed/PrincipalRefactoring More... over 12 years ago
Resolving merge conflicts - moving two new tests to the parametized tests classes More... over 12 years ago
Merge remote branch 'upstream/master' More... over 12 years ago
Refactored tests for persisters and stores to use nunit parametized tests so all implemetations maintains the same behavior More... over 12 years ago
Removed the need for calling external APIs More... over 12 years ago
cleaned up More... over 12 years ago
added very simple handler activator to allow for simple, non-DI-enabled handler activation More... over 12 years ago
moved some stuff More... over 12 years ago
and we should remember to dispose the cleanup timer as well More... over 12 years ago
re-arranged the header API - much better without the global state More... over 12 years ago
removed samples from main solution More... over 12 years ago
made Windsor container adapter add the message context More... almost 13 years ago
added fluent MongoDB configuration thingies More... almost 13 years ago
restore command prompt after package push More... almost 13 years ago
whoa, fixed threading issue with concurrent access to MSMQ MessageQueue.Send, which would sometimes cause weird InvalidCastExceptions More... almost 13 years ago
deleted stupid VS dirs More... almost 13 years ago
implemented some more Mongo saga test More... almost 13 years ago
subscriptionstor and sagapersister done More... almost 13 years ago