-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event envelope updates #170
Merged
Merged
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
bfe7f26
Update dependencies
eaba d545a03
Revert changes to Tests Project file
eaba 80ff357
Merge branch 'dev' into dev
eaba 4dd1e85
Merge branch 'dev' of https://github.com/eaba/Akka.Persistence.MongoD…
eaba b574679
Update AkkaVersion in commons.props. Out dated version references wit…
eaba 79a9b22
Tests passed with 1.14.12 local package that had https://github.com/a…
eaba 688e97c
Removed ReadJournal_should_deallocate_AllPersistenceIds_publisher_whe…
eaba a44b111
Changed to $(AkkaVersion)
eaba b713621
Updated to changes made in Akka.Persistence.TCK
eaba 056db96
Fix xunit version
eaba 2e2b01f
Made 'AddNewEventsSubscriber' private and deleted 'Timestamp' from Jo…
eaba 27aa509
Removed comment
eaba f7e45c2
MongoDbAllEventsSpec
eaba f84cb07
Attempt to fix `MongoDbAllEventsSpec` and `MongoDbCurrentAllEventsSpe…
eaba 6112831
Fix tests
eaba 72cb4e3
stackoverflow link
eaba d5cf2e1
First Attempt to fix `Bug61FixSpec` fails on Linux machine
eaba 16aa086
Copyright
eaba dde5736
Rename ActorSystemName to `MongoDbCurrentAllEventsSpec`
eaba 967e738
Set Collection
eaba 7ef4811
Comments added
eaba 92f5465
Deleted staled code
eaba bcdbbd3
Fixed build errors caused by "deleting staled code"
eaba 5ddf8be
Improve code
eaba d79b177
Improve filter creation blocks
eaba f524e29
First attempt at documenting "AllEvents" and "CurrentAllEvents"
eaba 923a4ac
Added "MongoDbJournalPerfSpec"
eaba c2daaf9
Improve code
eaba 74f2681
Don't use 'ReaderWriterLockSlim'. Make 'RemoveSubscriber' private
eaba 698bce3
Removed unused fields
eaba 4170d28
Merge upstream
eaba 80c8b1e
* Bump AkkaVersion to 1.4.14
eaba e042e13
Make use of `Ordering` as Timestamp
eaba 2f4d67d
Add Timestamp when reading messages
eaba 41de830
Manual-populate Timestamp for `Ordering` and `Payload`
eaba f2cf8c4
Backwards compatibility for https://github.com/akkadotnet/akka.net/pu…
eaba cb9719e
Add WithTimestamp
eaba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add
WithTimestamp
here