Skip to content
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

0.4.0 to main #3

Merged
merged 38 commits into from
Apr 5, 2024
Merged

0.4.0 to main #3

merged 38 commits into from
Apr 5, 2024

Conversation

BumblebeeMan
Copy link
Owner

[0.4.0]

Added

  • Added command line help menu "vrfy -h".

Changed

  • Code refactor: Separate CLI and core functionality, introduce data type for result post-processing, and code simplification.
  • Moved cli from vrfy into own class.
  • Cli option: vrfy /path/of/master /path/of/backup no longer supported.
  • Renamed "clone" to "backup" for improved clarity.
  • Changed direction verification option -c to -b.
  • [+] and [-] cli indicators are now based on status of backup directory

Fixed

  • Fixed bug where directories may be dropped in directory verification.

Code refactoring: remove cli from vrfy class into vrfyCli / enable use within other python programs / added result class to reuse vrfy results
Fix misspelling __calcChecksum__ in VerifyFiles.
Fixed spelling of __walker__.
Moved single file check from cli class to vrfy class.
Added 0.4.x to CHANGELOG.
Added required path to result object.
Added dictionaries for hash values to vrfy.Result object.
Properly store calculated hash values for use with -p
…ve code and api clarity by changing the naming scheme from clone to backup.
@BumblebeeMan BumblebeeMan merged commit bdedcb9 into main Apr 5, 2024
1 check passed
@BumblebeeMan BumblebeeMan deleted the 0.4.x-dev branch April 5, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant