-
Notifications
You must be signed in to change notification settings - Fork 1
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
#42 Migrate Variations Checker to reso-certification-utils #43
Merged
darnjo
merged 43 commits into
main
from
42-migrate-variations-checker-to-reso-certification-utils
Sep 12, 2023
Merged
#42 Migrate Variations Checker to reso-certification-utils #43
darnjo
merged 43 commits into
main
from
42-migrate-variations-checker-to-reso-certification-utils
Sep 12, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mohit-s96 FYI updated to use /lib instead. |
mohit-s96
added a commit
that referenced
this pull request
Jul 27, 2023
mohit-s96
added a commit
that referenced
this pull request
Jul 27, 2023
mohit-s96
added a commit
that referenced
this pull request
Jul 27, 2023
mohit-s96
added a commit
that referenced
this pull request
Jul 27, 2023
mohit-s96
reviewed
Aug 15, 2023
mohit-s96
reviewed
Aug 15, 2023
mohit-s96
added a commit
that referenced
this pull request
Sep 5, 2023
mohit-s96
approved these changes
Sep 12, 2023
darnjo
deleted the
42-migrate-variations-checker-to-reso-certification-utils
branch
September 12, 2023 07:34
darnjo
added a commit
that referenced
this pull request
Nov 3, 2023
* #40: metadata report to schema generation and payload validation * #40: added 2 new flags for additional properties and resources * #40: added suggested changes * #40: update gitignore * #40: update reso-etl package * #40: improve error message * #40: add additional validation steps * #40: prevent matching single and multi-value schema * #40: restructure project like #43 * #40: added Readme file for schema validation tool * #40: restructure project like #43 * #40: improved error reports * #40: added option to provide payloads in a zip file * #40: updated readme to include zip file option * #40: added validation for scale and precision * #40: fix eslint errors * Removed additional runDDTests command * #40: updated scale and precision logic * #40: updated scale and precision logic * #40: update readme link * #40: update readme * #40: more changes * #40: updated readme * #40: crash fix, custom error messages, and better handling for nullable fields * #40: bugfix for edge case where keyword is errorMessage * #40: added changes from Josh * #40: remove time logs * #40: misc improvements bugfix, minor refactor, combine validate and generate, add support for @OData field in payload * #40: fix empty resource in report for invalid files added placeholder name for a payload where resource can't be determined * #40: update error message for type * #40: expose lib method for schema generation * #40: expose lib method for schema validation * #40: remove error for cases where resource isn't standard * #40: update readme * #40: replace lodash with structured clone * #40: use arrow functions * #40: add code comments * #40: formatting and refactor * #40: fix typo in readme --------- Co-authored-by: Joshua Darnell <darnjo@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #42.