Releases: CCBR/spacesavers2
Releases · CCBR/spacesavers2
v0.13.0
New features
- adding new commands
spacesavers2_pdq_create_db
and spacesavers2_pdq_update_db
- output TSV files from
spacesavers2_pdq
can be saved into a sqlite3 db with these commands
- future integration with Grafana will now be possible
- fix #99
- fix #101
v0.12.1
spacesavers2 v0.12.1
New features
- adding uid, human_readable_bytes and percent columns to
pdq
output
Bug fixes
- type fix "quite" to "quiet"
v0.12.0
New features
spacesavers2_pdq
is now counting inodes (not files) and including links and directories (#95, @kopardev)
- "pathlib.glob" is replaced with "os.scandir" for speedy folder traversing
--quite
option added to spacesavers2_pdq
and spacesavers2_catalog
to suppress progress bar output when running non-interactively eg. as a cronjob. This reduces size of .err file.
Bug fixes
spacesavers2_pdq
not does NOT ignore links and folders (#93, @kopardev)
redirect
correctly captures intermediate non-zero exit codes
- "eval" statements removed from
spacesavers2_e2e
to accurately capture non-zero exit codes; makes sure e2d fails if catalog fails internally
v0.11.6
New features
- Move the report to a separate internal repository (#79, @kelly-sovacool)
- new option
--json
for spacesavers2_pdq
Bug fixes
redirect
script now checks if running on BIOWULF or FRCE. If not, then checks for python version and "xxhash" library (fix #91, @kopardev)
v0.11.5
spacesavers2_pdq
command added.
v0.11.4
--geezers
, --geezerage
and --geezersize
arguments are added to spacesavers2_catalog
to report really old files per user.
- documents updated
v0.11.3
spacesavers2 0.11.3
New features
- brokenlinks are reported on a per user basis
v0.11.2
- refactor: spacesavers2_e2e now has a -v or --version argument
- chore:updates to VERSION and CHANGELOG
- fix #81
v0.11.1
spacesavers2 0.11.1
New features
spacesavers2_e2e
now shows more defaults in "--help"
Bug fixes
- grubbers do not include non-duplicate copies (aka hardlinks) (#78, @kopardev)
- blamematix reports numbers correctly (minor bug fix)