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

Client Encryption Bulk: Adds the ability to pass container rid to SDK header for Bulk operations for container recreate scenarios #2404

Merged
merged 53 commits into from
Sep 30, 2021
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
fd48e6b
Add support to inject/append custom header via RequestOptions.
kr-santosh Apr 8, 2021
08cea4f
Update DotNetSDKAPI.json
kr-santosh Apr 8, 2021
c4d02ec
Update CosmosHeaderTests.cs
kr-santosh Apr 9, 2021
cab9228
Merge branch 'master' into users/sakulk/addcustomhdr
kr-santosh Apr 9, 2021
2402f1d
Changes as per review comments.
kr-santosh Apr 9, 2021
62e2fad
Update CosmosHeaderTests.cs
kr-santosh Apr 9, 2021
f5d11e7
Merge remote-tracking branch 'origin/users/sakulk/addcustomhdr'
kr-santosh Apr 15, 2021
81bd7ad
Provide shallow copy function.
kr-santosh Apr 15, 2021
e75cecf
Merge branch 'master' into users/sakulk/addcustomhdr
kr-santosh Apr 15, 2021
2ad3fb2
Merge remote-tracking branch 'origin/users/sakulk/addcustomhdr' into …
kr-santosh Apr 16, 2021
50df326
Fix allows headers required by enc package to be passed during bulk o…
kr-santosh Apr 20, 2021
9eb04f2
Merge branch 'master' into users/sakulk/addcustomhdr
kr-santosh Apr 20, 2021
4c32dcd
Move to PREVIEW
kr-santosh Apr 20, 2021
26695e8
Merge remote-tracking branch 'origin/users/sakulk/addcustomhdr' into …
kr-santosh Apr 20, 2021
8ac3749
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Apr 22, 2021
668e917
Merge branch 'users/sakulk/fixbulkexecreqopt' of https://github.com/A…
kr-santosh Apr 22, 2021
7b6be88
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh Apr 27, 2021
c6d8be6
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Apr 27, 2021
f70fa21
Fixes.
kr-santosh Apr 27, 2021
fdb8079
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh May 12, 2021
b9e3fb2
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh May 12, 2021
c2a944b
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh May 18, 2021
205bd8c
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh May 18, 2021
9a0c3ee
Fixes.
kr-santosh May 25, 2021
c7f6f0a
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh May 25, 2021
c3f21f6
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh May 25, 2021
1dbc0dc
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh Jun 21, 2021
0ddf29a
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Jun 21, 2021
d08ce92
Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3
kr-santosh Jul 12, 2021
c026f4b
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Jul 12, 2021
c22d4dd
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Aug 19, 2021
f9bd30b
Update BatchAsyncBatcher.cs
kr-santosh Sep 13, 2021
66aa027
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 13, 2021
1baba18
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 21, 2021
69e3304
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 22, 2021
3dbf853
Update BatchAsyncContainerExecutor.cs
kr-santosh Sep 23, 2021
feffaea
using constants
kr-santosh Sep 23, 2021
936c624
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 23, 2021
1cb85b0
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 27, 2021
c123209
Update BatchAsyncBatcher.cs
kr-santosh Sep 27, 2021
2d3c528
Merge branch 'users/sakulk/fixbulkexecreqopt' of https://github.com/A…
kr-santosh Sep 27, 2021
5ff5116
fixed names
kr-santosh Sep 27, 2021
08abe34
Update PartitionKeyRangeServerBatchRequest.cs
kr-santosh Sep 27, 2021
fff4f4b
Updated documentation.
kr-santosh Sep 27, 2021
43b9ae0
Fixes as per review comments.
kr-santosh Sep 27, 2021
d890310
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 28, 2021
a3e701b
Update PartitionKeyRangeServerBatchRequestTests.cs
kr-santosh Sep 28, 2021
327f38b
fixes.
kr-santosh Sep 28, 2021
74e660f
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 29, 2021
198181c
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
j82w Sep 29, 2021
0631cad
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
kr-santosh Sep 30, 2021
2404b89
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
j82w Sep 30, 2021
922bb76
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
j82w Sep 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into users/sakulk/fixbulkexecreqopt
  • Loading branch information
kr-santosh authored Aug 19, 2021
commit c22d4dd717638586ffba120353a386fb308bd271

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.