-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation for archiving a pack file #138
base: main
Are you sure you want to change the base?
Commits on May 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 804637c - Browse repository at this point
Copy the full SHA 804637cView commit details
Commits on May 29, 2022
-
Added tests for pack path/pack id allocation
Archive packs needs special handling. 1. They should not be selected for writing 2. They can reside on different locations
Configuration menu - View commit details
-
Copy full SHA for 5cb655e - Browse repository at this point
Copy the full SHA 5cb655eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f53429 - Browse repository at this point
Copy the full SHA 1f53429View commit details -
Added methods to "loosen" archives
This allow an archived pack to be imported into other containers, without the need of the SQLite database file.
Configuration menu - View commit details
-
Copy full SHA for 8c499f4 - Browse repository at this point
Copy the full SHA 8c499f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637a001 - Browse repository at this point
Copy the full SHA 637a001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37870b4 - Browse repository at this point
Copy the full SHA 37870b4View commit details
Commits on May 30, 2022
-
Fix a bug about pack_id handling
Sometimes it is a string, sometimes it can be an int. sqlite does not seem to care? But matching inside python differentiate the two.
Configuration menu - View commit details
-
Copy full SHA for d41ed0f - Browse repository at this point
Copy the full SHA d41ed0fView commit details -
Added methods to get and set archive locations
This allows archive files to exist outside of the container folder.
Configuration menu - View commit details
-
Copy full SHA for 2ddf561 - Browse repository at this point
Copy the full SHA 2ddf561View commit details -
get/set archive location and cli
Allow archive locations to be set/updated, alow added CLI
Configuration menu - View commit details
-
Copy full SHA for c8e2c94 - Browse repository at this point
Copy the full SHA c8e2c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc62f1e - Browse repository at this point
Copy the full SHA bc62f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 083d63f - Browse repository at this point
Copy the full SHA 083d63fView commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47d4400 - Browse repository at this point
Copy the full SHA 47d4400View commit details -
Implement CompressMode other than KEEP for repacking
Alow CompressMode.YES and CompressMode.NO to be used when repacking. Previously, there was no way to change compression once an object is stored in a packed file.
Configuration menu - View commit details
-
Copy full SHA for c7af5af - Browse repository at this point
Copy the full SHA c7af5afView commit details