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

Add PRONOM types to PRONOM identifier #209

Closed
wants to merge 10 commits into from

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    0b02110 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Add tests for PRONOM types work

    Tests are added for the PRONOM types work along with new helper
    functions for making Siegfried tests more discrete and maintainable.
    ross-spencer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    2bdc899 View commit details
    Browse the repository at this point in the history
  2. Linting fixes

    PRONOM identifier related linting fixes for the different source
    files touched by the PRONOM types additions.
    ross-spencer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e27bb70 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Create in-memory filesystem for PRONOM skeletons

    We can avoid writing to disk and make the tests here more portable by
    reading from an in-memory filesystem. The skeletons themselves are
    small and so can be easily stored in-line as strings and then turned
    into byte objects.
    
    Given the refactor to in-memory objects, we also take the opportunity
    to add a file that won't identify with the minimal PRONOM signature
    file and PRONOM reports. Type should be a nil-string as with many
    of the other fields.
    ross-spencer committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9f94a77 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Add test for DROID CSV header output

    Ensures that the DROID header doesn't change in code unless it
    is explicitly made to do so.
    ross-spencer committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    957c2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. use Limit

    richardlehane committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    b958528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95e02d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    dcb15c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    706209d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64bf4da View commit details
    Browse the repository at this point in the history