-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/update settings autocomplete #24
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
base: master
Are you sure you want to change the base?
Conversation
- Added isSameSchema function, allowing RDF models to be compared. - Added GetAllSchemas function, fetching all current schemas in the FDP. - Added SchemaToolsTest.java, testing this new feature. - Improved readability in SchemaTools.java by splitting up functons inside run.
…date' into feature-update-schema-improvements # Conflicts: # src/main/java/nl/healthri/fdp/uploadschema/utils/RdfUtils.java
- removed redundant custom request builder, Java request library already has a builder which leaded to unnessesary complexity. - Added improved general response handling based on swagger documentation of FDP. - Changed timeout from 500ms to 30000ms, this was causing requests not to be made and because of limited error handling not noticed either. - Added integration folder for external API integrations (FDP) - Added DTO's with Requests and Responses - Removed unused code - Renamed files for naming consistency
- Clear folder structure - Split FDP into FdpClient, FdpService and IFdpClient according to SOLID principles
…from client to service
…d DTO fields when mapping to prevent exceptions.
…cessary complexity
…ases for ResourceTaskService
…resource, task.uuid and task.shapeUUUID
…teResourceTasks and added tests for these functions
… multiple scenarios
…nCreatingTasks_ReturnsTasksThatExist
… and new settings.
feat: Added tests for settings
|
…n thread exception handling
…and content type usage to constants
…tocomplete # Conflicts: # src/main/java/nl/healthri/fdp/uploadschema/SchemaTools.java # src/main/java/nl/healthri/fdp/uploadschema/integrations/FdpClient.java # src/main/java/nl/healthri/fdp/uploadschema/integrations/FdpClientInterface.java # src/main/java/nl/healthri/fdp/uploadschema/services/ResourceTaskService.java
|
| "resourceUri": "https://www.wikidata.org/wiki/Q8777" | ||
| } | ||
| ], | ||
| "ping": { |
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.
Why is this enabled by default? is this not unnecessary traffic?
| "forms": { | ||
| "autocomplete": { | ||
| "searchNamespace": true, | ||
| "sources": [ |
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.
I think this part you don't want in the default FDP schema tool . Please use the default settings
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.
Maybe you can make a copy of this one , because it is useful information




No description provided.