Skip to content

Releases: CCBR/spacesavers2

v0.14.0

16 Jul 19:36
Compare
Choose a tag to compare

What's Changed

  • Fix accuracy of bytes calculation when hard links exist. (@kopardev, #106)

Full Changelog: v0.13.0...v0.14.0

v0.13.0

12 May 21:11
ab322f0
Compare
Choose a tag to compare

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

02 Mar 00:04
fdb0d0a
Compare
Choose a tag to compare

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

01 Mar 00:13
92e1987
Compare
Choose a tag to compare

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

28 Feb 04:55
Compare
Choose a tag to compare

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

27 Feb 22:48
990f252
Compare
Choose a tag to compare
  • spacesavers2_pdq command added.

v0.11.4

16 Feb 15:52
b222850
Compare
Choose a tag to compare
  • --geezers, --geezerage and --geezersize arguments are added to spacesavers2_catalog to report really old files per user.
  • documents updated

v0.11.3

15 Feb 19:39
d8412be
Compare
Choose a tag to compare

spacesavers2 0.11.3

New features

  • brokenlinks are reported on a per user basis

v0.11.2

14 Feb 23:22
c9ede68
Compare
Choose a tag to compare
  • refactor: spacesavers2_e2e now has a -v or --version argument
  • chore:updates to VERSION and CHANGELOG
  • fix #81

v0.11.1

14 Feb 22:50
bb45277
Compare
Choose a tag to compare

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)