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.3 #383

Merged
merged 20 commits into from
Oct 20, 2024
Merged

Release/v6.0.0 alpha.3 #383

merged 20 commits into from
Oct 20, 2024

Conversation

juliangruendner
Copy link
Contributor

No description provided.

michael-82 and others added 20 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
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

Attention: Patch coverage is 60.25641% with 31 lines in your changes missing coverage. Please review.

Project coverage is 78.60%. Comparing base (eec104f) to head (a07576d).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
...query/translation/QueryTranslatorSpringConfig.java 0.00% 30 Missing ⚠️
...backend/terminology/es/CodeableConceptService.java 91.66% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@ParameterizedTest
@MethodSource("generateArgumentsForTestPerformOntologySearchWithPaging")
void testPerformOntologySearchWithPagingEmptyKeyword(List<String> criteriaSets, List<String> context, List<String> kdsModule, List<String> terminology, Boolean availability, Integer pageSize, Integer page) {
int totalHits = new Random().nextInt(100);

Check warning

Code scanning / CodeQL

Random used only once Warning test

Random object created and used only once.
@juliangruendner juliangruendner merged commit fbc5333 into master Oct 20, 2024
10 of 12 checks passed
@juliangruendner juliangruendner deleted the release/v6.0.0-alpha.3 branch October 20, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants