Skip to content
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.0.0 alpha.1 #354

Merged
merged 33 commits into from
Sep 2, 2024
Merged

Release v6.0.0 alpha.1 #354

merged 33 commits into from
Sep 2, 2024

Conversation

michael-82
Copy link
Collaborator

No description provided.

EmteZogaf and others added 30 commits June 29, 2024 00:20
Increase spring boot version in pom.xml
…-update-spring-boot-to-332

#316 - Update Spring Boot to 3.3.2
- change addgroup/adduser to groupadd/useradd cmds
…fix-github-action-error

#319 - Fix github action error
* #287 - Elastic search connection

- implement first version of elastic search connection (can be switched on and off via env variables)
- requires external "work" to get started at this point of development
- add criteria-profile-data endpoint
- add referenceCriteriaSet to AttributeDefinition
- add the error message to the dispatch failed message in the error log
…-provide-useful-error-message-when-fhir-server-is-unreachable

#280 - Provide useful error message when fhir server is unreachable
- add env variable for dbname in datasource url
…-make-database-configurable

#325 - Make Database configurable
- update undertow to 2.3.15.Final
- remove override of xnio dependencies since the new undertow version includes even newer ones
* #318 - Add endpoints for profile data

- add endpoint to read dse profile tree
- add endpoint to read list of dse profile data (by url)
- add endpoint to get mapping of terminology url to display names
- Add new endpoints to swagger doc
* #323 - Extended referencedCriteria and Valueset Search

- Add new rest controller and services to search in a different elastic search index for Codeable Concepts
- tests and openapi docs missing
- fix inconsistent variable naming in new api parts (no longer using camelCase)
- add codeable_concept path to WebSecurityConfig
- annotate CodeableConceptServiceIT as disabled for now
…-disable-codeableconceptserviceit-for-now

#333 - Disable CodeableConceptServiceIT for now
* #329 - Update changelog and doublecheck swagger

- Update changelog
- remove unused imports
- remove useless semicolons
- change formatting for log messages
- fix typos/grammatical errors
- inline returnvalues where possible
- add missing endpoint /query/detailed-obfuscated-result-rate-limit to swagger doc
- add missing skipValidation parameter to get query template
- check with CollectionUtils.isNotEmpty() if the filter lists are neither null nor empty
* #289 - Initialise elastic search as part of a standard deployment

- add elastic search to docker compose
- add an init container to setup elastic search instance
- add download of dse files, move dse files, add type to Field for dse profile fields, change to test tag version
- change depends_on conditions

---------

Co-authored-by: Julian Gründner <juliangruendner@googlemail.com>
…empty-filter-lists-lead-to-missing-results

#330 - Empty filter lists lead to missing results
- rename "referenceCriteriaSet" to "referencedCriteriaSet"
- add "referencedValueSet"
…missing-parameter-in-attributedefinition

#342 - Missing parameter in AttributeDefinition
…in Proxy Protocol parsing causes information leakage

- Update undertow to 2.3.16.Final
…-fix-code-scanning-alert-undertow-improper-state-management-in-proxy-protocol-parsing-causes-information-leakage

#348 - Fix code scanning alert - undertow: Improper State Management …
- update spring boot dependency
…-update-to-spring-boot-333

#349 - Update to spring boot 3.3.3
michael-82 and others added 3 commits September 2, 2024 10:18
- Add a hardcoded mapping from "context" to "context.code" when getting the aggregations to return the filter options
…context-select-options-not-shown-in-search-filters

#352 - Context select options not shown in search filters
- update version and changelog
@michael-82 michael-82 added the Release For actual releases or release preparation label Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 96.22642% with 10 lines in your changes missing coverage. Please review.

Project coverage is 77.48%. Comparing base (5c82fa8) to head (b182c16).
Report is 38 commits behind head on master.

Files with missing lines Patch % Lines
...lity_gui_backend/terminology/es/config/Config.java 0.00% 4 Missing ⚠️
...sibility_gui_backend/config/WebSecurityConfig.java 0.00% 2 Missing ⚠️
...i_backend/terminology/es/TerminologyEsService.java 97.87% 0 Missing and 2 partials ⚠️
...umcodex/feasibility_gui_backend/dse/api/Field.java 0.00% 1 Missing ⚠️
...mcodex/feasibility_gui_backend/dse/api/Filter.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #354      +/-   ##
============================================
+ Coverage     77.25%   77.48%   +0.23%     
+ Complexity      610      563      -47     
============================================
  Files           130      135       +5     
  Lines          2409     2452      +43     
  Branches        135      149      +14     
============================================
+ Hits           1861     1900      +39     
- Misses          478      492      +14     
+ Partials         70       60      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-82 michael-82 merged commit cf5b856 into master Sep 2, 2024
11 checks passed
@michael-82 michael-82 deleted the release/v6.0.0-alpha.1 branch September 2, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release For actual releases or release preparation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants