generated from okp4/template-rust
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix/blank node identifier #499
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2e60a12
feat(cognitarium): introduce blank node id counter state
amimart 96286f7
feat(rdf): allow to get incremented raw id from issuer
amimart 1a492e7
feat(cognitarium): update triple state model with u128 as bnode
amimart 93acb93
feat(cognitarium): generate bnode identifiers on query
amimart 7dfb48e
feat(cognitarium)!: rework delete input to remove template bnodes
amimart a194d1c
refactor(cognitarium)!: use var or named node as msg pattern predicate
amimart f15d822
feat(cognitarium)!: rework construct clause based on template
amimart 54f6b63
test(cognitarium): add bnode insert counter test
amimart 2ea17d7
test(cognitarium): update msg tests
amimart f22eb81
feat(cognitarium): issue new id for bnode provided in construct
amimart 8514d5f
style: little coup de polish
amimart ea2013b
docs(cognitarium): update docs from schema
amimart 8fecdea
test(dataverse): update tests according to cognitarium api
amimart 61ff078
feat(cognitarium): reuse where clause in construct empty
amimart 72766ff
perf(cognitarium): use resolved variables to construct atoms
amimart 57ce519
refactor(cognitarium): share duplicate code for queries
amimart e389931
perf(cognitarium): use resolved vars to contruct triples
amimart 2e763ee
fix(cognitarium): allow to reuse where as delete select
amimart b574e59
docs(cognitarium): update generated doc
amimart e22d9b9
feat(cognitarium): allow delete without where clause
amimart 9a7085a
style(cognitarium): make it readable
amimart b7a1272
style(cognitarium): remove dead code
amimart 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests for default deserialization of
StoreLimitsInput
andInstantiateMsg
are crucial for ensuring that the system's limitations and instantiation parameters are correctly handled. These tests validate the default values for various store limits, which is important for the system's robustness and reliability. Ensure that additional tests are added to cover the new changes introduced in this PR, especially regarding the handling of blank nodes and the new structs and enums.Would you like assistance in adding more comprehensive tests to cover the new changes introduced in this PR?