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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Adds a memory connector for Azure Cosmos DB for NoSQL #6148

Merged
merged 27 commits into from
May 20, 2024

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    b7ac7b6 View commit details
    Browse the repository at this point in the history
  2. more WIP

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    40a28f2 View commit details
    Browse the repository at this point in the history
  3. More WIP

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    19ebe03 View commit details
    Browse the repository at this point in the history
  4. Something that compiles

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1c09ecc View commit details
    Browse the repository at this point in the history
  5. Something sort of working

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    5f7ad7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f6bef3 View commit details
    Browse the repository at this point in the history
  7. Working with client side TOP

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4b449fd View commit details
    Browse the repository at this point in the history
  8. Back to query

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6b58ac4 View commit details
    Browse the repository at this point in the history
  9. Check length too

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0a1a1da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab72061 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bcfa393 View commit details
    Browse the repository at this point in the history
  12. Cleanup Tests

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e175661 View commit details
    Browse the repository at this point in the history
  13. Handle large batch queries

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    86684f6 View commit details
    Browse the repository at this point in the history
  14. Formatting fixes

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3fa098d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f5eee9 View commit details
    Browse the repository at this point in the history
  16. Review feedback

    * Make helper types internal
    * Ensure there is an appropriate embedding policy
    * Fix doc comment copy/paste mistake
    * Re-use constant in another place
    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e8baf68 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a92fab View commit details
    Browse the repository at this point in the history
  18. Apply indent fix

    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    Pilchie and stephentoub committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e580918 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7d061de View commit details
    Browse the repository at this point in the history
  20. Fix stutter

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    eae8d20 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4f16261 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0807f3a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    47a347a View commit details
    Browse the repository at this point in the history
  24. Remove applicationName parameter.

    Setting this after the `CosmosClient` can't be relied upon to work (it
    won't if a connection has already been established in the current
    implementation).
    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    cb27f3a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    38fd7d6 View commit details
    Browse the repository at this point in the history
  26. Fix warnings

    Pilchie committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d246bf4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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