-
Notifications
You must be signed in to change notification settings - Fork 128
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
Fixes missing docker-compose in examples #736
Merged
Merged
Conversation
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
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #736 +/- ##
=======================================
Coverage 86.63% 86.63%
=======================================
Files 84 84
Lines 4473 4473
=======================================
Hits 3875 3875
Misses 598 598 ☔ View full report in Codecov by Sentry. |
Integration tests are green now |
berndverst
approved these changes
Oct 21, 2024
elena-kolevska
added a commit
to elena-kolevska/python-sdk
that referenced
this pull request
Oct 21, 2024
Signed-off-by: Elena Kolevska <elena@kolevska.com>
berndverst
pushed a commit
that referenced
this pull request
Oct 25, 2024
* works Signed-off-by: Elena Kolevska <elena@kolevska.com> * works Signed-off-by: Elena Kolevska <elena@kolevska.com> * Sync bidi streaming and tests Signed-off-by: Elena Kolevska <elena@kolevska.com> * example fix Signed-off-by: Elena Kolevska <elena@kolevska.com> fixes typing Signed-off-by: Elena Kolevska <elena@kolevska.com> more readable example Signed-off-by: Elena Kolevska <elena@kolevska.com> linter Signed-off-by: Elena Kolevska <elena@kolevska.com> * examples fix Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds support for api token Signed-off-by: Elena Kolevska <elena@kolevska.com> * clean up Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds docs Signed-off-by: Elena Kolevska <elena@kolevska.com> * more small tweaks Signed-off-by: Elena Kolevska <elena@kolevska.com> * cleanups and tests Signed-off-by: Elena Kolevska <elena@kolevska.com> * Removes receive queue Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds `subscribe_with_handler` Signed-off-by: Elena Kolevska <elena@kolevska.com> * Fixes linter Signed-off-by: Elena Kolevska <elena@kolevska.com> * Fixes linter Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds async Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds tests for async streaming subscription Signed-off-by: Elena Kolevska <elena@kolevska.com> * Linter Signed-off-by: Elena Kolevska <elena@kolevska.com> * Split sync and async examples Signed-off-by: Elena Kolevska <elena@kolevska.com> * linter Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds interceptors to the async client for bidirectional streaming Signed-off-by: Elena Kolevska <elena@kolevska.com> * Removes unneeded class Signed-off-by: Elena Kolevska <elena@kolevska.com> * Removes async client Signed-off-by: Elena Kolevska <elena@kolevska.com> * Fixes missing docker-compose in examples (#736) Signed-off-by: Elena Kolevska <elena@kolevska.com> * Removes async examples test Signed-off-by: Elena Kolevska <elena@kolevska.com> * Small cleanup Signed-off-by: Elena Kolevska <elena@kolevska.com> * Split up topic names between tests Signed-off-by: Elena Kolevska <elena@kolevska.com> * lint Signed-off-by: Elena Kolevska <elena@kolevska.com> * Revert "Removes async client" This reverts commit cb4b65b. Signed-off-by: Elena Kolevska <elena@kolevska.com> * Split up topic names between tests Signed-off-by: Elena Kolevska <elena@kolevska.com> * updates fake server to wait for confirmation message before sending new message Signed-off-by: Elena Kolevska <elena@kolevska.com> * Updates protos Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds stream cancelled error Signed-off-by: Elena Kolevska <elena@kolevska.com> * linter Signed-off-by: Elena Kolevska <elena@kolevska.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.