UAL-RE / ReBACH

Python-based tool to enable data preservation to a cloud-hosted storage solution
MIT License
2 stars 2 forks source link

Feat: Keep track of items successfully processed (Issue #66) - Do not merge #67

Closed zoidy closed 1 year ago

zoidy commented 1 year ago

Description Adds functionality to track successfully processed items as well as errors and warnings. Outputs a summary count at the end of execution.

Closes #66

Documentation Update

Implementation Notes This PR needs to be re-done, pending the merging into main of #60 and #62 due to many merge conflicts. https://github.com/UAL-RE/ReBACH/tree/66-local contains a working tree, with the changes intended to address this PR (starting from 5a3d1dd) on top of the two mentioned PRs but that branch is a working copy and should not be merged.

zoidy commented 1 year ago

The changes in this PR have been merged in #75