summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recurse into subdirectories when creating directories, toojmac/virtual_directory_2Jim MacArthur2018-05-291-1/+1
* Change to variable names around symlink creationJim MacArthur2018-05-281-5/+9
* Check for existing symlinks when adding oneJim MacArthur2018-05-281-5/+18
* Merge two loops in _import_files_from_directoryJim MacArthur2018-05-281-4/+1
* Debug: Add more detail when unable to create a symlinkJim MacArthur2018-05-281-1/+4
* Corrections to recursive file_list operationsJim MacArthur2018-05-281-2/+2
* Store and restore executable flagsJim MacArthur2018-05-281-2/+8
* Debug: Distinguish two similar error messagesJim MacArthur2018-05-281-1/+1
* Change googlecas -> casJim MacArthur2018-05-281-1/+1
* Add executable flag to _FileNodeJim MacArthur2018-05-281-2/+4
* Import grpc before importing google cas modulesJim MacArthur2018-05-281-0/+3
* _filebaseddirectory: Force re-read before descend. This shouldn't be necessar...Jim MacArthur2018-05-281-1/+1
* Return FileBasedDirectories for elements that still require oneJim MacArthur2018-05-281-3/+8
* Debug: Display the type of virtual directory being used by _assemble and stag...Jim MacArthur2018-05-281-1/+2
* Make Import a BST_VIRTUAL_DIRECTORY classJim MacArthur2018-05-282-0/+7
* Basic FileListResult supportJim MacArthur2018-05-281-6/+13
* Remove some print debuggingJim MacArthur2018-05-281-8/+7
* Check if directory-like things are links firstJim MacArthur2018-05-281-4/+4
* Specific prefix for roundtrip directoriesJim MacArthur2018-05-281-1/+1
* Make each Vdirectory returned by sandbox the same objectJim MacArthur2018-05-281-2/+4
* Import of other CasDirectorys by round-trip via file system - a temporary hackJim MacArthur2018-05-281-3/+8
* Replace 'name' with savename/filenameJim MacArthur2018-05-281-20/+30
* Temporary unique names for all sandboxesJim MacArthur2018-05-281-3/+5
* Add symlinks when generating indexJim MacArthur2018-05-281-1/+2
* Fix export of symlinksJim MacArthur2018-05-281-1/+6
* Import linksJim MacArthur2018-05-281-1/+13
* Add recursive_save and stop passing 'name' field onto subtreesJim MacArthur2018-05-281-7/+13
* Correct debug prints for named CasDirectoriesJim MacArthur2018-05-281-2/+2
* Resolve overwriting-directory problem; instrument loading from CASJim MacArthur2018-05-281-2/+36
* Modification flags, saving and loading of named objectsJim MacArthur2018-05-282-9/+37
* Wrap index items in IndexEntryJim MacArthur2018-05-281-9/+13
* Call _populate_index only in the constructorJim MacArthur2018-05-281-7/+5
* CasBasedDirectory: export workingJim MacArthur2018-05-281-29/+62
* Corrections to import; import of files now appears to workJim MacArthur2018-05-281-2/+3
* _casbasedcache: More hacking, adds partial import and saveJim MacArthur2018-05-281-12/+52
* Temporary removal of .gitlab-ci.ymlJim MacArthur2018-05-281-253/+0
* _casbaseddirectory: hacking.Jim MacArthur2018-05-281-12/+79
* Sandbox: Return a CAS-based directory instead of a file based oneJim MacArthur2018-05-281-1/+2
* Change accesses to external_directory to get_underlying_directory()Jim MacArthur2018-05-285-2/+226
* Merge branch 'jmac/virtual_directories' into juerg/googlecasjmac/googlecas_and_virtual_directories_1Jim MacArthur2018-05-2814-114/+544
|\
| * storage: Add __init__.pyJim MacArthur2018-05-221-0/+22
| * Move virtual directory components to 'storage' moduleJim MacArthur2018-05-224-4/+4
| * _stream.py: Alter _checkout_hardlinks to use can_destroyJim MacArthur2018-05-171-4/+2
| * Implement can_destroy flag in _filebaseddirectory.pyJim MacArthur2018-05-172-2/+16
| * Directory.py: link_ok=>can_link (consistent with other use)Jim MacArthur2018-05-171-2/+2
| * Fixup compose: pep8Jim MacArthur2018-05-171-2/+1
| * Directory.py: Change the mtime interface into mark_unmodified/list_modified_p...Jim MacArthur2018-05-173-28/+47
| * scriptelement.py: Convert to virtual directoriesJim MacArthur2018-05-171-5/+4
| * plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-05-171-6/+2
| * sandbox/_mount.py, sandbox/_sandboxbwrap.py: Remove instances of get_directoryJim MacArthur2018-05-172-2/+5