forked from crs4/rocrate-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Updates from upstream repository. #108
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
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
6d488cc
added check for indirect path from data entities to root data entity …
floWetzels d9a90e7
test crate for cyclic datasets
floWetzels 244f398
Merge branch 'crs4:develop' into fix-cyclic-datasets
floWetzels f8b0e55
feat(file-descriptor): :sparkles: add internal remote-context retriev…
kikkomep 0ce2619
refactor(file-descriptor): :recycle: update checks to use the new met…
kikkomep 4e3a27d
fix(file-descriptor): :pencil2: fix typo
kikkomep fd52f98
test(test-data): :wrench: extend valid crate context with remote cont…
kikkomep 944ec82
test(file-descriptor): :white_check_mark: add tests for remote contex…
kikkomep fe5ba1c
fix(file-descriptor): :wrench: accept application/json and treat Link…
kikkomep 4f0ed43
fix(test-data): :adhesive_bandage: replace incorrect scheme for schem…
kikkomep 5fe8171
fix: :adhesive_bandage: allow terms defined by context prefixes
kikkomep 928026e
test(test-data): :card_file_box: extend test data to include prefixed…
kikkomep 45a7017
fix(file-descriptor): :adhesive_bandage: refine compacted JSON-LD key…
kikkomep 99f9b0d
Merge pull request #152 from nfdi4plants/fix-cyclic-datasets
kikkomep 2f2a873
feat(utils): :sparkles: extend HttpRequester constructor to support c…
kikkomep 36ca0ac
chore(utils): :wrench: increase session cache max age to 300 seconds
kikkomep b2b47ba
feat(model): :sparkles: enable cache configuration in ValidationSettings
kikkomep 564230f
feat(cli): :sparkles: add CLI options for cache configuration (`cache…
kikkomep c5848bc
docs(cli): :memo: document `-1` option for no cache expiration in `--…
kikkomep ee6a223
fix(core): :bug: fix import
kikkomep 4b45368
Merge pull request #123 from kikkomep/feat/extend-caching-support
kikkomep 90a9f06
🐛 fix(SHACL-core): improve SHACL violation parsing with better error …
kikkomep 635c86b
Merge pull request #155 from kikkomep/fix/issue-128
kikkomep 46ae808
Merge branch 'develop' into fix/issue-120
kikkomep 517175d
Merge pull request #154 from kikkomep/fix/issue-120
kikkomep 740266c
chore(SHACL-core): reformat and clean up
kikkomep 7c89093
test(SHACL-core): :white_check_mark: add unit/integration tests
kikkomep 867fe53
fix(ro-crate): :adhesive_bandage: refine file descriptor selector
kikkomep 1a91aa4
fix(ro-crate): :bug: target metadata descriptor shapes by class (inst…
kikkomep 2c6ea76
feat(ro-crate): :sparkles: refine constraint enforcing metadata descr…
kikkomep 2abb275
test(ro-crate): :white_check_mark: test RO-Crate with `@base` set
kikkomep 39bd761
fix(ro-crate): :bug: use SPARQL target to select the candidate RO-Cra…
kikkomep 8219f27
fix(ro-crate): :adhesive_bandage: define `ROCrateMetadataFileDescript…
kikkomep ccb04a7
fix(core): :adhesive_bandage: remove extra quote
kikkomep 61ddbb5
refactor(ro-crate): :wrench: relax ROCrateMetadataFileDescriptor clas…
kikkomep 57f5c54
fix(shacl): extract @base from JSON-LD for ontology parsing
kikkomep 6ab03fe
test(ro-crate): :wrench: reconfigure test dataset
kikkomep 146a522
fix: add empty directory to example crate
kikkomep f5d3256
Merge pull request #159 from kikkomep/fix/issue-137
kikkomep 1c1a0c4
Merge pull request #158 from kikkomep/fix/issue-142
kikkomep 523fbf4
fix(core): :lipstick: fix output formatting
kikkomep 8906c5d
Merge pull request #160 from kikkomep/fix/output-formatting
kikkomep d565c5d
ci(gh-actions): :arrow_up: update outdated GitHub Actions
kikkomep c534b74
chore(deps): :lock: update lock file
kikkomep 81d5d89
chore: :bookmark: bump version number to 0.9
kikkomep 1a1f548
Merge pull request #161 from kikkomep/ci/fix-outdated-github-actions
kikkomep 8306911
Merge pull request #162 from kikkomep/prepare-release/0.9
kikkomep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.