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

Detect schema version #104

Merged
merged 7 commits into from
Oct 6, 2023
Merged

Detect schema version #104

merged 7 commits into from
Oct 6, 2023

Commits on Sep 15, 2023

  1. Support version detection for data files

    Schema version is now an optional argument rather than a required
    argument. If schema version is not provided, look for a version
    property in the data file. If found, try to use it as if it were the
    argument value. If not found, log an error and exit. If schema version
    is provided, still look for a version property in the data file. If it
    does not match the provided version, log a warning. The provided version
    is always used when available.
    mint-thompson committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a580709 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    f990b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeca5dc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    02bfc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    066b878 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Add backwards search to version check

    In cases where the version is the last property in the file, a backwards
    search can get the version quickly. Set a three-second time limit for the
    searches. If the time limit is reached, consider the version to be unknown.
    mint-thompson committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4dbc11b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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