Commit Graph

523 Commits

Author SHA1 Message Date
Michael Buckley
eac87fca9b bump Hapi PRE version 2022-02-02 10:35:41 -05:00
Patrick Werner
491482824c Merge pull request #309 from hapifhir/dependabot/maven/org.postgresql-postgresql-42.2.25
Bump postgresql from 42.2.23 to 42.2.25
2022-02-02 12:49:46 +01:00
dependabot[bot]
4952c00df7 Bump postgresql from 42.2.23 to 42.2.25
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.25)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:59:55 +00:00
jkv
abf21f824c Merge commit '528d2bc087ae2f5bf49b2fb38d17dba134feda63'
# Conflicts:
#	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
#	src/main/resources/application.yaml

Preparing for 5.7.0
2022-01-29 20:29:14 +01:00
Tadgh
24ad4116f8 Fix h2 dialect, replace mail dep 2022-01-26 20:28:05 -08:00
Tadgh
bbd9428d6e Update for 5.7.x changes 2022-01-26 18:45:45 -08:00
Tadgh
0f133274a1 bump version 2022-01-26 16:31:41 -08:00
Jaison B
d2984d2c0c Revert "Add ES native aggregation builder for lastN"
This reverts commit 5312f78b95.
2022-01-24 16:25:24 -07:00
Jaison B
5312f78b95 Add ES native aggregation builder for lastN 2022-01-24 16:21:50 -07:00
Jens Kristian Villadsen
6dd34146de Merge pull request #301 from vadi2/patch-1
Typo fix in README
2022-01-08 18:11:03 +01:00
Jaison B
528d2bc087 Add configuration flag to enable storing of resources in lucene index (#304)
* Add configuration flag to enable storing of resources in lucene index

* Fix build issue

* Fix code review suggestions

Co-authored-by: Jaison B <jaison.baskaran@smilecdr.com>
2022-01-05 15:02:57 -07:00
Vadim Peretokin
22e0e1e4bf Typo fix in README 2022-01-03 14:00:34 +01:00
Michael Buckley
42e3e78bbc Bump to 5.7.0-PRE8-SNAPSHOT 2021-12-17 18:05:49 -05:00
Michael Buckley
21f5d1dcbb Fix misconfiguration
modelConfig is part of DaoConfig and should not have a separate lifecycle.
2021-12-16 17:14:31 -05:00
Jens Kristian Villadsen
8568132896 Fixed compile issues 2021-12-11 17:08:36 +01:00
Jens Kristian Villadsen
c89b0d40b7 Merge pull request #293 from chgl/updated-helm-chart
updated helm chart to use image v5.6.0
2021-12-11 16:15:07 +01:00
Jens Kristian Villadsen
7ece4c3b4e Merge pull request #294 from ZuSe/https-support-for-es
Https support for es
2021-12-11 16:14:22 +01:00
Jens Kristian Villadsen
18cf0fdec7 Merge pull request #295 from ashaban/master
registering ValueSetOperationProvider
2021-12-11 16:12:56 +01:00
Michael Buckley
bfa6ed1c1e Share elasticsearch configuration 2021-12-09 16:14:13 -05:00
Michael Buckley
8c6a1a713e Upgrade to 5.7.0-PRE4-SNAPSHOT for testing 2021-12-09 14:54:20 -05:00
Michael Buckley
2512616951 Merge branch 'master' into nih-testing
* master:
  Update application.yaml
  Bumped version of Spring Boot in order to fix same issue as https://github.com/Haulmont/jmix-security/issues/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
2021-12-09 14:53:03 -05:00
Ally Shaban
e077091db4 registering ValueSetOperationProvider 2021-12-01 07:58:43 +03:00
ppalacin
ff8302a04e Use default application.yaml 2021-11-25 12:20:04 +01:00
ppalacin
6092200db7 Support HTTPS 2021-11-25 12:19:35 +01:00
chgl
8ce44c2ae1 simplified chart release workflow
the Ubuntu runner base image already includes Helm 3.7.0
2021-11-23 00:13:55 +01:00
chgl
304f779a2b added options for specifying a PodDisruptionBudget 2021-11-23 00:11:28 +01:00
chgl
e39d84ed36 documented use of Values.extraEnv 2021-11-21 16:08:41 +01:00
Jens Kristian Villadsen
0203a36668 Update application.yaml
See https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/292
2021-11-20 16:07:26 +01:00
Jens Kristian Villadsen
a58ef1cc7a Merge pull request #291 from hapifhir/5.6.0-upgrade
5.6.0 upgrade
2021-11-18 20:23:59 +01:00
jkv
96450874af Bumped version of Spring Boot in order to fix same issue as https://github.com/Haulmont/jmix-security/issues/90 2021-11-18 20:17:30 +01:00
jkv
16559ea17c Upgraded to 5.6.0
Subscription tests fail ...
2021-11-18 19:48:40 +01:00
jkv
ea3f10ec86 Added OpenAPI / Swagger option 2021-11-10 20:57:31 +01:00
Michael Buckley
097db1642f Add local_base_urls configuration to feed DaoConfig.setTreatBaseUrlsAsLocal() 2021-10-07 15:14:06 -04:00
chgl
eaffce0d42 simplified helm chart 2021-10-07 12:02:42 +02:00
Michael Buckley
3272b8c0d2 Disable default flyway processing 2021-10-05 16:06:19 -04:00
Michael Buckley
ac75421a7b Update to 5.6.0-PRE7_NIH-SNAPSHOT and activate advanced index 2021-10-05 15:07:08 -04:00
chgl
79fddf8309 build ARM-compatible images 2021-10-05 09:35:06 +02:00
chgl
73d01ab408 bumped dependencies to latest 2021-10-05 09:35:06 +02:00
Jens Kristian Villadsen
be632e6c8d Merge pull request #277 from chgl/patch-1
only push build images to DockerHub
2021-09-27 21:14:33 +02:00
chgl
dd17c4eef0 only push build images to DockerHub 2021-09-27 20:56:27 +02:00
Tadgh
370d68a55c Bump for new version 2021-09-16 01:00:35 -04:00
Ben Li-Sauerwine
9f65314537 Adds ability to change HAPI FHIR JPA server's port with the environment variable server.port 2021-09-14 17:00:52 +02:00
Ben Li-Sauerwine
e9e9f5d89e 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. 2021-09-14 17:00:52 +02:00
Ben Li-Sauerwine
15923edfd5 Adds ability to use delete-expunge operations to the JPA Starter Server. 2021-09-09 23:00:59 +02:00
Tadgh
e41c186bdd Update for new style of container bean 2021-09-09 14:53:54 -04:00
Tadgh
f3ea6803da Add broken test 2021-09-09 14:41:38 -04:00
Tadgh
6e2836b91d Bump version 2021-09-07 18:36:58 -04:00
Tadgh
e26364670d Remove bean override 2021-08-28 18:52:41 -04:00
Tadgh
a8a98c311c Remove print 2021-08-28 12:52:56 -04:00
Tadgh
6e876c1502 WIP 2021-08-27 16:29:06 -04:00