Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 06:20
· 158 commits to master since this release

v0.1.0 (2023-12-11)

Ci

Documentation

Feature

  • feat: Merges pyFileHash for wheel (5325524)

  • feat: Adds progress bar for file discovery (0e3c773)

  • feat: Adds report (d1b74a2)

  • feat: Updates behavior (e3cec29)

Fix

Style

Unknown

  • Merge pull request #1 from UCSD-E4E/gh_actions

Github Actions (69bfb16)

  • add missing parameter to report.generate (3cda02b)

  • handle root path (5ada477)

  • fix bug with logging parameters (a22e206)

  • support providing original paths (4ecfd10)

  • remove printing that checksums are being calculated (774e82d)

  • unpack mtime as a tuple from sqlite to address bug causing checksums to be recalculated for all files (3cf892b)

  • print mtime of both files (0a27b16)

  • print when we are running checksum (a1050bd)

  • always update seen, even if mtime is the same (e018423)

  • always print file, even if in cache (8698499)

  • better handle excluded paths (beee5bf)

  • reintroduce the in memory cache (c5379a2)

  • fix no such column seen error (74c593e)

  • support rechecking files already in cache (381c3d9)

  • simplify dirty check for cache (ee6f535)

  • handle only updating the db if cache is dirty (4d09bee)

  • support in memory caching to speed up processing (d367850)

  • correctly check to see if RootDir is in the db (bc3bfcc)

  • cast cursor to list (1a352b9)

  • handle pulling the metadata correctly (cb292d8)

  • don't print path if already in cache (c69d95e)

  • comment the code (292aa68)

  • correct pylint errors (098f68f)

  • use home directory from pathlib (3c36dd8)

  • support older version of python (7479acd)

  • only copy to nas when complete (3d7eced)

  • commit every 10 items or every 10 minutes. whichever comes first. (0fea6ec)

  • instead of committing every 10 items, commit every 10 minutes. (2c118ce)

  • update cache to handle renames (aa757ea)

  • only delete cache file if exists (29ccaa8)

  • revert back to sha256 instead of file_digest to support older versions of python. (1558466)

  • revert back to sha256 instead of file_digest to support older versions of python. (d898021)

  • fixed bug in cache object with-statement (d3495a5)

  • excluded files in Directory object (ce60432)

  • support excluded files (6b090e3)

  • commit to cache every 10 items (ed66f63)

  • support cache with-statement. Store cache in local folder (8df8853)

  • reverse previous commit. add some missing type hints (8b061f5)

  • always commit after adding file (20355eb)

  • print out current file name (6028958)

  • move black and pylint to dev dependencies (f6061e4)

  • move pylint and black to dev dependencies (0fb7d20)

  • fix pylint errors (d2474b1)

  • update cache to no longer use hard coded '/' and use file_digest to compute hash (fdb7f29)

  • address Nathan's comments (bdf88ca)

  • initial checkin of the e4e deduplication tool. (e1d9c35)