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
made view models update themselves when a message gets moved, avoiding the need to refresh everything More... almost 13 years ago
fix line endings More... almost 13 years ago
Ignoring tests that need further investegation related to ravendb More... almost 13 years ago
Refactored ravendb saga persistence to keep a session open for having reliable optimistic concurrency. This might cause a memory hit due to keeping references to sagadata in memory until completed. But it looks like this is what nservicebus does too. We'll keep looking for a better solution More... almost 13 years ago
tested and fixed bug with correlator returned fields as strings making mongo and raven saga persisters fail More... almost 13 years ago
test and fix for bug when finding saga data by id in mongo db More... almost 13 years ago
Merge pull request #62 from ssboisen/master More... almost 13 years ago
Added ExtractPropertyName method on ViewModel to avoid magic-strings for propertynames. More... almost 13 years ago
log lines in Snoop can now be double-clicked to get details More... almost 13 years ago
argh! More... almost 13 years ago
now error messages will be displayed in a special field if they are present More... almost 13 years ago
fixed bug where messages would not actually be moved to the right error queue More... almost 13 years ago
stupid vs 2010 dir begone! More... almost 13 years ago
expanded test to fail even more More... almost 13 years ago
added a few comments More... almost 13 years ago
tests using MongoDB must be put in the right category! More... almost 13 years ago
Snoop build script now zips it up More... almost 13 years ago
where the F*?! did those VS folders come from?? More... almost 13 years ago
created build script for The Snoop More... almost 13 years ago
re-structured timeout service, and implemented MongoDB timeout persister More... almost 13 years ago
added custom data field to timeouts in timeout service - can be used e.g. to serialize an entire message if you feel like it :) More... almost 13 years ago
fixed some XML casing stuff in error messages More... almost 13 years ago
test for bug in ravendb saga persister regarding transactions and async commit More... almost 13 years ago
admin group SID lookup seems to work now - administrators will have full control of auto-created MSMQ queues More... almost 13 years ago
renamed error queue property to match input queue property More... almost 13 years ago
added ability to specify name of error queue, which now gets automatically created More... almost 13 years ago
added detailed info about message (only id for now...) More... almost 13 years ago
fixed track message selection bug More... almost 13 years ago
moved messages seem to be preserved now - note, however, that this only holds for Rebus messages! More... almost 13 years ago
can now move messages to source queue, although moved messages seem to be broken! :( More... almost 13 years ago