-
Notifications
You must be signed in to change notification settings - Fork 1
#69 Improve publish delivering to subscribers part 5 #139
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b369463
working on publish delivering
JavaSaBr 7301ada
working on publish delivering
JavaSaBr c6c7012
Merge remote-tracking branch 'origin/develop' into improve-publish-de…
JavaSaBr d69e8b9
working on publish delivering
JavaSaBr abdc101
working on publish delivering
JavaSaBr 19ba642
working on publish delivering
JavaSaBr 0ed5c09
finish first part of upgrading delivering publishes to subscribers
JavaSaBr 9263c8e
working on improving testing
JavaSaBr bfc3ea8
resolve comments
JavaSaBr 0011896
Merge branch 'improve-publish-delivering-to-subscribers' into improve…
JavaSaBr f8752d0
continuer add tests
JavaSaBr 94766c6
Merge remote-tracking branch 'origin/develop' into improve-publish-de…
JavaSaBr 1164f82
finish adding tests
JavaSaBr 6c47ae6
update tests for messages
JavaSaBr bdc6380
fix on code review
JavaSaBr eaf8d3a
start working on integration ACL
JavaSaBr dd72fad
Merge branch 'improve-publish-delivering-to-subscribers-part-2' into …
JavaSaBr 49acfdd
Merge remote-tracking branch 'origin/develop' into improve-publish-de…
JavaSaBr 5776855
Merge branch 'improve-publish-delivering-to-subscribers-part-3' into …
JavaSaBr 7cd86f5
working on updating message validation
JavaSaBr 0bbe921
Merge remote-tracking branch 'origin/develop' into improve-publish-de…
JavaSaBr 8f0945b
working on updating message validation
JavaSaBr 08244dd
working on updating message validation
JavaSaBr b8c4ada
continue updating
JavaSaBr 2266e33
rename ACL service
JavaSaBr ee68968
Merge branch 'improve-publish-delivering-to-subscribers-part-4' into …
JavaSaBr e506129
finish refactoring publishes
JavaSaBr dd99e05
Merge remote-tracking branch 'origin/develop' into feature/69-impleme…
JavaSaBr 4f0fdef
Merge remote-tracking branch 'origin/develop' into feature/69-impleme…
JavaSaBr aa5051d
Merge remote-tracking branch 'origin/develop' into feature/69-impleme…
JavaSaBr 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Could we consider renaming
messageType()->type()?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.
@crazyrokr for me it looks logically:

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.
Okay, but
message.messageType()doesn't look nice