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

Refactor: Consolidated pronom modules into pronom package and created a utils package #227

Open
wants to merge 5 commits into
base: dev/1.8/enhance-tests
Choose a base branch
from

Commits on Nov 13, 2024

  1. Created a utils package and moved PerfTimer and the char_handler to i…

    …t. Moved the pronom related modules to the pronom package as a basis for future refactoring.
    adamfarquhar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3c58f13 View commit details
    Browse the repository at this point in the history
  2. Security enhancements recomended from the Codacy review. The main was…

    … to use defusedxml rather than xml.etree. Also modifications in pronom.prepare to avoid using some python builtin identifiers like input, id, zip.
    adamfarquhar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e0a2fd9 View commit details
    Browse the repository at this point in the history
  3. Security enhancements recommended from

    the Codacy review. The main was to use defusedxml
    rather than xml.etree.  Also made modifications in
    pronom.prepare to avoid using python builtin
    identifiers input, id, zip.
    adamfarquhar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f251706 View commit details
    Browse the repository at this point in the history
  4. Security enhancements recommended from

    the Codacy review. The main was to use defusedxml
    rather than xml.etree.  Also made modifications in
    pronom.prepare to avoid using python builtin
    identifiers input, id, zip.
    adamfarquhar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f7631a3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev/1.8/consolidate-pronom-components' of https://githu…

    …b.com/openpreserve/fido into dev/1.8/consolidate-pronom-components
    adamfarquhar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b9f206a View commit details
    Browse the repository at this point in the history