-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Initial checkin for Storage file #4414
Merged
sima-zhu
merged 33 commits into
Azure:storage-post-review1-dev
from
sima-zhu:storage-file
Jul 24, 2019
Merged
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e43a8b2
Finished the restructure, refactor builder. Added sleep in record fea…
sima-zhu b7c446b
Fixed the macOS
sima-zhu 889ec07
merge from mainlnie
sima-zhu 8334cb1
Added commit for macOS and linux for debuging the filepath
sima-zhu 3a6470b
Fixed filePath
sima-zhu 0ae0d8a
Remove comments
sima-zhu bddf4da
Keep the download file.
sima-zhu ca12657
Added the empty download file.
sima-zhu cdfeb09
Fixed the failure test in linux and mac
740e7e1
Fixed the upload download tests.
sima-zhu 456deb3
Fixed the record and playback tests
sima-zhu b1ea3be
Fix checkstyle
sima-zhu 7c0f87d
URL and snapshot refactor. FileService JavaDoc code snippet done.
sima-zhu f98107e
Fixed the failed JavaDoc
sima-zhu 6f729e0
Share client java doc code snippet.
sima-zhu 93a5fce
Directory client java doc code snippet.
sima-zhu e5f1ec7
file
sima-zhu efb304b
file client java doc code snippet
sima-zhu f6853df
Merge branch 'storage-post-review1-dev' into storage-file
sima-zhu 67410a8
CLean up the javadoc snippet
sima-zhu a65ed6d
Merge branch 'storage-file' of https://github.com/sima-zhu/azure-sdk-…
sima-zhu 67aee2a
Addressed comments
sima-zhu 6047a3f
Addressed the comments from PR
sima-zhu 9ceb72b
Fixed README
sima-zhu ddb43c1
Addressed the comments from PR and meeting,
sima-zhu bd80931
Addressed the comments from PR and meeting.
sima-zhu b615c23
Add file version.
sima-zhu 1f83cb2
Fixed the playback test
sima-zhu 738677a
Update storage/client/file/src/main/java/com/azure/storage/file/Direc…
sima-zhu d673190
Make changes to javadoc and readme
sima-zhu ca039a0
Merge branch 'storage-file' of https://github.com/sima-zhu/azure-sdk-…
sima-zhu 434123e
Changed the log level to warning and make it non-static
sima-zhu 67e7fcb
Remove the duplicate exclude rule in spotbugs
sima-zhu 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,3 @@ private static synchronized void loadProperties() { | |
} | ||
|
||
|
||
|
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.
Don't duplicate the pattern - put it in the
Or
clause above instead.