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 (
Collapse
)
Author
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
Ensure that when iterating over Manifests, the more specific paths will come before the less specific. It is important for updates since changes to deeper Manifests will affect their checksums in higher Manifests.
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
[prev]