Skip to content
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

Merged
merged 88 commits into from
May 13, 2022
Merged

[Cosmos] Fix failing unit tests #24287

merged 88 commits into from
May 13, 2022

Commits on Aug 13, 2021

  1. initial commit

    simorenoh committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    61ba8d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Client Constructor (#20310)

    * Removed some stuff
    
    * Looking at constructors
    
    * Updated request
    
    * Added client close
    
    * working client creation
    
    Co-authored-by: simorenoh <simonmorenohe@gmail.com>
    annatisch and simorenoh authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    15dcceb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. read database

    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
    simorenoh committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    bda95c3 View commit details
    Browse the repository at this point in the history
  2. Update simon_testfile.py

    simorenoh committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c9648ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. with coroutine

    Added methods needed to use async with when initializing client, but logs output "Exception ignored... Runtime Error: Event loop is closed"
    simorenoh committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    80540dc View commit details
    Browse the repository at this point in the history
  2. Update simon_testfile.py

    simorenoh committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    1285438 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. small changes

    simorenoh committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    992b0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47cb688 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Azure/simonmoreno/async

    Move branch into local fork
    simorenoh authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    f3fa79f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. async read container

    simorenoh committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0c49739 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. async item read

    simorenoh committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    47f4af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. cleaning up

    simorenoh committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    c97c946 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    fcd95db View commit details
    Browse the repository at this point in the history
  2. item delete working

    simorenoh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    36c5b90 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. docs replace functionality

    missing upsert and other resources
    simorenoh committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    44db2a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. upsert functionality

    missing read_all_items and both query methods for container class
    simorenoh committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ec5b6ed View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge pull request #2 from simorenoh/item-read

    Complete item CRUD functionality - only missing queries
    simorenoh authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    d63d052 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. missing query methods

    simorenoh committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5d74c8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    89fc2f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdaa880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9baf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6650bc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    043dfe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befdb41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from simorenoh/query-functionality

    Query functionality and container query methods
    simorenoh authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8cffbe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    72de7c8 View commit details
    Browse the repository at this point in the history
  2. oops

    simorenoh committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    5b805b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. fully working queries

    simorenoh committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8d8d0c4 View commit details
    Browse the repository at this point in the history
  2. small fix to query_items()

    also fixed README and added examples_async
    simorenoh committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b597ca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18319df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162c44d View commit details
    Browse the repository at this point in the history
  5. documentation update

    simorenoh committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ebbac51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43f78e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    470aa5b View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    simorenoh committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    74da690 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    7104d63 View commit details
    Browse the repository at this point in the history
  2. Delete simon_testfile.py

    simorenoh committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    20718c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from simorenoh/async-client

    CosmosDB Asynchronous client
    simorenoh authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d825eaa View commit details
    Browse the repository at this point in the history
  4. leftover retry utility

    simorenoh committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e3c27a5 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    simorenoh committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3b778ad View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    c6e352e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8971a25 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. changes based on comments

    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)
    simorenoh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    52736ac View commit details
    Browse the repository at this point in the history
  2. small change in type hints

    simorenoh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ad98039 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. updated readme

    simorenoh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f76c595 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    3f02a65 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. added missing type comments

    simorenoh committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e719869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03ee05 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    02c52ee View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. added typehints, moved params into keywords, added decorators, made _…

    …connection_policy private
    simorenoh committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2cb4551 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    cf20d35 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. 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
    simorenoh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f456817 View commit details
    Browse the repository at this point in the history
  2. 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
    simorenoh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    ea9bd16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709d2eb View commit details
    Browse the repository at this point in the history
  4. pylint

    simorenoh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3277dd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. capitalized constants

    simorenoh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a57cb4d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Clarifying comments for README
    
    Co-authored-by: Gahl Levy <75269480+gahl-levy@users.noreply.github.com>
    simorenoh and gahl-levy authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    014578b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d79695 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. last doc updates

    simorenoh authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fdabea1 View commit details
    Browse the repository at this point in the history
  2. Update sdk/cosmos/azure-cosmos/CHANGELOG.md

    Co-authored-by: Simon Moreno <30335873+simorenoh@users.noreply.github.com>
    tjprescott and simorenoh authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    016d0dd View commit details
    Browse the repository at this point in the history
  3. version update

    simorenoh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8228aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    7ae1cd0 View commit details
    Browse the repository at this point in the history
  2. cosmos updates for release

    simorenoh committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7e8e953 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    99997e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Azure-main'

    simorenoh committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f446308 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Azure-main'

    simorenoh committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    bc466d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    bca2da7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. fix connection string comma

    simorenoh committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    437895f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    simorenoh committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    dd4b4a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    79e0b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399f8bc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    a3bd2e8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    simorenoh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    dbf1532 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    c275953 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    simorenoh committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    140b042 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    426a616 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    7c551dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0678376 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    6830ed6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. first round of fixes

    simorenoh committed May 3, 2022
    Configuration menu
    Copy the full SHA
    b2e9c92 View commit details
    Browse the repository at this point in the history
  2. Update test_config.py

    simorenoh committed May 3, 2022
    Configuration menu
    Copy the full SHA
    6d5f921 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. round 2

    simorenoh committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6e2e9db View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    9975b19 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. small changes

    simorenoh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6c13409 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. more small fixes

    simorenoh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1af63f2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Update test_query.py

    simorenoh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    da17adb View commit details
    Browse the repository at this point in the history
  2. Update test_query.py

    simorenoh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1953c90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c1bda View commit details
    Browse the repository at this point in the history