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 DB: Adds Patch Support #2161

Merged
merged 38 commits into from
Apr 30, 2024
Merged

Commits on Apr 26, 2024

  1. wip

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    150f42b View commit details
    Browse the repository at this point in the history
  2. remove unused file

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7bf06bd View commit details
    Browse the repository at this point in the history
  3. refcators code

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    abc2e62 View commit details
    Browse the repository at this point in the history
  4. implement patch func

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d2c014b View commit details
    Browse the repository at this point in the history
  5. fix patch

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    41701e9 View commit details
    Browse the repository at this point in the history
  6. updated test

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    51dd0b1 View commit details
    Browse the repository at this point in the history
  7. wip

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c7f830b View commit details
    Browse the repository at this point in the history
  8. refactor code

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc06d5f View commit details
    Browse the repository at this point in the history
  9. rename tets

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    482e196 View commit details
    Browse the repository at this point in the history
  10. fix test

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9b5b7b0 View commit details
    Browse the repository at this point in the history
  11. fix test

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    434f4cf View commit details
    Browse the repository at this point in the history
  12. updates test

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1d1b3a7 View commit details
    Browse the repository at this point in the history
  13. fix format

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fc450b5 View commit details
    Browse the repository at this point in the history
  14. config update

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    31b6d97 View commit details
    Browse the repository at this point in the history
  15. verified txt

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    85eb02a View commit details
    Browse the repository at this point in the history
  16. add cosmos db check

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b406a1c View commit details
    Browse the repository at this point in the history
  17. format fix

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3da78e9 View commit details
    Browse the repository at this point in the history
  18. cli fixes

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a707128 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    529999d View commit details
    Browse the repository at this point in the history
  20. updated more file

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0da866a View commit details
    Browse the repository at this point in the history
  21. refactor code

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d0893d6 View commit details
    Browse the repository at this point in the history
  22. fix format

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aa022b7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6ecb8af View commit details
    Browse the repository at this point in the history
  24. clean up

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    78ef01b View commit details
    Browse the repository at this point in the history
  25. refactor code

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0ec7142 View commit details
    Browse the repository at this point in the history
  26. add doc

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    553f95f View commit details
    Browse the repository at this point in the history
  27. review comments

    sourabh1007 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8233fdd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. change error message

    sourabh1007 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0a89888 View commit details
    Browse the repository at this point in the history
  2. fix assertion

    sourabh1007 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    16db369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e1a6e View commit details
    Browse the repository at this point in the history
  4. revert some changes

    sourabh1007 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0d7a9b7 View commit details
    Browse the repository at this point in the history
  5. revert few more files

    sourabh1007 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2d3cb47 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fixed tests

    sourabh1007 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d85c486 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    sourabh1007 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4d7c8c9 View commit details
    Browse the repository at this point in the history
  3. Update src/Core/Services/TypeHelper.cs

    Co-authored-by: Aniruddh Munde <anmunde@microsoft.com>
    sourabh1007 and Aniruddh25 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3d5bf95 View commit details
    Browse the repository at this point in the history
  4. fix test

    sourabh1007 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    67c0e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b515ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d2f536 View commit details
    Browse the repository at this point in the history