-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Structured message cherrypick stg96 #45626
Merged
seanmcc-msft
merged 31 commits into
Azure:feature/storage/stg96base2
from
jaschrep-msft:structured-message-cherrypick-stg96
Sep 25, 2024
Merged
Structured message cherrypick stg96 #45626
seanmcc-msft
merged 31 commits into
Azure:feature/storage/stg96base2
from
jaschrep-msft:structured-message-cherrypick-stg96
Sep 25, 2024
Conversation
This file contains 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
* Initial implementation and basic test * seek/write tests * fix test param * fix exceptions
* enum rename and footer read/write methods * align encode/decode tests | update encoding stream * decode stream footer * rename
* decode tests & bugfixes * roundtrip tests * more tests * better errors | remove duplicate test
* validate stream length * tests
* regenerate and stage block uses structured message * page and append * testproxy * cleanup * fix datalake/share tests * testproxy * testproxy * re-add null-safe access
* download range structured message * testproxy * throw when service fails to give back structured message * test * testproxy
* putblob structured message * testproxy * fixes
* datalake append * null fix * fixes
* retriable decode * rewind mock test * bugfix * bugfix * tests
* blobs retriable structured message download * test proxy * testproxy * remove commented code
* blockblob working * revert testing change * page/append * datalake file * testfix * bug fixes | test fixes * disable new API for presenting CRC from structured message * fix nunit * whitespace * fix/test-proxy * csproj * more csproj removeals This is building fine locally idk what's up * Trigger Fresh Build * fileshare testproxy * fix mock * Update macos image from 11 to latest (Azure#44607) * Update macos image from 11 to latest * Update eng/pipelines/templates/jobs/ci.mgmt.yml Co-authored-by: Ben Broderick Phillips <ben@benbp.net> --------- Co-authored-by: Ben Broderick Phillips <ben@benbp.net> * Revert "Update macos image from 11 to latest (Azure#44607)" this is causing too many problems. skipping macos tests for now. They'll run when this feature branch merges into main. This reverts commit 29e87b4. --------- Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
* impl * testproxy * shares fix * testproxy
* block blob fix * testproxy
* rename and validation * fix
* expose crc from structured message * testproxy * undo typo * exportapi
…torage Test Packages (Azure#45608)
rename 'Size' in ContentRange. Name was misleading. Change partitioned downloader to rely on calculating downloaded length based on Content-Range, as Content-Length is no longer reliable for blob data.
API change check APIView has identified API level changes in this PR and created following API reviews. Azure.Storage.Blobs |
jaschrep-msft
force-pushed
the
structured-message-cherrypick-stg96
branch
from
September 24, 2024 20:19
f2c85fa
to
1f9983b
Compare
…/azure-sdk-for-net into structured-message-cherrypick-stg96
jaschrep-msft
requested review from
seanmcc-msft,
amnguye,
schaabs,
tg-msft,
jalauzon-msft and
nickliu-msft
as code owners
September 24, 2024 21:40
seanmcc-msft
merged commit Sep 25, 2024
99c02de
into
Azure:feature/storage/stg96base2
27 of 30 checks passed
seanmcc-msft
added a commit
that referenced
this pull request
Sep 25, 2024
This reverts commit 99c02de.
seanmcc-msft
pushed a commit
that referenced
this pull request
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.