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

[Storage] get_blob_properties for BlobClient #2014

Merged
merged 25 commits into from
Feb 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e8b4a53
Initial get_blob_properties POC
vincenttran-msft Jan 22, 2025
9980d27
Refactor off Storage feedback
vincenttran-msft Jan 23, 2025
cff7ca0
Update dict
vincenttran-msft Jan 23, 2025
09e37ba
Storage feedback round2
vincenttran-msft Jan 24, 2025
c95b015
Refactor models import
vincenttran-msft Jan 24, 2025
4fc3e43
fmt
vincenttran-msft Jan 25, 2025
31d42cd
Refactor, cleanup lib.rs
vincenttran-msft Jan 25, 2025
6c26536
Put back models mod in lib.rs
vincenttran-msft Jan 25, 2025
ff2002a
Solving CI issueS
vincenttran-msft Jan 25, 2025
147e390
Feedback roudn
vincenttran-msft Jan 28, 2025
1c0d630
fmt
vincenttran-msft Jan 28, 2025
ef3281b
PR feedback
vincenttran-msft Jan 28, 2025
0b5846c
refactor src/lib.rs
vincenttran-msft Jan 29, 2025
5cddd2c
revert
vincenttran-msft Jan 29, 2025
a9fcde0
Comment out test to be fixed with intro of new APIs
vincenttran-msft Jan 31, 2025
7848d5e
PR feedback
vincenttran-msft Feb 11, 2025
882a44b
Slight refactor
vincenttran-msft Feb 11, 2025
47801f7
Adjust codeowners
vincenttran-msft Feb 12, 2025
6c7c975
refactor
vincenttran-msft Feb 14, 2025
1b3bc9e
Add exhaustive list of headers to header_names()
vincenttran-msft Feb 21, 2025
4e8f4a2
Change azure_core_test dev-dependencies import
vincenttran-msft Feb 21, 2025
0657a68
Merge branch 'main' into vincenttran/get_blob_props_mvp
vincenttran-msft Feb 25, 2025
95c6a70
Revert lockfile, only changes from build against working dir
vincenttran-msft Feb 25, 2025
0195c7a
nit
vincenttran-msft Feb 25, 2025
c5634d0
Address PR feedback
vincenttran-msft Feb 26, 2025
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
Adjust codeowners
  • Loading branch information
vincenttran-msft committed Feb 21, 2025
commit 47801f73318a149456bf1a8dd1d1b8ea6f14c84d
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
# AzureSDKOwners: @heaths
# ServiceLabel: %Storage
# PRLabel: %Storage
/sdk/storage/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
/sdk/storage/ @heaths @RickWinter @JeffreyRichter @LarryOsterman @vincenttran-msft @jalauzon-msft

# AzureSDKOwners: @heaths
# ServiceOwner: @Pilchie