Commit Graph

71 Commits

Author SHA1 Message Date
Juvar Abrera
b6c1b9f47c docs: Explicitly set hibnerate.search.enabled to false if database is postgresql 2023-02-11 14:06:33 +01:00
Juvar Abrera
c88d26d2e5 docs: Fix postgresql typo in docker-compose 2023-02-11 14:06:33 +01:00
Juvar Abrera
3f66973952 docs: Updated README.md. Discontinue mysql 2023-02-04 21:20:37 +08:00
Panayiotis Savva
e905da7733 CQL to CR 2023-01-26 21:44:06 +01:00
Craig McClendon
ba58a71624 allow interceptors to be registered via properties 2022-12-20 20:07:18 -06:00
Kai-W
64aeb9b2fe Added hibernate.dialect for Postgress to Readme (#451) 2022-11-12 16:43:56 +01:00
chgl
d059954c5f Updated hapi-fhir to 6.1.0 2022-08-22 18:23:36 +02:00
chgl
cd8b06b263 Added OpenTelemetry Java Agent JAR to container image (#391)
Closes #387
2022-07-04 19:44:20 +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
craig mcclendon
cdda71b253 add support for ms sql server (#347) 2022-04-09 19:19:44 +02: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
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
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
Jens Kristian Villadsen
e0c1258083 Update README.md 2021-08-16 21:13:53 +02:00
James Agnew
131cb12111 Merge pull request #243 from mail4taz/patch-mysql-persistent-storage
mysql docker setup patch
2021-06-15 08:42:43 -04:00
Jens Kristian Villadsen
9a1e333a2b Merge pull request #244 from luisberga/cache-readme
Changing cached search results time
2021-06-08 19:19:37 +02:00
Sean McIlvenna
0cc6d447fe Updating README to include information about adding custom operations 2021-06-04 15:13:09 -07:00
saolberg
36916b71ad cached time readme 2021-05-27 16:27:38 -03:00
Octavian Ianculescu
f52041b8c6 Mysql docker setup - forcing mysql identifiers (database, table, triggers) naming to lowercase and name comparison to caseinsensitive, so hibernate queries can work even when referencing upper cased table names 2021-05-26 21:06:37 +03:00
Sidharth Ramesh
3548260276 Corrected subscription environment variables
According to the default application.yaml, it's `hapi.fhir.subscription.resthook_enabled` (with the underscore). I've tested this with the latest docker container and it works. Setting `hapi.fhir.subscription.resthook.enabled=true` does not enable subscriptions. I spent a lot of time breaking my head over this simple variable name. Hopefully, this will help someone.
2021-05-23 21:41:45 +05:30
JavaImpala
90def78722 fixed property naming in readme 2021-05-02 23:22:29 +02:00
tor003
8672904486 readme suggestion 2021-04-28 20:17:47 +02:00
chgl
db3ee29242 Added GitHub actions to build container images 2021-03-13 17:36:18 +01:00
Kevin Dougan
3954f6a3f4 Merged the rel_5_3_0 branch into this Branch to pick up the MDM changes. 2021-01-07 09:12:52 -05:00
Kevin Dougan
9becb3fc44 Remove all traces of EMPI since it has been replaced in master with MDM. 2020-12-24 09:31:30 -05:00
ianmarshall
92656c80a2 Clarify instructions for application server. 2020-12-10 18:18:33 -05:00
Jens Kristian Villadsen
7931b3a8ef Merge branch 'master' into patch-3 2020-12-06 16:15:50 +01:00
ianmarshall
2e2bdaed67 Added support for $lastn operation and fixed Elasticsearch indexing. 2020-12-04 15:50:43 -05:00
Jens Kristian Villadsen
7479b5fa28 Update README.md
Added example for mounting configuration in a one-line style
2020-11-12 10:31:24 +01:00
Jens Kristian Villadsen
06d56daf7c Update README.md
Docker distroless example
2020-10-30 21:35:29 +01:00
Jens Kristian Villadsen
313e6b3e2c Update README.md
Added spring-boot:run optionality
2020-10-25 20:28:55 +01:00
James Agnew
1d0a31ca83 Merge branch 'master' into feature/update_readme 2020-10-22 09:10:26 -04:00
Jens Kristian Villadsen
5c4a51601f Update README.md (#149)
Adjusted according to current defaults
2020-09-29 08:56:02 -07:00
Gerlach, Winfried
8906366cb2 README.md: adapt to renaming deployable war to ROOT.war 2020-09-25 09:44:54 +02:00
Panayiotis Savva
75503466cd Spring batch job enabled (#144)
* Remove Batch job enabled=false

* Batch job Enabled default to False
2020-09-23 10:13:22 -07:00
Gerlach, Winfried
7dc7b847d9 README.md: also mention REST endpoint, not only UI URL 2020-09-23 11:59:41 +02:00
Gerlach, Winfried
90de1746e8 README.md: consistently use Docker tagname "latest"; Docker newbies will be confused if it is "latest" in one place and "tagname" in another; Docker pros know that they can choose a different tag name anyway 2020-09-23 11:54:57 +02:00
Sean McIlvenna
a62de82495 Setting batch.job.enabled to false by default, since HAPI won't launch on its own without it.
Updating the README.md to have the correct example externalized configs in a docker-compose file
2020-09-22 16:05:23 -07:00
Panayiotis Savva
85e9fc725a Update README.md (#143)
The rename from hapi-fhir-jpaserver to ROOT as per ee337296ee requires that the new war file is specified which is now ROOT.war
2020-09-22 09:39:28 -07:00
Jens Kristian Villadsen
ee337296ee Renamed deployable war to ROOT in order to homogenize urls regardless… (#141)
* Renamed deployable war to ROOT in order to homogenize urls regardless of deployment method

* Made Maven quite when doing downloading dependencies
2020-09-21 10:19:10 -07:00
jvi
e24af07f09 spelling 2020-09-18 23:00:04 +02:00
jvi
58efcffd81 Updated documentation
Removed unnecessary scanning
Corrected context paths
2020-09-18 22:56:48 +02:00
James Agnew
9de4f1b248 Update README.md 2020-09-14 05:43:38 -04:00
jamesagnew
2805bb4683 Merge branch 'master' into rel_5_1_0 2020-08-13 15:57:38 -04:00
Sean McIlvenna
a70fe5bfa0 Update README to include Docker info 2020-08-13 08:26:53 -07:00
Tadgh
53315a54d0 Update readme 2020-07-09 10:01:09 -07:00
jamesagnew
8aa322caf1 Start Release branch for 5.1.0 2020-05-29 10:26:09 -04:00
James Agnew
0c4e822424 Revert "Changes for empi (as well as subscriptions and partitions)" 2020-05-29 10:23:52 -04:00
Ken Stevens
f598dd8e1f README.md 2020-04-27 14:28:45 -04:00