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

Proper parse and render functions for FileIngestionMethod and ContentAddressMethod #10009

Merged
merged 3 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Proper parse and render functions for FileIngestionMethod and `…

    …ContentAddressMethod`
    
    No outward facing behavior is changed.
    
    Older methods with same names that operate on on method + algo pair (for
    old-style `<method>:algo`) are renamed to `*WithAlgo`.)
    
    The functions are unit-tested in the same way the names for the hash
    algorithms are tested.
    Ericson2314 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    41dd985 View commit details
    Browse the repository at this point in the history
  2. Use ContentAddressMethod::render in one more place

    Good to deduplicate the code.
    Ericson2314 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    db41a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d64613 View commit details
    Browse the repository at this point in the history