Auditree Framework Versions Save

The Auditree framework tool to run compliance control checks as unit tests.

v1.18.0

3 years ago
  • [CHANGED] Now using pathlib exclusively for operating system filepath and file functionality.
  • [FIXED] README table of contents generation multi-blank line bug is resolved.

v1.17.0

3 years ago
  • [ADDED] Locker get_large_files method added to return large files in the locker.
  • [ADDED] Logging of large files added to remote push operation.

v1.16.0

3 years ago
  • [ADDED] Locker get_empty_evidences method added to return all empty evidence paths.
  • [ADDED] Evidence base class has override-able is_empty property.

v1.15.0

3 years ago
  • [FIXED] The evidences context manager now raises an exception when no evidence is found.

v1.14.0

3 years ago
  • [ADDED] The filtered_content attribute has been added to RawEvidence.
  • [ADDED] Locker clone duration logging has been added.
  • [FIXED] The binary_content attribute on raw evidence is retained as metadata now.
  • [FIXED] All partitioned evidence defined via constructor correctly retains attributes now.

v1.13.0

3 years ago
  • [ADDED] Configurable shallow cloning of locker is now supported.

v1.12.0

3 years ago
  • [ADDED] Referencing historical evidence from a previous locker is now supported.
  • [ADDED] The optional locker.prev_repo_url configuration element was added.
  • [ADDED] Evidence used by checks found in reports metadata includes the locker URL field now.
  • [ADDED] Links to evidence used by checks found in the table of contents point to the appropriate lockers.
  • [ADDED] Evidence used by checks found in check_results.json includes the locker URL field now.

v1.11.0

3 years ago
  • [ADDED] Fetcher execution using --evidence full-remote mode pushes to remote locker now.

v1.10.1

3 years ago
  • [FIXED] Reading raw evidence in checks is now supported.
  • [FIXED] Cleaned up Design Principles document formatting.
  • [FIXED] Virtual environment creation syntax corrected in Quick Start document.
  • [ADDED] Binary content fetcher and checks included in demo examples.

v1.10.0

3 years ago
  • [CHANGED] GitHub Issues notifier can create issues for a subset of an accreditation's checks with a new configuration element.