-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release v6.1.0 alpha.1 #440
Merged
Merged
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
- add missing parameter in log message
…fix-code-scanning-alert-unused-format-argument #425 - Fix code scanning alert - Unused format argument
- replace calls to Bandwith constructor with BandwithBuilder - replace oauth token request constructor call with call to builder
…cepts - remove nested declaration from elastic search documents (seems to be unnecessary, but should be monitored) - modify swagger file to match new responses - adapt tests to the new structure - Change responses to codeable concept and terminology replies to the new structure - change de-De to de and en-US to us for the elastic search related entries (the ones sent to the frontend are unchanged...might have to change as well) - modify elastic search tests in integration tests - remove GET of documents with fixed ids from elastic search integration test since those ids differ with each new ontology - add translations to CriteriaProfileData - adapt swagger file
…-change-display-and-translations-structure-for-criteria-and-concepts #382 - Change display and translations structure for criteria and concepts
…tests - use grep/awk to extract the first id from an ontology and a codeable_concept file to use for checks
…-read-document-ids-from-downloaded-files-in-github-integration-tests #428 - Read document ids from downloaded files in github integration tests
- change hashcode method in Context class - Remove @DaTa and @EqualsAndHashCode annotations and replace them with @Getter @Setter @tostring (excluding lazily loaded variables) and custom equals and hashcode methods - Change id datatype from int to Long in entity classes
- added parameters for GET dse/profile-data
…parameters-missing-for-dse-profile-data-in-swagger-documentation #431 - Parameters missing for dse profile data in swagger documentation
- replace @MockBean with @MockitoBean
…-replace-deprecated-mockbeans #434 - Replace deprecated MockBeans
- update spring boot dependency
…-update-to-spring-boot-342 #437 - Update to spring boot 3.4.2
…iple ids - Endpoint is changed to /codeable-concept/entry, expecting a list of ids as query parameter - CodeableConceptEntry now included the id in the returned json - Add 1 sec sleep after uploading testdata because there seems to be a timing issue
…-change-endpoint-codeable-conceptentryid-to-allow-for-multiple-ids #433 - Change endpoint /codeable-concept/entry/{id} to allow for multiple ids
- update ontology tag to 3.0.2-alpha.2 - modify AttributeDefinition to include displayentry
…-adjust-ui-profiles-to-adjust-for-translations #430 - Adjust ui profiles to adjust for translations
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.
Added
Changed
Removed
Fixed
Security