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] Adds support for non streaming ORDER BY #35468

Merged
merged 69 commits into from
May 15, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    991a274 View commit details
    Browse the repository at this point in the history
  2. Update index_management.py

    simorenoh committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3a3a652 View commit details
    Browse the repository at this point in the history
  3. Update index_management.py

    simorenoh committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    20f533c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. async and samples

    simorenoh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    09f33b7 View commit details
    Browse the repository at this point in the history
  2. sync and async tests

    simorenoh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8e527fd View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    simorenoh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7c44137 View commit details
    Browse the repository at this point in the history
  4. developed typehints

    simorenoh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7eb5439 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. skip tests

    simorenoh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c428476 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

    simorenoh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c4b1ab View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 16, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    fef391d View commit details
    Browse the repository at this point in the history
  2. async changes

    simorenoh committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8583dbf View commit details
    Browse the repository at this point in the history
  3. some comments addressed

    simorenoh committed May 3, 2024
    Configuration menu
    Copy the full SHA
    158f60f View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

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

Commits on May 8, 2024

  1. bug fix on ordering

    simorenoh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a414f05 View commit details
    Browse the repository at this point in the history
  2. ordering bug fix

    simorenoh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d217210 View commit details
    Browse the repository at this point in the history
  3. fix datetime

    simorenoh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8869ea4 View commit details
    Browse the repository at this point in the history
  4. samples added

    simorenoh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0c6d8eb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. small fixes

    simorenoh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    30b0645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5056d89 View commit details
    Browse the repository at this point in the history
  3. last bit of pq fixes

    simorenoh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    358deae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    617c709 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. memory optimization

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    73e3709 View commit details
    Browse the repository at this point in the history
  2. Update sdk/cosmos/azure-cosmos/azure/cosmos/_execution_context/aio/do…

    …cument_producer.py
    
    Co-authored-by: Anna Tisch <antisch@microsoft.com>
    simorenoh and annatisch authored May 10, 2024
    Configuration menu
    Copy the full SHA
    6bb8090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    326b155 View commit details
    Browse the repository at this point in the history
  4. addressing comments

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    540a645 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98a4fc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d487519 View commit details
    Browse the repository at this point in the history
  7. async tests

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    abd2bc0 View commit details
    Browse the repository at this point in the history
  8. pylint

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a0547b1 View commit details
    Browse the repository at this point in the history
  9. remove print

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    07acb93 View commit details
    Browse the repository at this point in the history
  10. pylint

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7cd5b92 View commit details
    Browse the repository at this point in the history
  11. adds env variable

    simorenoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5834b29 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. adds JS tests

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f615f3e View commit details
    Browse the repository at this point in the history
  2. error logic improvements

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0081bbe View commit details
    Browse the repository at this point in the history
  3. readme updates

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    674f483 View commit details
    Browse the repository at this point in the history
  4. more fixes to logic

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e26bf6 View commit details
    Browse the repository at this point in the history
  5. oops

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a65eb0a View commit details
    Browse the repository at this point in the history
  6. memory optimization

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6563bc3 View commit details
    Browse the repository at this point in the history
  7. Update sdk/cosmos/azure-cosmos/README.md

    Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com>
    simorenoh and FabianMeiswinkel authored May 13, 2024
    Configuration menu
    Copy the full SHA
    9935dc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad36a9c View commit details
    Browse the repository at this point in the history
  9. remove/ comment out diskANN

    simorenoh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    86b78b7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3cff42f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd187dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2fbb1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe7742a View commit details
    Browse the repository at this point in the history
  5. missed some tests

    simorenoh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7cd4d9d View commit details
    Browse the repository at this point in the history
  6. Update test_aggregate.py

    simorenoh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b3876c6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update test-resources.bicep

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d8bc50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e699e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e79839b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16860dc View commit details
    Browse the repository at this point in the history
  5. test fixes

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1431e9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28bef5b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8701b80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58af1bb View commit details
    Browse the repository at this point in the history
  9. tests

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9bfdf57 View commit details
    Browse the repository at this point in the history
  10. tests

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    45e5b6d View commit details
    Browse the repository at this point in the history
  11. more tests

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c4a7c60 View commit details
    Browse the repository at this point in the history
  12. small bit

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b6dbe45 View commit details
    Browse the repository at this point in the history
  13. final fixes hopefully

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fca1294 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    445ba94 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f64775d View commit details
    Browse the repository at this point in the history
  16. add date for release prep

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ae9524d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e616c4a View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    simorenoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8ad2591 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd10e89 View commit details
    Browse the repository at this point in the history