-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync with the upstream v6.8.0 #77
Conversation
Subscription tests fail ...
5.6.0 upgrade
the Ubuntu runner base image already includes Helm 3.7.0
* master: Update application.yaml Bumped version of Spring Boot in order to fix same issue as jmix-projects/jmix-security#90 Upgraded to 5.6.0 Subscription tests fail ... Added OpenAPI / Swagger option simplified helm chart build ARM-compatible images bumped dependencies to latest only push build images to DockerHub Adds ability to change HAPI FHIR JPA server's port with the environment variable server.port Adds ability to control the number of executor threads through environment variables server.tomcat.max-threads and server.tomcat.min-spare-threads. There is not a breaking change and does not affect the function of the JPA server unless these environment variables are set. Adds ability to use delete-expunge operations to the JPA Starter Server. # Conflicts: # pom.xml # src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java # src/main/java/ca/uhn/fhir/jpa/starter/Application.java # src/main/java/ca/uhn/fhir/jpa/starter/EnvironmentHelper.java # src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java # src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigDstu2.java # src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigDstu3.java # src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java # src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR5.java
registering ValueSetOperationProvider
Https support for es
updated helm chart to use image v5.6.0
…i-6-8-0 Bump to HAPI 6.8.0
Feature/tester configurable
…tions Feat/static hosting additions
* Adjusting to HAPI core classes * Added example as default * Commented the example IG out again
Fixing some typos in README.md
Fixing some typos in README.md
@hankwallace why did those checks fail for "Lint and Test Charts"? |
If this is updating our fork from 6.6.0 -> 6.8.0, why does it include upstream commits from 3 years ago (5.6.0)? |
I hadn't noticed those until you pointed them out. Those are all related to kubernetes deployment test. They appear to be related to blob verification. There is even a pull request submitted against the component repo to add an option to disable this functionality. Since we don't deploy with kubernetes, I'd like to move forward without having to resolve these. |
Thats a good question. I assume that the method I used to merge commits was different that the one that @shubhamparikh927 had used in the past. |
Overview
How it was tested
Checklist