Tadgh
fa8999bd9b
bump to real version
2022-02-17 16:11:57 -08: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
Vadim Peretokin
22e0e1e4bf
Typo fix in README
2022-01-03 14:00:34 +01: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
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
chgl
eaffce0d42
simplified helm chart
2021-10-07 12:02:42 +02: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
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
addfc26cf5
Allow bean overriding for 5.5.0
2021-08-27 13:13:15 -04:00
Kevin Dougan SmileCDR
ca639daca2
Merge pull request #267 from hapifhir/rel_5_5_0
...
Rel 5 5 0
2021-08-27 08:14:27 -04:00
jkv
09a5a5758c
Allowed overriding of Reindex bean for now
2021-08-26 21:47:18 +02:00
jkv
eec1ab8649
Revert "Renamed according to convention"
...
This reverts commit d94aa8ba3b .
2021-08-26 20:57:23 +02:00
Jens Kristian Villadsen
7230e5ff42
Update maven.yml
...
building on all branches
2021-08-25 19:47:16 +02:00
jvi
d94aa8ba3b
Renamed according to convention
2021-08-25 19:43:18 +02:00
jvi
4025295261
Bumped version to 5.5.0 - still gotta talk with the SmileCDR folks
2021-08-25 16:55:18 +02:00
Levi
f33719ff25
Affected Issue(s): Fix failing test
...
What this commit has achieved:
1. Revert formatting of imports and config properties declaration
2021-08-25 16:46:18 +02:00
Levi
c83e196f96
Affected Issue(s): Fix failing test
...
What this commit has achieved:
1. Fixed failing tests in `ExampleServerR4IT` due to:
```
org.awaitility.core.ConditionTimeoutException: Condition with ca.uhn.fhir.jpa.starter.ExampleServerR4IT was not fulfilled within 10 seconds.
```
default await time from Awaitility is 10 seconds
2. Added entries in `.gitignore` related to STS IDE
2021-08-25 16:46:18 +02:00
Jens Kristian Villadsen
e0c1258083
Update README.md
2021-08-16 21:13:53 +02:00
Jens Kristian Villadsen
ae2f9c4a42
Merge pull request #257 from hapifhir/jkiddo-patch-1
...
Update pom.xml
2021-07-16 13:57:12 +02:00
Jens Kristian Villadsen
83908242a5
Update pom.xml
...
Version bumps
2021-07-16 13:48:06 +02:00
Jens Kristian Villadsen
4079047d1e
Merge pull request #255 from hapifhir/bugfix/mdm-fix
...
Bugfix/mdm fix
2021-06-30 10:50:02 +02:00
jkv
16f5f13ce1
Version bump of spring boot
2021-06-27 20:32:31 +02:00
jkv
2b3ed04703
Made MDM loading work properly
2021-06-27 19:21:53 +02:00
jkv
7387d131b9
Hacked MDM startup configuration
2021-06-27 12:25:48 +02:00
Jens Kristian Villadsen
6c826b77ed
Update BaseJpaRestfulServer.java
...
ups
2021-06-24 14:59:32 +02:00
Patrick Werner
538bf6b707
Merge pull request #254 from hapifhir/feature/install_transitive_dependencies
...
Added option for installing transitive IG's - default is true
2021-06-24 13:01:33 +02:00
jvi
1d82c9cd40
Added option for installing transitive IG's - default is true
2021-06-24 11:14:30 +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