-
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.3 #383
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #383 +/- ##
============================================
- Coverage 78.69% 78.60% -0.10%
- Complexity 546 551 +5
============================================
Files 134 136 +2
Lines 2366 2407 +41
Branches 143 147 +4
============================================
+ Hits 1862 1892 +30
- Misses 447 457 +10
- Partials 57 58 +1 ☔ View full report in Codecov by Sentry. |
src/test/java/de/numcodex/feasibility_gui_backend/terminology/es/TerminologyEsServiceTest.java
Dismissed
Show dismissed
Hide dismissed
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.