-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Adding map
and named union
types to Schema SALAD
#672
Merged
Merged
Commits on Nov 18, 2023
-
Update diff-cover requirement from <7.6 to <7.7
Updates the requirements on [diff-cover](https://github.com/Bachmann1234/diff-cover) to permit the latest version. - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v0.1.0...v7.6.0) --- updated-dependencies: - dependency-name: diff-cover dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 736348f - Browse repository at this point
Copy the full SHA 736348fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d344e1 - Browse repository at this point
Copy the full SHA 7d344e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf52c02 - Browse repository at this point
Copy the full SHA cf52c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bca48e - Browse repository at this point
Copy the full SHA 9bca48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc19da8 - Browse repository at this point
Copy the full SHA fc19da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 005be60 - Browse repository at this point
Copy the full SHA 005be60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70e5e2 - Browse repository at this point
Copy the full SHA a70e5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ff797 - Browse repository at this point
Copy the full SHA d6ff797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb368d - Browse repository at this point
Copy the full SHA 4cb368dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f1d1c - Browse repository at this point
Copy the full SHA 08f1d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dbfbfc - Browse repository at this point
Copy the full SHA 1dbfbfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dd933 - Browse repository at this point
Copy the full SHA b3dd933View commit details -
Add support for
noLinkCheck
in codegenThis commit introduces support for the `noLinkCheck` `jsonldPredicate` in the Schema SALAD codegen toolchain, and in particular in the `URILoader` stack. When `noLinkCheck` is set to `true`, no link checking is performed for all the underlying objects hierarchy. The need to propagate its value to the hierarchy makes it necessary to modify also the `LoadingOptions` data structure. All parsers but the Python one never perform link checking up to now, so this update makes no modification to their actual behaviour. However, it enables the `URILoader` classes to receive the `noLinkCheck` parameter for future implementations.
Configuration menu - View commit details
-
Copy full SHA for 53165ec - Browse repository at this point
Copy the full SHA 53165ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd106ab - Browse repository at this point
Copy the full SHA fd106abView commit details -
Configuration menu - View commit details
-
Copy full SHA for de3e65a - Browse repository at this point
Copy the full SHA de3e65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 388f158 - Browse repository at this point
Copy the full SHA 388f158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a10ca - Browse repository at this point
Copy the full SHA 11a10caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f948e - Browse repository at this point
Copy the full SHA 04f948eView commit details -
Fix misinterpretation of absent fields
This commit removes an erroneous null check, which caused parsers to evaluate as erroneous some correct documents.
Configuration menu - View commit details
-
Copy full SHA for 043b5ca - Browse repository at this point
Copy the full SHA 043b5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bf903 - Browse repository at this point
Copy the full SHA d8bf903View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3b849b - Browse repository at this point
Copy the full SHA d3b849bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ab8d8 - Browse repository at this point
Copy the full SHA 13ab8d8View 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.