Commit Graph

496 Commits

Author SHA1 Message Date
Dennis Verspuij
244113ba67 Fix applying supported_resource_types option with list that already includes SearchParameter (#365) 2022-05-09 21:39:56 +02:00
Alejandro Medina
91e4105fd8 Add: of-type modifier option in application.yaml (#363)
Co-authored-by: Alejandro Medina <amedina@cens.cl>
2022-05-06 18:25:51 +02:00
chgl
fdfa6fd711 Expose Prometheus metrics (#355) 2022-05-01 21:48:18 +02:00
Patrick Werner
51cf27a4f9 Merge pull request #321 from MacL3an/patch-3
Added instructions about removing Hibernate dialect
2022-04-20 20:00:00 +02:00
michaelabuckley
3a880ee42c Merge pull request #353 from hapifhir/advanced-lucene-disclaimer
Add disclaimer for advanced_lucene_indexing
2022-04-20 13:19:01 -04:00
Patrick Werner
c8da589636 Add disclaimer for advanced_lucene_indexing
added warning to     advanced_lucene_indexing: false property
2022-04-20 18:31:37 +02:00
chgl
c607a98728 Updated to HAPI FHIR version 5.7.2 (#349) 2022-04-15 19:28:53 +02:00
Patrick Werner
21165ccfaa Merge pull request #337 from hapifhir/feature/spring-boot-actuator
Add actuator
2022-04-13 13:52:06 +02:00
Jens Kristian Villadsen
bf51c2263a Update application.yaml
Reverted to sane defaults
2022-04-11 20:00:06 +02:00
chgl
4bed69fedf updated helm chart to use v5.7.0 and latest PostgreSQL sub-chart (#346) 2022-04-11 17:56:32 +02:00
dotasek
bb21ccfe90 Fix comments in Demo that lead to 404 (#348)
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-04-11 17:47:09 +02:00
craig mcclendon
cdda71b253 add support for ms sql server (#347) 2022-04-09 19:19:44 +02:00
Jens Kristian Villadsen
6b3f57cf12 Update application.yaml (#345) 2022-04-07 22:32:38 +02:00
craig mcclendon
da319e8761 disable springboot actuator endpoints other than 'health' for security reasons (#338)
Co-authored-by: Craig McClendon <craig.mcclendon@accenture.com>
2022-03-23 20:12:48 +01:00
jkv
aeef4b176c Add actuator 2022-03-20 21:22:36 +01:00
Jens Kristian Villadsen
929a3535fa Update application.yaml
Roll back - mistake from my side
2022-03-08 10:44:13 +01:00
Jens Kristian Villadsen
0483db9195 Update application.yaml 2022-03-08 10:42:52 +01:00
Patrick Werner
40d7b9ce27 added reindexProvider to Config (#326) 2022-03-07 13:20:06 +01:00
Joel Schneider (NMDP)
7db15103fe add dao_scheduling_enabled configuration property (#324) 2022-03-04 11:38:16 +01:00
Jens Kristian Villadsen
24a20a7e97 Feature/update docker support (#319)
* Updated docker image according to discussion on https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/305

* Added doc

* Added corrections according to comments

* Update Dockerfile

* Update build-images.yaml

Updated to default to distroless
2022-03-02 16:39:13 +01:00
Håkan MacLean
1a528978b8 Added instructions about removing Hibernate dialect
To fix the problem raised in [this](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/318) issue.
2022-02-22 09:36:41 +01:00
Tadgh
deefd595dd Merge pull request #316 from hapifhir/rel_5_7
Rel 5 7
2022-02-21 14:27:49 -08:00
Tadgh
a6abfb9e24 Merge branch 'master' into rel_5_7 2022-02-17 17:52:36 -08:00
Tadgh
fa8999bd9b bump to real version 2022-02-17 16:11:57 -08:00
Jens Kristian Villadsen
3fd880399c Update application.yaml
Momentarily added `allow-circular-references: true`
2022-02-18 01:03:49 +01:00
Jens Kristian Villadsen
e45ba6ce5b Version bump to 5.7.0 and a few other components now draw the version from parent 2022-02-17 23:12:10 +01: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
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