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

Add download/download directory functionality #3658

Merged
merged 1 commit into from
May 24, 2022

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented May 20, 2022

Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

@check-enforcer

This comment was marked as spam.

@Jinming-Hu
Copy link
Member

Hi @EmmaZhu , please rebase your PR on top of latest commit of feature/dmlib

@EmmaZhu
Copy link
Member Author

EmmaZhu commented May 20, 2022

Hi @EmmaZhu , please rebase your PR on top of latest commit of feature/dmlib

working on it.

@Jinming-Hu Jinming-Hu added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels May 20, 2022
@Jinming-Hu Jinming-Hu mentioned this pull request May 23, 2022
43 tasks
Copy link
Member

@Jinming-Hu Jinming-Hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please fix CI failure

@EmmaZhu EmmaZhu force-pushed the feature/dmlib branch 3 times, most recently from 274062e to 8739bee Compare May 23, 2022 11:14
Copy link
Member

@Jinming-Hu Jinming-Hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @EmmaZhu , I noticed CI still failed.

You can ignore the coverage drop and failures on UWP platform. But you'll need to clang-format your code

List of files not formatted correctly:
sdk/storage/azure-storage-datamovement/inc/azure/storage/datamovement/blob_folder.hpp
sdk/storage/azure-storage-datamovement/inc/azure/storage/datamovement/tasks/download_blob_directory_task.hpp
sdk/storage/azure-storage-datamovement/inc/azure/storage/datamovement/tasks/upload_blob_from_file_task.hpp
sdk/storage/azure-storage-datamovement/src/blob_folder.cpp
sdk/storage/azure-storage-datamovement/src/blob_transfer_manager.cpp
sdk/storage/azure-storage-datamovement/src/tasks/download_blob_directory_task.cpp
##[error]Bash exited with code '1'.
Finishing: Validate Clang Format

@Jinming-Hu
Copy link
Member

UWP failed because it's been removed from supporting matrix. I synced the latest code from main in this PR #3663. Please approve.

@EmmaZhu EmmaZhu force-pushed the feature/dmlib branch 2 times, most recently from 8d5724b to 075a410 Compare May 24, 2022 01:02
@EmmaZhu EmmaZhu enabled auto-merge (squash) May 24, 2022 01:08
@Jinming-Hu Jinming-Hu disabled auto-merge May 24, 2022 01:28
@Jinming-Hu
Copy link
Member

/check-enforcer override

@EmmaZhu EmmaZhu merged commit d697ec1 into Azure:feature/dmlib May 24, 2022
Jinming-Hu pushed a commit to Jinming-Hu/azure-sdk-for-cpp that referenced this pull request Oct 14, 2022
Jinming-Hu added a commit that referenced this pull request Oct 16, 2022
* Create Storage DataMovement directory (#3594)

* DataMovement library Upload functionalities (#3618)

* Add blob downloading. (#3658)

* Storage DataMovement: Job suspension/resumption/cancellation Error/Progress handling (#3662)

* job suspension/resumption/cancellation/error handling/progress

* improve

* download

* rewrite blobfolder (#3681)

* Storage Transfer Manager: Job Engine Implementation (#3742)

* Sequential write in downloading and directory download (#3779)

* Sequential write in downloading and directory download

* Resolve comments

* Resolve test failure.

* Transfer Manager, copy support & journal for downloading (#3792)

Co-authored-by: EmmaZhu-MSFT <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants