index
:
gemato
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_recursiveloader.py
Age
Commit message (
Expand
)
Author
2017-11-02
recursiveloader: Fix updating deeply nested compressed Manifests
Michał Górny
2017-11-01
recursiveloader: Support creating sub-Manifest
Michał Górny
2017-10-31
recursiveloader: Optimize collecting existing Manifests
Michał Górny
2017-10-31
recursiveloader: Make it possible to filter get_file_entry_dict()
Michał Górny
2017-10-31
recursiveloader: Fix adding sub-Manifests to higher level Manifest
Michał Górny
2017-10-31
recursiveloader: Optimize selecting Manifest for new entries
Michał Górny
2017-10-30
cli: Do not require full file path for 'create' action
Michał Górny
2017-10-29
recursiveloader: Fix telling filesize of compressed files
Michał Górny
2017-10-29
cli: Add compression and forcing options
Michał Górny
2017-10-29
recursiveloader: Support compressing Manifests on watermark value
Michał Górny
2017-10-29
testutil: Simplify tests to use shutil.rmtree() for tempdir
Michał Górny
2017-10-29
recursiveloader: Support sorting Manifest entries
Michał Górny
2017-10-29
recursiveloader: Support forcing Manifest update
Michał Górny
2017-10-29
cli: Support create action
Michał Górny
2017-10-29
recursiveloader: Support creating new Manifests
Michał Górny
2017-10-29
recursiveloader: Support catching stray Manifests
Michał Górny
2017-10-29
recursiveloader: Fix adding multiple files (relpath overwrite)
Michał Górny
2017-10-29
recursiveloader: Fix ordering compressed Manifests
Michał Górny
2017-10-29
cli: Add an update command
Michał Górny
2017-10-28
recursiveloader: Support updating a whole directory, recursively
Michał Górny
2017-10-28
recursiveloader: Include Manifest path in update-dict getter
Michał Górny
2017-10-28
recursiveloader: Support getting file dict for updates
Michał Górny
2017-10-28
recursiveloader: Split saving Manifests from updating files
Michał Górny
2017-10-28
recursiveloader: Support specifying hashes in ctor
Michał Górny
2017-10-28
recursiveloader: Support updating entry for path
Michał Górny
2017-10-28
recursiveloader: Include Manifest path in iter results
Michał Górny
2017-10-27
recursiveloader: Support saving Manifests
Michał Górny
2017-10-27
recursiveloader: Iterate over Manifests from most specific first
Michał Górny
2017-10-27
Add tests for CLI routines
Michał Górny
2017-10-26
recursiveloader: warn_handler defaults to fail_handler
Michał Górny
2017-10-26
recursiveloader: Use handler callbacks to report failures/warnings
Michał Górny
2017-10-26
recursiveloader: Support compressed Manifests
Michał Górny
2017-10-25
tests: Split TempDirTestCase into common module
Michał Górny
2017-10-25
test_recursiveloader: Add a test for os.walk() failure
Michał Górny
2017-10-25
test_recursiveloader: Add more tests
Michał Górny
2017-10-25
test_recursiveloader: Add more tests for cross-device cases
Michał Górny
2017-10-25
recursiveloader: Detect cross-device Manifest entries
Michał Górny
2017-10-25
Move exceptions to a separate module
Michał Górny
2017-10-24
recursiveloader: Support running verification in non-strict mode
Michał Górny
2017-10-24
recursiveloader: Support verifying a whole directory
Michał Górny
2017-10-24
test_recursiveloader: Fix duplicate test names
Michał Górny
2017-10-24
recursiveloader: Handle duplicate entries in Manifests
Michał Górny
2017-10-24
test_recursiveloader: Abstract test tree writing logic out
Michał Górny
2017-10-24
recursiveloader: Support getting dict of all file entries
Michał Górny
2017-10-24
recursiveloader: Support loading sub-Manifests recursively
Michał Górny
2017-10-23
recursiveloader: Add convenience methods for file verification
Michał Górny
2017-10-23
recursiveloader: Support finding file & dist entries
Michał Górny
2017-10-23
Support basic recursive loading of Manifests
Michał Górny