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

Reuse already created checksum collections on persist #14184

Merged
merged 5 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. feat: support update checksum collection from bytes

    Useful, if we want to avoid re-reading files etc.
    Zelldon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6d3a703 View commit details
    Browse the repository at this point in the history
  2. feat: support checksum collection on persist new snapshot

    Should allow to use pre calculated checksums, instead of always recalculating the value.
    Zelldon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    fc59c89 View commit details
    Browse the repository at this point in the history
  3. refactor: use new perst method

    New persist method accepts SFV checksum, but needs to be reworked that we not recalculate value.
    Zelldon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bcc958e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d0555 View commit details
    Browse the repository at this point in the history
  5. style: apply style guide

    Zelldon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0638271 View commit details
    Browse the repository at this point in the history