-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support adding directories in google cloud storage remote #2853
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e750496
remote/gs: support adding directories
skshetry 5e2150d
remote/gs: set max_results to improve performance when checking existβ¦
skshetry 0c08c09
dvc: append slash at the end for dir path_info
skshetry fe248aa
dvc: use replace instead of posixpath
skshetry db12416
remove extra args
skshetry 54dd989
gs: return relative path in list_cache_paths
skshetry ee69ac8
gs: make it work with empty dir
skshetry caa67c7
dvc: refactor tests
skshetry 4714929
Merge branch 'master' into gs-external-deps
skshetry 63cf117
Move to tests/remotes.py
skshetry 42991d3
Move more stuff from data_cloud to tests/remotes.py
skshetry 8a62e2f
gs: check if the path is directory when checking for exists
skshetry 433d2f8
test: remove nested contextmanagers, return False on exists()
skshetry 25f0e07
gs: use Blob.exists() instead of _list_paths to check for blob
skshetry 7e62a7d
gs: implement isfile
skshetry f4f836e
Merge branch 'master' into gs-external-deps
skshetry 22c0a64
address @efiop's suggestions
skshetry 4f011f6
use yield and staticmethod
skshetry 6ba7b1d
gs: adjust tests
skshetry 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.