-
Notifications
You must be signed in to change notification settings - Fork 228
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
support added to remove files; force flag feature added for file share #2
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
81ba902
support added to remove files; force flag feature added for file share
prjain-msft a50d9c2
added support for canceling job by writing cancel on stdin
prjain-msft 3afffd9
log level input changed to string
prjain-msft 7e3fd31
fixed test cases for the recent change 'log level input changed to st…
prjain-msft e2671e7
enum added for log level
prjain-msft d94e0d5
fixed the test_force_flag_set_to_false_upload test case
prjain-msft d7c30dc
temp front-end changes
prjain-msft 9c896d1
readstdinforcancel changes; log enum changes; changes in copy downloa…
prjain-msft f34115d
fixed compilation errors
prjain-msft d16493c
code refactored in copydownloadblobenumerator
prjain-msft f7fbf25
fixed blobNameMatchesThePattern for linux
prjain-msft 6e48b7d
include/exclude flag added for copy / resume command; test case added…
prjain-msft 98f5d01
fixed infer argument location api; enabled the test case in init test…
prjain-msft b7ce0b7
fixed blob download
prjain-msft 0b3ad8d
wildcard support added in remove; test case added for removing with w…
prjain-msft a817efa
relace filepath.Match with regexp Match
prjain-msft 58528e4
fix for blob name match with pattern on linux
prjain-msft 8e096cf
wildcard in sync implemented
prjain-msft 0d5777a
fixed cancel command
prjain-msft 8d54cc0
delete blob/file/ local file in case of failed / cancelled transfer
prjain-msft 12b68a8
changed the log file open and initialize code; avoid opening of log f…
prjain-msft d8f454e
changed the cancellation cases in CancelPauseJobOrder for handling th…
prjain-msft 2af23a0
add environment variables holding the test suite configuration
prjain-msft 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this word is suitable, would better be more friendly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with Trash. Do you want to suggest a different word?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember Microsoft has TSA which could help to scan special words not suitable to use. And I'm not sure if Trash can pass scan. I know Windows use Recycle bin for deleted files. What about using Recycle?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't care too much about this but I'd be OK with BlobRemove/FileRemove. This solidifies the link between Remove and removeEnumerator.