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.2 #362

Merged
merged 15 commits into from
Sep 4, 2024
Merged

Release/v6.0.0 alpha.2 #362

merged 15 commits into from
Sep 4, 2024

Conversation

michael-82
Copy link
Collaborator

No description provided.

jbellmann and others added 15 commits November 22, 2023 15:38
- REMOVE (instead of deprecate) most of the old terminology endpoints. Returning 410 Gone for now
- add $JAVA_OPTS env variable to java call in docker-entrypoint.sh
…-deprecate-unused-rest-endpoints

#315 - Deprecate unused REST endpoints
…-make-jvm-options-in-dockerimage-configurable

#344 - Make JVM options in Dockerimage configurable
…ge_repositories

Update README section 'Adding GitHub Package Repositories'
* #32 - Remove codex references in settings

- replace any feasibility, mii or ui references with dataportal references
- package names remain unchanged
- add env variable for dbname in datasource url
- remove prefix from db env variables
- change rolenames in tests
* #337 - Migrate swagger.yaml to openapi 3.1.0

- Change openapi version string to 3.1.0
- remove useless "todo" parts from info section
- remove empty "content" sections
- remove useless quotes and double quotes
- Change title to Dataportal Backend REST API
- rename feasibility_auth to dataportal_auth
* #358 - Apply renaming to composefile

- replace feasibility with dataportal
- rename volumes
- rename env variables
- rename artifact created by maven
- move all endpoints from v3 to v4
- merge TerminologyEsRestController into TerminologyRestController
- rename CodeableConceptEsRestController to CodeableConceptRestController
- rename all "skipValidation" parameters to "skip-validation"
- use path constants instead of explicit strings more consistently
- update swagger doc
…-move-rest-api-to-v4

#356 - Move rest api to v4
- update version and changelog
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 96.16088% with 21 lines in your changes missing coverage. Please review.

Project coverage is 78.69%. Comparing base (39579fa) to head (0c8b520).
Report is 121 commits behind head on master.

Files with missing lines Patch % Lines
...lity_gui_backend/terminology/es/config/Config.java 0.00% 4 Missing ⚠️
...minology/validation/StructuredQueryValidation.java 92.30% 1 Missing and 3 partials ⚠️
...ackend/query/broker/direct/DirectSpringConfig.java 90.32% 0 Missing and 3 partials ⚠️
...sibility_gui_backend/config/WebSecurityConfig.java 0.00% 2 Missing ⚠️
..._gui_backend/query/api/MutableStructuredQuery.java 91.66% 0 Missing and 2 partials ⚠️
...query/api/validation/StructuredQueryValidator.java 60.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     #362      +/-   ##
============================================
+ Coverage     74.12%   78.69%   +4.56%     
- Complexity      523      546      +23     
============================================
  Files           124      134      +10     
  Lines          2211     2366     +155     
  Branches        105      143      +38     
============================================
+ Hits           1639     1862     +223     
+ Misses          512      447      -65     
+ Partials         60       57       -3     

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

@michael-82 michael-82 merged commit 601104a into master Sep 4, 2024
12 checks passed
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.

3 participants