Enhancements for hashed bin delegation#1007
Merged
lukpueh merged 17 commits intotheupdateframework:developtheupdateframework/python-tuf:developfrom Apr 1, 2020
Merged
Enhancements for hashed bin delegation#1007lukpueh merged 17 commits intotheupdateframework:developtheupdateframework/python-tuf:developfrom
lukpueh merged 17 commits intotheupdateframework:developtheupdateframework/python-tuf:developfrom
Commits
Commits on Mar 26, 2020
Test to ensure delegated bin names match prefixes
Show description for 790f21fcommittedSimplify delegated hash bin tests
Show description for e2407a1committedAdd _get_hash() helper function to repository_tool
Show description for eb01374committed
Commits on Mar 30, 2020
Add _find_bin_for_hash() helper to repository_tool
Show description for 40d1dcfcommitted
Commits on Apr 1, 2020
Refactor add_target_to_bin & remove_target_from_bin
Show description for ab788e3committedRefactor delegate_hashed_bins
Show description for 78e2edfcommittedHash target file path's as they appear in metadata
Show description for 642639ecommittedDo not check target file exists in add_target[s]()
Show description for 095fd40committedFix replacing targets in add_targets()
Show description for 468a380committedEnable passing a fileinfo to add_target[_to_bin]()
Show description for 6c69daecommittedAllow writing metadata without access to targets
Show description for 68120bacommittedOnly call logger once for hashed bin info
Show description for 085c548committedAdd test for repo without access to target files
Show description for 0149804committedTest at least one delegated bin has path_hash_prefixes
Show description for 694da23committedRemove custom parameter from add_target_to_bin()
Show description for 05830e6committedFactor out bin numbers calculations into a helper
Show description for 8609927committedAdd a test for add_target_to_bin that adds a fileinfo
Show description for 62e4364committed