-
Notifications
You must be signed in to change notification settings - Fork 955
Progress on aztables #14676
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
Merged
christothes
merged 22 commits into
Azure:track2-tables
from
christothes:chriss/tablesSerialization
May 21, 2021
Merged
Progress on aztables #14676
Changes from 6 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
90f08ad
testFramework initial implementation with aztables tests
christothes 0ea3fa2
merge conflicts
christothes 6358502
batch working with Storage
christothes 02881ec
batch working
christothes 84d21c3
sort batch headers for recording consistency
christothes 8d29b40
batch response parsing
christothes 031b0ec
update mod and sum
christothes f1dc560
newline
christothes 96c9314
ioutil
christothes c077d26
renames
christothes 6411bd3
changelog version
christothes 9a890a2
batch error parsing, need to fix mixed batch
christothes fe45615
fixed batch - need to add cosmos merge operation policy
christothes 719341c
mixed batches
christothes 9d2274f
fmt
christothes 6fa31f0
batch errors
christothes ba52922
DeleteEntity
christothes f9b8273
update and upsert
christothes 8e07904
upsert
christothes d72bee5
GetEntity - with generated code issue
christothes 6c8b3a8
regenerate client
christothes e7f7059
fb
christothes 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Release History | ||
|
|
||
| ## v0.1.0 (Unreleased) | ||
| ## 0.1.0 (Unreleased) | ||
christothes marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
5 changes: 5 additions & 0 deletions
5
sdk/tables/aztables/recordings/TestServiceClient_Cosmos/TestCreateTable-variables.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| COSMOS_TABLES_ENDPOINT_SUFFIX: cosmos.azure.com | ||
| TABLES_COSMOS_ACCOUNT_NAME: chrisstablesprim | ||
| TABLES_PRIMARY_COSMOS_ACCOUNT_KEY: Kg== | ||
| randomSeed: "1617573293" |
75 changes: 75 additions & 0 deletions
75
sdk/tables/aztables/recordings/TestServiceClient_Cosmos/TestCreateTable.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| --- | ||
| version: 1 | ||
| interactions: | ||
| - request: | ||
| body: '{"TableName":"gotablecwmvbx3xi23m7"}' | ||
| form: {} | ||
| headers: | ||
| Accept: | ||
| - application/json;odata=minimalmetadata | ||
| Authorization: | ||
| - sanitized | ||
| Content-Length: | ||
| - "36" | ||
| Content-Type: | ||
| - application/json | ||
| Dataserviceversion: | ||
| - "3.0" | ||
| User-Agent: | ||
| - azsdk-go-tables/<version> azsdk-go-tables/<version> azcore/v0.13.4 (go1.16.2; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The telemetry string in the generated code needs to be updated to replace |
||
| Windows_NT) | ||
| X-Ms-Date: | ||
| - Sun, 04 Apr 2021 21:54:53 GMT | ||
| X-Ms-Version: | ||
| - "2019-02-02" | ||
| url: https://chrisstablesprim.table.cosmos.azure.com/Tables | ||
| method: POST | ||
| response: | ||
| body: '{"TableName":"gotablecwmvbx3xi23m7","odata.metadata":"https://chrisstablesprim.table.cosmos.azure.com/$metadata#Tables/@Element"}' | ||
| headers: | ||
| Content-Type: | ||
| - application/json;odata=minimalmetadata | ||
| Date: | ||
| - Sun, 04 Apr 2021 21:54:53 GMT | ||
| Etag: | ||
| - W/"datetime'2021-04-04T21%3A54%3A53.3743624Z'" | ||
| Location: | ||
| - https://chrisstablesprim.table.cosmos.azure.com/Tables('gotablecwmvbx3xi23m7') | ||
| Server: | ||
| - Microsoft-HTTPAPI/2.0 | ||
| X-Ms-Request-Id: | ||
| - 33edc858-c2fc-436f-a0a0-8f909cfd1114 | ||
| status: 201 Created | ||
| code: 201 | ||
| duration: "" | ||
| - request: | ||
| body: "" | ||
| form: {} | ||
| headers: | ||
| Accept: | ||
| - application/json | ||
| Authorization: | ||
| - sanitized | ||
| User-Agent: | ||
| - azsdk-go-tables/<version> azsdk-go-tables/<version> azcore/v0.13.4 (go1.16.2; | ||
| Windows_NT) | ||
| X-Ms-Date: | ||
| - Sun, 04 Apr 2021 21:54:53 GMT | ||
| X-Ms-Version: | ||
| - "2019-02-02" | ||
| url: https://chrisstablesprim.table.cosmos.azure.com/Tables('gotablecwmvbx3xi23m7') | ||
| method: DELETE | ||
| response: | ||
| body: "" | ||
| headers: | ||
| Content-Length: | ||
| - "0" | ||
| Date: | ||
| - Sun, 04 Apr 2021 21:54:53 GMT | ||
| Server: | ||
| - Microsoft-HTTPAPI/2.0 | ||
| X-Ms-Request-Id: | ||
| - 654da1b1-025b-451e-8d64-d3c4afe7739a | ||
| status: 204 No Content | ||
| code: 204 | ||
| duration: "" | ||
5 changes: 5 additions & 0 deletions
5
sdk/tables/aztables/recordings/TestServiceClient_Cosmos/TestQueryTable-variables.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| COSMOS_TABLES_ENDPOINT_SUFFIX: cosmos.azure.com | ||
| TABLES_COSMOS_ACCOUNT_NAME: chrisstablesprim | ||
| TABLES_PRIMARY_COSMOS_ACCOUNT_KEY: Kg== | ||
| randomSeed: "1617573294" |
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.
Uh oh!
There was an error while loading. Please reload this page.