forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote: support saving RepoTree objects directly to cache (iterative#…
…3825) * DvcTree: use out.dir_cache instead of out.collect_use_dir_cache * RepoTree: support filtering out dvcfiles during walk() * RepoTree: support recursive isdvc() * remote: support computing checksums for tree objects * RepoTree: pull dir contents on walk() if in `fetch` mode * tests: add func test for DVC dir pull on RepoTree.walk() * DvcTree: support granular open() * RepoTree: add get_file_checksum() * remote: revert checksum changes * remote: add tree support for cache.save() * tests: test saving directly to cache from RepoTree * remote: local cache needs its own WorkingTree instance when repo.tree is GitTree * RepoTree: state context should be entered by open()/walk() caller * RepoTree: only pull dir contents when cache has changed * tree: update tree tests * fix ds warnings, update comments * fix windows tests
- Loading branch information
Showing
9 changed files
with
383 additions
and
136 deletions.
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
Oops, something went wrong.