-
Notifications
You must be signed in to change notification settings - Fork 3
feat(pubsub): implement core PubSub framework infrastructure #103
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
43 commits
Select commit
Hold shift + click to select a range
9dfa51d
feat(pubsub): implement core PubSub infrastructure and FFI integration
jbrinkman 4cbd22a
feat(rust): add PubSub FFI functions for callback registration and me…
jbrinkman 73a842c
feat(rust): implement proper PubSub callback storage and management
jbrinkman 4697c40
feat: Add comprehensive integration tests for FFI PubSub callback flow
jbrinkman 0a75eea
test(pubsub): Refactor PubSub FFI Callback Integration Tests
jbrinkman 03dc000
refactor(pubsub): Implement instance-based PubSub callback architecture
jbrinkman 0e84419
fix: resolve critical memory leak in PubSub FFI message processing
jbrinkman dd0c85d
feat(pubsub): add thread safety to PubSub handler access in BaseClient
jbrinkman 426e1a9
feat(pubsub): replace Task.Run with channel-based message processing
jbrinkman 069af2d
feat(pubsub): implement graceful shutdown coordination between Rust a…
jbrinkman da86a39
feat(pubsub): Add queue-based message retrieval and comprehensive int…
jbrinkman 13ba6c4
refactor(pubsub): Remove unused PubSubConfigurationExtensions class
jbrinkman 5868588
style: Apply code formatting to PubSub files
jbrinkman fa8bff7
chore(reports): Remove legacy reporting artifacts and unused files
jbrinkman 600b48e
refactor(pubsub): Simplify synchronization primitives in PubSub messa…
jbrinkman d59edfd
fix: Address Lint configuration errors
jbrinkman 60c2c30
fix: enable pattern subscriptions in cluster mode
jbrinkman d2eec0e
test: remove redundant and inaccurate PubSub tests
jbrinkman e12fad2
chore: remove doc created for development
jbrinkman 34185e0
chore: cleanup temp script
jbrinkman 5391029
fix: combine null and string empty check
jbrinkman cd18fbd
refactor(pubsub): implement lazy initialization for PubSubMessageQueue
jbrinkman 8a3f237
refactor: improve PubSubMessageQueue documentation and clarity
jbrinkman 2ba2566
refactor: improve PubSub validation consistency
jbrinkman 8ff3ec1
refactor: use HashSet for PubSub subscriptions
jbrinkman 9d1b00a
fix: resolve PubSub test failures and improve test performance
jbrinkman 6fdda11
refactor: use ISet<string> instead of HashSet<string> in Subscription…
jbrinkman 4cfdfd3
perf: cache valid enum modes for subscription validation
jbrinkman 1c943d9
refactor: consolidate nested if statements in PubSubCallback
jbrinkman 4dd1d2c
refactor: use FFI-safe PushKind enum and unsigned integers for lengths
jbrinkman a0a59e6
refactor: simplify PubSubMessageHandler locking with Lazy<T>
jbrinkman c5775da
refactor: add validation and simplify PubSubMessage marshaling
jbrinkman f76dbdd
Merge branch 'main' into jbrinkman/pubsub-core
jbrinkman 87af4ba
fix: resolve merge conflicts from main branch
jbrinkman 78b0021
fix: resolve FFI struct layout mismatch after merge with main
jbrinkman 41e5b79
style: fix lint errors in PubSub configuration files
jbrinkman 1de08e5
style: fix additional lint errors in test files
jbrinkman 12d8188
fix: remove unneeded pubsub test
jbrinkman 9570052
style: remove unused imports from test files
jbrinkman 445917a
fix: resolve null reference assignment in CommandTests
jbrinkman b9ec63a
Merge branch 'main' into jbrinkman/pubsub-core
jbrinkman 7d5dd8f
fix: remove flaky pubsub test
jbrinkman 2a10cbe
chore: update action versions in CodeQL
jbrinkman 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
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.
Uh oh!
There was an error while loading. Please reload this page.