-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add filter classes and tests Signed-off-by: Tim Bauer <[email protected]> * Rename to ignore Signed-off-by: Tim Bauer <[email protected]> * Remove old filter test Signed-off-by: Tim Bauer <[email protected]> * Create archive function and test Signed-off-by: Tim Bauer <[email protected]> * Refactor to use archive function Signed-off-by: Tim Bauer <[email protected]> * Lint Signed-off-by: Tim Bauer <[email protected]> * Add alternative version with ls-files Signed-off-by: Tim Bauer <[email protected]> * Add benchmark test Signed-off-by: Tim Bauer <[email protected]> * Adjust tests to ignore included empty dirs Signed-off-by: Tim Bauer <[email protected]> * Remove old version and benchmark test Signed-off-by: Tim Bauer <[email protected]> * Add list file functionality Signed-off-by: Tim Bauer <[email protected]> * Refactor digest as part of create archive Signed-off-by: Tim Bauer <[email protected]> * Remove unused code Signed-off-by: Tim Bauer <[email protected]> * Add test for digest Signed-off-by: Tim Bauer <[email protected]> * Include own digest and refactor to fast_package Signed-off-by: Tim Bauer <[email protected]> * Clean up rebase, integrate fast_package to package Signed-off-by: Tim Bauer <[email protected]> * Include recursive check for empty dirs Signed-off-by: Tim Bauer <[email protected]> * Remove obsolete checksumdir, add docker-py Signed-off-by: Tim Bauer <[email protected]> * Dict key lookup for performance increase Signed-off-by: Tim Bauer <[email protected]> * Fix requirements Signed-off-by: Tim Bauer <[email protected]> * Adjust click echos Signed-off-by: Tim Bauer <[email protected]> * re-compile dependencies Signed-off-by: Tim Bauer <[email protected]> * Fix lint Signed-off-by: Tim Bauer <[email protected]> * Remove obsolete import Signed-off-by: Tim Bauer <[email protected]> * Fix tests on windows Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Tim Bauer <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
02973b7
commit 8e8d08c
Showing
12 changed files
with
546 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.