-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] Fix failing unit tests #24287
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61ba8d1 - Browse repository at this point
Copy the full SHA 61ba8d1View commit details
Commits on Aug 20, 2021
-
* Removed some stuff * Looking at constructors * Updated request * Added client close * working client creation Co-authored-by: simorenoh <simonmorenohe@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15dcceb - Browse repository at this point
Copy the full SHA 15dccebView commit details
Commits on Aug 27, 2021
-
database read works, but ignored exception is returned: Fatal error on SSL transport NoneType has no attribute 'send' (_loop._proactor.send) RuntimeError: Event loop is closed Unclosed connector/ connection
Configuration menu - View commit details
-
Copy full SHA for bda95c3 - Browse repository at this point
Copy the full SHA bda95c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9648ab - Browse repository at this point
Copy the full SHA c9648abView commit details
Commits on Aug 30, 2021
-
Added methods needed to use async with when initializing client, but logs output "Exception ignored... Runtime Error: Event loop is closed"
Configuration menu - View commit details
-
Copy full SHA for 80540dc - Browse repository at this point
Copy the full SHA 80540dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1285438 - Browse repository at this point
Copy the full SHA 1285438View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 992b0cd - Browse repository at this point
Copy the full SHA 992b0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cb688 - Browse repository at this point
Copy the full SHA 47cb688View commit details -
Merge pull request #1 from Azure/simonmoreno/async
Move branch into local fork
Configuration menu - View commit details
-
Copy full SHA for f3fa79f - Browse repository at this point
Copy the full SHA f3fa79fView commit details
Commits on Sep 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0c49739 - Browse repository at this point
Copy the full SHA 0c49739View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47f4af5 - Browse repository at this point
Copy the full SHA 47f4af5View commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c97c946 - Browse repository at this point
Copy the full SHA c97c946View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fcd95db - Browse repository at this point
Copy the full SHA fcd95dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c5b90 - Browse repository at this point
Copy the full SHA 36c5b90View commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44db2a2 - Browse repository at this point
Copy the full SHA 44db2a2View commit details
Commits on Sep 17, 2021
-
missing read_all_items and both query methods for container class
Configuration menu - View commit details
-
Copy full SHA for ec5b6ed - Browse repository at this point
Copy the full SHA ec5b6edView commit details
Commits on Oct 8, 2021
-
Merge pull request #2 from simorenoh/item-read
Complete item CRUD functionality - only missing queries
Configuration menu - View commit details
-
Copy full SHA for d63d052 - Browse repository at this point
Copy the full SHA d63d052View commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d74c8f - Browse repository at this point
Copy the full SHA 5d74c8fView commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89fc2f7 - Browse repository at this point
Copy the full SHA 89fc2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdaa880 - Browse repository at this point
Copy the full SHA fdaa880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9baf2 - Browse repository at this point
Copy the full SHA 3f9baf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6650bc - Browse repository at this point
Copy the full SHA d6650bcView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 043dfe0 - Browse repository at this point
Copy the full SHA 043dfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for befdb41 - Browse repository at this point
Copy the full SHA befdb41View commit details -
Merge pull request #3 from simorenoh/query-functionality
Query functionality and container query methods
Configuration menu - View commit details
-
Copy full SHA for 8cffbe2 - Browse repository at this point
Copy the full SHA 8cffbe2View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 72de7c8 - Browse repository at this point
Copy the full SHA 72de7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b805b8 - Browse repository at this point
Copy the full SHA 5b805b8View commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d8d0c4 - Browse repository at this point
Copy the full SHA 8d8d0c4View commit details -
also fixed README and added examples_async
Configuration menu - View commit details
-
Copy full SHA for b597ca8 - Browse repository at this point
Copy the full SHA b597ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18319df - Browse repository at this point
Copy the full SHA 18319dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 162c44d - Browse repository at this point
Copy the full SHA 162c44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbac51 - Browse repository at this point
Copy the full SHA ebbac51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f78e6 - Browse repository at this point
Copy the full SHA 43f78e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 470aa5b - Browse repository at this point
Copy the full SHA 470aa5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74da690 - Browse repository at this point
Copy the full SHA 74da690View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7104d63 - Browse repository at this point
Copy the full SHA 7104d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20718c7 - Browse repository at this point
Copy the full SHA 20718c7View commit details -
Merge pull request #4 from simorenoh/async-client
CosmosDB Asynchronous client
Configuration menu - View commit details
-
Copy full SHA for d825eaa - Browse repository at this point
Copy the full SHA d825eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c27a5 - Browse repository at this point
Copy the full SHA e3c27a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b778ad - Browse repository at this point
Copy the full SHA 3b778adView commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6e352e - Browse repository at this point
Copy the full SHA c6e352eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8971a25 - Browse repository at this point
Copy the full SHA 8971a25View commit details
Commits on Nov 4, 2021
-
still missing discussion resolution on SSL verification and tests for async functionality under test module (apart from samples which are basically end to end tests)
Configuration menu - View commit details
-
Copy full SHA for 52736ac - Browse repository at this point
Copy the full SHA 52736acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad98039 - Browse repository at this point
Copy the full SHA ad98039View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f76c595 - Browse repository at this point
Copy the full SHA f76c595View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f02a65 - Browse repository at this point
Copy the full SHA 3f02a65View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e719869 - Browse repository at this point
Copy the full SHA e719869View commit details -
Configuration menu - View commit details
-
Copy full SHA for d03ee05 - Browse repository at this point
Copy the full SHA d03ee05View commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 02c52ee - Browse repository at this point
Copy the full SHA 02c52eeView commit details
Commits on Nov 29, 2021
-
added typehints, moved params into keywords, added decorators, made _…
…connection_policy private
Configuration menu - View commit details
-
Copy full SHA for 2cb4551 - Browse repository at this point
Copy the full SHA 2cb4551View commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf20d35 - Browse repository at this point
Copy the full SHA cf20d35View commit details
Commits on Dec 3, 2021
-
remove is_system_key from scripts (only used in execute_sproc)
is_system_key verifies that an empty partition key is properly dealt with if ['partitionKey']['systemKey'] exists in the container options - however, we do not allow containers to be created with empty partition key values in the python sdk, so the functionality is needless
Configuration menu - View commit details
-
Copy full SHA for f456817 - Browse repository at this point
Copy the full SHA f456817View commit details -
Revert "remove is_system_key from scripts (only used in execute_sproc)"
Reverting last commit, will find way to init is_system_key for now
Configuration menu - View commit details
-
Copy full SHA for ea9bd16 - Browse repository at this point
Copy the full SHA ea9bd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 709d2eb - Browse repository at this point
Copy the full SHA 709d2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3277dd8 - Browse repository at this point
Copy the full SHA 3277dd8View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a57cb4d - Browse repository at this point
Copy the full SHA a57cb4dView commit details -
Apply suggestions from code review
Clarifying comments for README Co-authored-by: Gahl Levy <75269480+gahl-levy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 014578b - Browse repository at this point
Copy the full SHA 014578bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d79695 - Browse repository at this point
Copy the full SHA 0d79695View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fdabea1 - Browse repository at this point
Copy the full SHA fdabea1View commit details -
Update sdk/cosmos/azure-cosmos/CHANGELOG.md
Co-authored-by: Simon Moreno <30335873+simorenoh@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 016d0dd - Browse repository at this point
Copy the full SHA 016d0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8228aa9 - Browse repository at this point
Copy the full SHA 8228aa9View commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ae1cd0 - Browse repository at this point
Copy the full SHA 7ae1cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8e953 - Browse repository at this point
Copy the full SHA 7e8e953View commit details
Commits on Jan 12, 2022
-
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
…into Azure-main
Configuration menu - View commit details
-
Copy full SHA for 99997e9 - Browse repository at this point
Copy the full SHA 99997e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f446308 - Browse repository at this point
Copy the full SHA f446308View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc466d8 - Browse repository at this point
Copy the full SHA bc466d8View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bca2da7 - Browse repository at this point
Copy the full SHA bca2da7View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 437895f - Browse repository at this point
Copy the full SHA 437895fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4b4a4 - Browse repository at this point
Copy the full SHA dd4b4a4View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 79e0b28 - Browse repository at this point
Copy the full SHA 79e0b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399f8bc - Browse repository at this point
Copy the full SHA 399f8bcView commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3bd2e8 - Browse repository at this point
Copy the full SHA a3bd2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf1532 - Browse repository at this point
Copy the full SHA dbf1532View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c275953 - Browse repository at this point
Copy the full SHA c275953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140b042 - Browse repository at this point
Copy the full SHA 140b042View commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 426a616 - Browse repository at this point
Copy the full SHA 426a616View commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c551dc - Browse repository at this point
Copy the full SHA 7c551dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0678376 - Browse repository at this point
Copy the full SHA 0678376View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6830ed6 - Browse repository at this point
Copy the full SHA 6830ed6View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b2e9c92 - Browse repository at this point
Copy the full SHA b2e9c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5f921 - Browse repository at this point
Copy the full SHA 6d5f921View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e2e9db - Browse repository at this point
Copy the full SHA 6e2e9dbView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9975b19 - Browse repository at this point
Copy the full SHA 9975b19View commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c13409 - Browse repository at this point
Copy the full SHA 6c13409View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1af63f2 - Browse repository at this point
Copy the full SHA 1af63f2View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da17adb - Browse repository at this point
Copy the full SHA da17adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1953c90 - Browse repository at this point
Copy the full SHA 1953c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c1bda - Browse repository at this point
Copy the full SHA 94c1bdaView commit details