1
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docfix More... over 13 years ago
docfix More... over 13 years ago
converted README to markdown More... over 13 years ago
got tmp dir testing working on git More... over 13 years ago
trying to get tests passing on windows More... over 13 years ago
upped version for release to github More... over 13 years ago
removed code for loading from a URL since it was not cross-platform, and did not seem to be documented or used much. closes #11 More... over 13 years ago
only use multiprocessing if processes > 1. also added a test of multiprocessing which seemed to be absent before. Closes #10 More... almost 14 years ago
now using str.split instead of os.path.split. Fixes #8 hopefully More... almost 14 years ago
upped version for a push to pypi More... almost 14 years ago
BagIt spec requires the manifest to always use / as the path separator, even on Windows. Closes #8 More... almost 14 years ago
ups version to 0.9.3, since edsu and I both used 0.9.2
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
Merge branch 'master' of github.com:mjgiarlo/bagit
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
fixed log message More... almost 14 years ago
ups version in setup.py to 0.9.2
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
adds tests for missing bagit.txt and manifest
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
uncommented _validate_structure_tag_files and made it just check for baginfo.txt and a manifest file More... almost 14 years ago
ups version to 0.9, now handling slashes gracefully and allowing extraneous files and dirs in the base bag dir
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
fixes #3. maybe this is a bit too slash and burn, though? I commented out the entire _validate_structure_tag_files() method and the one invocation of this method
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
last patch for handling slashes gracefully only worked for make_bag() calls, not for Bag() instantiations. this patch adds a test for both cases.
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
fixes #4, strips path separator off bag_dir, adds a test for this
mjgiarlo
as Michael J. Giarlo
More... almost 14 years ago
upped version to 0.8 to release to PyPI More... about 14 years ago
no need for this test since it is already tested above in bit flip test More... about 14 years ago
fixed major bug in validate that resulted in fixity checking always passing, even when there were bit flip errors! More... about 14 years ago
bugfix to look for Payload-Oxum in the right place ; also added fast=True to validate command to only do oxum validation instead of recalculating fixities More... about 14 years ago
remote loading branch More... over 14 years ago
seeing if hudson failure is due to ordering of list More... over 14 years ago
upped version, and use setuptools for running test suite via setup.py More... over 14 years ago
Merge branch 'master' of github.com:edsu/bagit More... over 14 years ago
refactored back into one .py file ; removed license, can add that back in later if necessary. fixed logging bug, and bugs related to instantiating more than one Bag. made make_bag return a Bag instance. tests of Bag class, and validation. More... over 14 years ago