-
Notifications
You must be signed in to change notification settings - Fork 354
[Cosmos] Feed Range API #3987
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
Closed
Closed
[Cosmos] Feed Range API #3987
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4e4dc14
feed ranges
simorenoh 4887deb
remove artificial ranges, add force_refresh, fix inclusivity
simorenoh 6e809eb
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh be5fcaa
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh 2c8be37
link changes from ContainerReference
simorenoh 6ed115d
Merge branch 'release/azure_data_cosmos-previews' of https://github.c…
simorenoh a27944c
newtype
simorenoh 8b4e490
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh c3b55aa
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh 86796f6
Merge branch 'feed-range-apis' of https://github.com/Azure/azure-sdk-…
simorenoh 307621d
internal review
simorenoh 7342270
change to use driver, rename options
simorenoh ba0e858
Update mod.rs
simorenoh ca7ad3a
Update cosmos_operation.rs
simorenoh 766ff8e
Update cosmos_driver.rs
simorenoh 6e137c6
add needed headers
simorenoh 7fe5e0f
no more roundtrips. (sorry Ashley!)
simorenoh ecd8e4a
update to two partition containers
simorenoh 8f849fd
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh 100bd30
Merge branch 'release/azure_data_cosmos-previews' into feed-range-apis
simorenoh deff03a
Cosmos: mark azure_data_cosmos_macros shipping (#4129)
analogrelay f3ee6d9
Update container_client.rs
simorenoh 88af60e
Increment versions for cosmos releases (#4133)
azure-sdk 67b4555
Merge branch 'feed-range-apis' of https://github.com/Azure/azure-sdk-…
simorenoh dbd3100
updates post hpk merges
simorenoh cdf9e51
small changes
simorenoh 35562c6
re-do EffectiveParititonKey usage
simorenoh 51273c1
revert cargo changes from bad merge
simorenoh 56579c2
Update Cargo.lock
simorenoh d4ca8e0
Update Cargo.lock
simorenoh 76740f9
revert these too since they were added in another PR
simorenoh 8790a35
more reverts
simorenoh 1803285
Update Cargo.toml
simorenoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, this shouldn't be in this PR.