-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Cosmos] Preview 4 #7621
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
[Cosmos] Preview 4 #7621
Conversation
* Reconfigure retry policy * Review feedback * Fix pylint * Updated tests * Support client-side timeout * Updated timeout logic * Renamed client error * Updated tests * Patch azure-core Needed pending PR 7542 * Fixed status retry tests * Using dev core
|
Can one of the admins verify this patch? |
* Updated sample refs * Added release notes * Remove old rst files * Fixed kwarg formatting
|
/azp run python - cosmos - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run python - cosmos - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
* Removed old docs * Bumped core version * Removed submodule docs * Fixed imports * Pylint fix * More docs updates * Fixed docstring types * Docstring formatting * Updated snippet references * Fixed exception docs * More exception docstrings * Review feedback
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/cosmos/azure-cosmos/azure/cosmos/_cosmos_client_connection.py
Outdated
Show resolved
Hide resolved
lmazuel
left a comment
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.
urllib3 import should be changed, and beware of "kwargs attack" (unexpected kwargs at the receiver ends, requests for instance will raise if it receives any kwargs he doesn't know)
* Live test fixes * Emulator test fixes * Emulator test fixes * Fix urllib3 reference
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* [Cosmos] Reconfigure retry policy (Azure#7544) * Reconfigure retry policy * Review feedback * Fix pylint * Updated tests * Support client-side timeout * Updated timeout logic * Renamed client error * Updated tests * Patch azure-core Needed pending PR 7542 * Fixed status retry tests * Using dev core * [Cosmos] Docs updates (Azure#7626) * Updated sample refs * Added release notes * Remove old rst files * Fixed kwarg formatting * add sdk tools repo (Azure#7656) * [Cosmos] More docs cleanup (Azure#7661) * Removed old docs * Bumped core version * Removed submodule docs * Fixed imports * Pylint fix * More docs updates * Fixed docstring types * Docstring formatting * Updated snippet references * Fixed exception docs * More exception docstrings * Review feedback * [Cosmos] Live test updates (Azure#7693) * Live test fixes * Emulator test fixes * Emulator test fixes * Fix urllib3 reference
* [Cosmos] Reconfigure retry policy (#7544) * Reconfigure retry policy * Review feedback * Fix pylint * Updated tests * Support client-side timeout * Updated timeout logic * Renamed client error * Updated tests * Patch azure-core Needed pending PR 7542 * Fixed status retry tests * Using dev core * [Cosmos] Docs updates (#7626) * Updated sample refs * Added release notes * Remove old rst files * Fixed kwarg formatting * add sdk tools repo (#7656) * [Cosmos] More docs cleanup (#7661) * Removed old docs * Bumped core version * Removed submodule docs * Fixed imports * Pylint fix * More docs updates * Fixed docstring types * Docstring formatting * Updated snippet references * Fixed exception docs * More exception docstrings * Review feedback * [Cosmos] Live test updates (#7693) * Live test fixes * Emulator test fixes * Emulator test fixes * Fix urllib3 reference
No description provided.