-
Notifications
You must be signed in to change notification settings - Fork 14
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
Commits on Sep 15, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for a580709 - Browse repository at this point
Copy the full SHA a580709View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f990b38 - Browse repository at this point
Copy the full SHA f990b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeca5dc - Browse repository at this point
Copy the full SHA eeca5dcView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02bfc54 - Browse repository at this point
Copy the full SHA 02bfc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066b878 - Browse repository at this point
Copy the full SHA 066b878View commit details
Commits on Oct 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4dbc11b - Browse repository at this point
Copy the full SHA 4dbc11bView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1d760d - Browse repository at this point
Copy the full SHA b1d760dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.