-
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.0.0 alpha.5 #396
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 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 to 6.3.26
…-update-fhir-resources-dependency #370 - Update fhir-resources dependency
- self-explanatory
…-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
- 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
…-add-recommended-and-required-to-dse-field #389 - Add recommended and required to dse field
…-libs Update HAPI Dependencies
- 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
Codecov ReportAttention: Patch coverage is
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. |
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.
No description provided.