summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2017-11-01Support controlling entry types via a profileMichał Górny
2017-10-31recursiveloader: Optimize collecting existing ManifestsMichał Górny
2017-10-31recursiveloader: Make it possible to filter get_file_entry_dict()Michał Górny
2017-10-31recursiveloader: Fix adding sub-Manifests to higher level ManifestMichał Górny
2017-10-31recursiveloader: Optimize selecting Manifest for new entriesMichał Górny
2017-10-30cli: Do not require full file path for 'create' actionMichał Górny
2017-10-29recursiveloader: Fix telling filesize of compressed filesMichał Górny
2017-10-29cli: Add compression and forcing optionsMichał Górny
2017-10-29recursiveloader: Support compressing Manifests on watermark valueMichał Górny
2017-10-29testutil: Simplify tests to use shutil.rmtree() for tempdirMichał Górny
2017-10-29compression: Add an explicit function to get suffixMichał Górny
2017-10-29recursiveloader: Support sorting Manifest entriesMichał Górny
2017-10-29recursiveloader: Support forcing Manifest updateMichał Górny
2017-10-29manifest: Support sorting Manifest entriesMichał Górny
2017-10-29cli: Support create actionMichał Górny
2017-10-29recursiveloader: Support creating new ManifestsMichał Górny
2017-10-29recursiveloader: Support catching stray ManifestsMichał Górny
2017-10-29recursiveloader: Fix adding multiple files (relpath overwrite)Michał Górny
2017-10-29recursiveloader: Fix ordering compressed ManifestsMichał Górny
2017-10-29cli: Add an update commandMichał Górny
2017-10-28recursiveloader: Support updating a whole directory, recursivelyMichał Górny
2017-10-28recursiveloader: Include Manifest path in update-dict getterMichał Górny
2017-10-28verify: Indicate whether anything changed in update_entry_for_path()Michał Górny
2017-10-28recursiveloader: Support getting file dict for updatesMichał Górny
2017-10-28recursiveloader: Split saving Manifests from updating filesMichał Górny
2017-10-28recursiveloader: Support specifying hashes in ctorMichał Górny
2017-10-28test_openpgp: Remove duplicate key loadingMichał Górny
2017-10-28recursiveloader: Support updating entry for pathMichał Górny
2017-10-28manifest: Add new_manifest_entry() friendly ctorMichał Górny
2017-10-28recursiveloader: Include Manifest path in iter resultsMichał Górny
2017-10-28test_openpgp: Fix cleanup on exceptionMichał Górny
2017-10-28recursiveloader: Provide more fine-grained control over signingMichał Górny
2017-10-28recursiveloader: Support writing signing ManifestsMichał Górny
2017-10-27manifest: Support dumping a signed ManifestMichał Górny
2017-10-27test_openpgp: Test importing a binary keyMichał Górny
2017-10-27openpgp: Convert verify/sign API to use string I/OMichał Górny
Use string I/O for consistency with the API Manifests use where we expect to work on cleartext anyway. Bytes are now used only for loading keys which can be in binary format.
2017-10-27openpgp: Support signing keysMichał Górny
2017-10-27recursiveloader: Support saving ManifestsMichał Górny
2017-10-27test_verify: Use io.open() instead of open()Michał Górny
2017-10-27recursiveloader: Iterate over Manifests from most specific firstMichał 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-27verify: Support updating entry data from pathMichał Górny
2017-10-27verify: Introduce universal get_file_metadata() functionMichał Górny
2017-10-27test_openpgp: Fix passing key to the CLI testMichał Górny
2017-10-27test_openpgp: Fix recursiveloader tests for missing OpenPGPMichał Górny
2017-10-27Use sys.hexversion instead of .version_infoMichał Górny
2017-10-27testutil: Fix logger warnings for py2Michał Górny
2017-10-27Add tests for CLI routinesMichał Górny
2017-10-27testutil: Handle silencing logging for testsMichał Górny
2017-10-27find_top_level: Do not verify Manifests during searchMichał Górny
2017-10-26recursiveloader: Support verifying Manifest signatures explicitlyMichał Górny