-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
1f157d3
Feature: Added update schema only on changes
SeanBerrieHRI fcc3116
Fix: fixed filterSchemasToUpdate_TaskIsInsert_TastIsFiltered test
SeanBerrieHRI cd4a9ad
Feat: Added improved error handling for reading and mapping of Proper…
SeanBerrieHRI a7dbf61
feat: compare schema before update and improve testability of code
PatrickDekkerHealthRI 6e6f0a5
Feat: Added improved error handling for reading and formatting proper…
SeanBerrieHRI b35efcf
Merge remote-tracking branch 'origin/feature-compare-schema-before-up…
SeanBerrieHRI 7281e57
Merged: merged with feature-compare-schema-before-update
SeanBerrieHRI a53fd28
Merged: merged with feature-compare-schema-before-update
SeanBerrieHRI c15aa91
Refactor: Code simplified and improved readability and maintainability.
SeanBerrieHRI 5954441
refactor: general improvements
SeanBerrieHRI a0f0e6f
feature: added spring-boot-starter for enabling dependency injection
SeanBerrieHRI e7f2cf0
Refactor: added interface for FdpClient and seperated business logic …
SeanBerrieHRI 6465486
Refactor: Moved request body generator from DTO to Client and added a…
SeanBerrieHRI f58846f
fix: replaced client dependencies with service and added ignore unuse…
SeanBerrieHRI 0aabf53
refactor: Removed ResourceMap, ShapeMap and ObjectMap because of unne…
SeanBerrieHRI a53c102
refactor: added Resource and Shape Task domain and service
SeanBerrieHRI 8df1832
refactor: Split resourceUpdateInsertTask into service and domain layer
SeanBerrieHRI b6ea53a
refactor: refactored SchemaTool logic to SchemaToolService
SeanBerrieHRI 852aeb8
refactor: Added interfaces
SeanBerrieHRI f47ca52
refactor: added handler for createTask null on map search handling
SeanBerrieHRI 95f0477
refactor: moved Version.java and removed unused imports and whitespaces
SeanBerrieHRI 4b3d069
refactor: moved FdpService and added service annotations to each service
SeanBerrieHRI 4e4564e
feature: initial commit for create task unit test
SeanBerrieHRI 06624c3
tests: added dummy data from fdp schemas and resources and all edge c…
SeanBerrieHRI 5eee6d8
tests: added all test scenarios for ResourceTaskService
SeanBerrieHRI d9eebf6
tests: Added all tests for ShapeTaskService
SeanBerrieHRI 45e4540
fix: null on properties.schemasToPushblish because of @JsonIgnore
SeanBerrieHRI 4ea0132
refactor: improved reusability for ResourceTaskServiceTest.java
SeanBerrieHRI e28bd49
fix: fixed ResourceTaskService giving incorrect resource task exists
SeanBerrieHRI 209c7af
fix: fixed properties file for tests and added more asserts for task.…
SeanBerrieHRI 9afba25
refactor: Split getSchemaUUID and getResourceInfo functions from crea…
SeanBerrieHRI e028a02
Fix: fixed getParentResourceInfo giving the correct childUuid
SeanBerrieHRI 026e55b
refactor: moved records used by ResourceTaskService to the top of the…
SeanBerrieHRI ed18c03
feature: Added tests for getParentResourceInfo
SeanBerrieHRI 04a7451
fix: added multiple properties data getters for better testing across…
SeanBerrieHRI fdd7b2f
feature: added test AllPropertyResourcesFoundInFdpResourceInfoMap_Whe…
SeanBerrieHRI 251c78c
fix: fixed all tests
SeanBerrieHRI deef7f7
fix: moved properties back to constructor
SeanBerrieHRI 75d33e9
feature: added update settings
SeanBerrieHRI 9465cc6
refactor: Improvements on merging sources fromn existing FDP settings…
SeanBerrieHRI 242f35a
feat: Added test cases
SeanBerrieHRI f568023
fix: resource merge
SeanBerrieHRI 20e2e7b
fix: Test removed for duplicate resources in FdpSettings
SeanBerrieHRI 86bfd1e
refactor: improved exception handling logging and InterruptedExceptio…
SeanBerrieHRI 3646005
Refactor: change client request headers to use constants
SeanBerrieHRI a024a6c
refactor: improved error logging and handling and changed HttpHeader …
SeanBerrieHRI 3716441
Merge branch 'feature/clean-up-tasks' into feature/update-settings-au…
SeanBerrieHRI c949fae
refactor: merge with feature/clean-up-tasks
SeanBerrieHRI 7f3d436
refactor: improve exception handling for updating and getting settings
SeanBerrieHRI 035f335
refactor: add "Dto" to class and filename of dto objects and removed …
SeanBerrieHRI 0577dfd
refactor: add "Dto" to class and filename of dto objects.
SeanBerrieHRI 7dcdbf2
fix: duplicate autocomplete form sources being saved fixed. Settings …
SeanBerrieHRI ddfc7c8
refactor: remove preset form sources from FdpSettings.json
SeanBerrieHRI 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "forms": { | ||
| "autocomplete": { | ||
| "searchNamespace": true, | ||
| "sources": [ | ||
| ] | ||
| } | ||
| } | ||
| } | ||
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 was deleted.
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.
Uh oh!
There was an error while loading. Please reload this page.