-
Notifications
You must be signed in to change notification settings - Fork 35
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. #3908
Conversation
…unctionality to fetch lists data.
9dcf98e
to
ba0ca3a
Compare
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.
Looks good!
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.
Looks good!
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.
Working well for me. Just need to update dependency to generis
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code is respecting code style rules
- New code is respecting best practices
- New code is not subject to concurrency issues (if applicable)
- Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Changelog is updated according to changes (if applicable)
- Documentation is updated according to changes (if applicable)
b1049d1
to
05f300b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #3908 +/- ##
=============================================
- Coverage 27.55% 27.36% -0.20%
+ Complexity 10976 10968 -8
=============================================
Files 922 922
Lines 33910 33810 -100
=============================================
- Hits 9345 9251 -94
+ Misses 24565 24559 -6
☔ View full report in Codecov by Sentry. |
Version
There are 0 BREAKING CHANGE, 1 feature, 1 fix |
Goal
List value URIs can be modified via user interface. Yet implementation is modifying SQL statements table directly, and would not work with neo4j RDF storage.
Changelog
How to test / use
Lists are used in many places but the easiest way to test them is lists settings page.
Dependencies