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.5 #396

Merged
merged 45 commits into from
Nov 14, 2024
Merged

Release v6.0.0 alpha.5 #396

merged 45 commits into from
Nov 14, 2024

Conversation

michael-82
Copy link
Collaborator

No description provided.

michael-82 and others added 30 commits September 4, 2024 12:50
#288 - Load availability files from file(s)

* Add Update availability script and example file
- add a function score query that boosts all queries with availability > 0 by 100 in score. It does not make a difference if the availability is 10 or 10000, all are boosted by the same fixed value
…-sort-unavailable-criteria-to-the-bottom

#367 - Sort unavailable criteria to the bottom
- move files back to /v3/api-docs since swagger ui wants to load a config file from there anyways. Supplying a custom config file under another folder did not work
- update springdoc-openapi-starter-webmvc-ui to 2.6.0 so it can handle openapi 3.1.0
…builtin-swagger-doc-is-broken

#366 - Builtin swagger doc is broken
…-update-fhir-resources-dependency

#370 - Update fhir-resources dependency
…-update-spring-boot-to-334

#371 - Update spring boot to 3.3.4
- Add the totalNumberOfPatients from the saved query object back to the response when reading a query
- the demanded queryId from the issue is already present as "id" - so nothing to do here imho
…-add-results-to-get-queryqueryid-response

#363 - Add "results" to GET query/{queryId} response
#376 - Allow Empty Search with filters

- Change score modification to add an offset instead of multiplying when availability > 0
- remove the inner "must" part of the bool query when searchterm is empty
…ranslations (#381)

* #380 - Change structure of dse profile_tree and profile details for translations

- update ontology to v3.0.0-test.11
- modify DseProfile and Field according to changes in dse profile database entry
- modify DseProfileTreeNode according to changes in profile_tree.json
- add first version of tests and scripts
…-add-elastic-search-to-github-integration-tests

#341 - Add elastic search to github integration tests
- add trivy db env variables to ci.yml
…fix-trivy-build-error

#386 - Fix trivy build error
- use wagon-maven-plugin for the download part of the ontology download/unpack process
- use copy-rename-plugin to move files
- use truezip plugin instead of unzip cmd (not available under windows)
- update jdk in ci.yml
…-use-wagon-maven-plugin-for-ontology-download

#215 - use wagon maven plugin for ontology download
- Add both fields to Field.java
- fix missing displayEntry in openapi doc
michael-82 and others added 14 commits November 6, 2024 11:35
…-add-recommended-and-required-to-dse-field

#389 - Add recommended and required to dse field
* #391 - Ignore termcode version during query validation

- remove version from termcode check during query validation
- rename parameter in containsInvalidCriteria method
* #394 - Update dependencies

- update dependencies
- update docker images
- update github actions
- reorder cmds to decrease img size
- use user id instead of name
- pin base image by digest
- use docker metadata action
- use alpine image
…-Minor-suggestions-to-improve-the-container-image

#237 - Minor suggestions to improve the container image
@michael-82 michael-82 added the Release For actual releases or release preparation label Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.49%. Comparing base (fbc5333) to head (8c5ce2b).
Report is 46 commits behind head on master.

Files with missing lines Patch % Lines
...ibility_gui_backend/dse/api/FieldDisplayEntry.java 0.00% 1 Missing ⚠️
...bility_gui_backend/dse/api/LocalizedValueList.java 0.00% 1 Missing ⚠️
...query/translation/QueryTranslatorSpringConfig.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #396      +/-   ##
============================================
- Coverage     78.60%   78.49%   -0.11%     
+ Complexity      551      550       -1     
============================================
  Files           136      138       +2     
  Lines          2407     2409       +2     
  Branches        147      147              
============================================
- Hits           1892     1891       -1     
- Misses          457      460       +3     
  Partials         58       58              

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

@michael-82 michael-82 merged commit c4369f2 into master Nov 14, 2024
4 checks passed
@michael-82 michael-82 deleted the release/v6.0.0-alpha.5 branch November 15, 2024 09: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