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

Filename fixes #46

Merged
merged 7 commits into from
Mar 6, 2024
Merged

Filename fixes #46

merged 7 commits into from
Mar 6, 2024

Commits on Feb 22, 2024

  1. update schema model version

    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1484f94 View commit details
    Browse the repository at this point in the history
  2. modify evalMap to recognize that 'columns' prop is now 'columnsMatchM…

    …etadata'
    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fbd60bb View commit details
    Browse the repository at this point in the history
  3. modify unit tests to reflect that all content-based rules for metadat…

    …a are now located under compiled_metadata rather than dataset_description, and the rules are triggered by encountered a datafile rather than a metadata object (since the rules must be applied to the fully compiled metadata object, whose inheritance depends on datafile location)
    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    58deda7 View commit details
    Browse the repository at this point in the history
  4. misc. updates to ignore list

    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    55fce76 View commit details
    Browse the repository at this point in the history
  5. modify GenericRule interface to reflect property name change from 'co…

    …lumns' to 'columnsMatchMetadata'
    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7e8a61e View commit details
    Browse the repository at this point in the history
  6. modify _findRuleMatches to be less cluttered. path property becomes d…

    …eprecated in cases where the object is not a directory; stem and suffix are mutually exclusive, arbitraryNesting applies to all filename rules
    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4e00e28 View commit details
    Browse the repository at this point in the history
  7. update unit tests to accommodate new functionality

    Brian Leonard authored and Brian Leonard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f97afbb View commit details
    Browse the repository at this point in the history