-
Notifications
You must be signed in to change notification settings - Fork 10
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
REL-1198: List value URI definition should work with neo4j RDF storage. #1076
Closed
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
Contributor
vbyndych
commented
Oct 12, 2023
- feat: poc attempt for Neo4j
- feat: resource implementation language handling
- fix: language value and relationship detection
- test: make integrational tests running
- feat: moved relation checking to property method for better reusability.
- feat: changed visibility and type hints for inheritance
- feat: fixed issue with UpdatedAt as a whole number
- feat: introduced abstract filter class which different persistence implementations can use.
- feat: system search implementation in neo4j and test coverage.
- wip: extra changes required to run tests, but not production ready.
- chore: cleanup imports and test to be more verbose.
- feat: rewrite complex search using neo4j.
- feat: rewrite complex search using neo4j.
- chore: provide PHP 7.4 compatibility.
- chore: fix code styles and typos.
- feature: made search persistance configurable.
- fix: property/relationship identification
- feat: getRdfTriples attempt
- feat: ontology import/export for neo4j.
- fix: removed duplicated properties.
- feat: extended complex search functionality to fetch lists data.
- chore: removed unused constructors and extra spaces.
- refactor: changed logic for values fetching using new complex search tripple method for consistency..
- fixed constructor params as it caused exception in strict mode - added return value as it is expected in order t oknow if anything was added or not - re-wrote deprecated functionality in tests - fixed tests as it was not in sync with logic. - skipped those which require code update.
…plementations can use.
… into feature/REL-1193/system-search-implementation-in-neo4j-extra
…tripple method for consistency..
vbyndych
force-pushed
the
feat/REL-1198/list-neo4j
branch
from
October 13, 2023 08:25
1820fd2
to
9cbb8a7
Compare
vbyndych
force-pushed
the
feat/REL-1198/list-neo4j
branch
from
October 13, 2023 10:25
93296c4
to
eb99b90
Compare
Version
There are 0 BREAKING CHANGE, 13 features, 5 fixes |
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.