-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[PyAMQP] Kashif Client refactoring changes #25451
Merged
49 commits merged into
Azure:feature/eventhub/pyproto
from
l0lawrence:kashif_client_changes
Sep 6, 2022
Merged
Changes from 48 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
912c993
init changes to client
kashifkhan 1a5faf2
fix doctring
kashifkhan 20fbe03
remove error
kashifkhan 18599d5
cleanup
kashifkhan 943f0d6
further clean up
kashifkhan 179321a
fix tests
kashifkhan e880b9c
tweaks
kashifkhan cf66a14
fix import
kashifkhan 7424d4a
fix unit tests
kashifkhan 592046d
fix var
kashifkhan 65c628c
looking into removing hostname on SDK side -- new branch so not messy
l0lawrence a7599a4
test-fix
l0lawrence 07dd588
switch to kwargs
l0lawrence ba4b04d
SendClient had no docstring
l0lawrence ec307a5
adding back in hostname
l0lawrence 45d9587
making send client param keyword instead
l0lawrence 31a5380
making param to keyword in recieveClient docstring
l0lawrence 293da9d
final uamqp docstring comments - need advice
l0lawrence f1f2f1b
renaming mesage to message
l0lawrence 03bf52c
removing comment about typo
l0lawrence 00b1815
hostname type string
l0lawrence f498d10
fixing tests
l0lawrence 3a43101
removing print
l0lawrence 306e097
adding hostname
l0lawrence 88be0cc
Merge branch 'feature/eventhub/pyproto' of https://github.com/Azure/a…
l0lawrence 72662d9
Merge branch 'feature/eventhub/pyproto' of https://github.com/Azure/a…
l0lawrence 1dad77d
retry spelled wrong
l0lawrence 33b18eb
Merge branch 'feature/eventhub/pyproto' into kashif_client_changes
l0lawrence f687953
git conflict
l0lawrence 44c4279
removing some todos
l0lawrence 50211ef
async
l0lawrence 266dd2f
syncing together docs
l0lawrence d97ff8a
adding in InternalError on client_ready()
l0lawrence b26d4c6
made private var public
l0lawrence 838383e
removing pylint disable to see
l0lawrence 75598b3
remove auto add
l0lawrence 6fb6ad8
initial pr fixes
l0lawrence 019350a
removing desired_capabilities for now, spelling fix adding keywords f…
l0lawrence 5e08d07
adding back in desired_cap -- used by consumer
l0lawrence 8272c83
adding docstring patch for review
l0lawrence 4bd01ae
auth as keyword
l0lawrence 9c518f1
renaming prefetch to link_credit to match code
l0lawrence b67fa9c
swathi pr comments
l0lawrence 8a83c0e
making pr comment changes
l0lawrence b1f34b4
nonetype err
l0lawrence 6c4e933
fixing docstring async
l0lawrence e817f4b
making this uniform with sync side
l0lawrence ced95bc
fixing leftover doc issue
l0lawrence 975db59
str->bytes, removing __doc__ override
l0lawrence 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
251 changes: 92 additions & 159 deletions
251
sdk/eventhub/azure-eventhub/azure/eventhub/_pyamqp/aio/_client_async.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
284 changes: 120 additions & 164 deletions
284
sdk/eventhub/azure-eventhub/azure/eventhub/_pyamqp/client.py
Large diffs are not rendered by default.
Oops, something went wrong.
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.
hah! nice catch