You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
correctly verifies there are not duplicate indexes
validates UUID keys
warns that if keys are supplied, all other fields will be ignored and the task with the provided key will be used instead.
works when a directory is the file path end point
works when .zip file is file path end point
Bundle comparison
validates bundles before comparing
alerts that un-zipped programs that are zipped by the uploader cannot be compared to their zipped counterpart in dumps
validates zip program files are the same using hashes.
ignores default values if they are present in one yaml file and not the other.
alerts if value on field that has a default is not the default value but has not been declared on the other file at all.
Prints differences by telling where the difference is located (i.e. phase w/ index:0, task w/ index:1, etc.) and what the differences are, (Dir 1 = some value, Dir 2 = something different)
Prints in an easily readable format.
maps indexes 0-n from whatever other ordered schema that was present
displays differences using old indexes, not new ones
The text was updated successfully, but these errors were encountered:
Bundle Validation
Bundle comparison
The text was updated successfully, but these errors were encountered: