ppalacin
6092200db7
Support HTTPS
2021-11-25 12:19:35 +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
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
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
Tadgh
370d68a55c
Bump for new version
2021-09-16 01:00:35 -04: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
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
Tadgh
addfc26cf5
Allow bean overriding for 5.5.0
2021-08-27 13:13:15 -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
jvi
d94aa8ba3b
Renamed according to convention
2021-08-25 19:43: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
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
jvi
1d82c9cd40
Added option for installing transitive IG's - default is true
2021-06-24 11:14:30 +02:00
Sean McIlvenna
7b97ed78eb
Merge branch 'master' of ssh://github.com/hapifhir/hapi-fhir-jpaserver-starter
2021-05-27 14:07:12 -07:00
Sean McIlvenna
a150aeb4d2
Adding logging related to CORS configuration
...
Removing unused `allow_placeholder_references` property that causes confusion with `auto_create_placeholder_references`
Improving `.dockerignore` so that it ignores specific target files/directories that are generated by MVN/java, but not the .war file (so that compiled .war files can be easily turned into a docker image)
2021-05-27 14:07:05 -07:00
chgl
ffed39d1bd
Fixed indentation error in application.yaml
2021-05-20 13:52:56 +02:00
jamesagnew
fe54a8dfc9
Fix compile error
2021-05-19 08:51:26 -04:00
jamesagnew
44e6c65d08
Merge branch 'master' into rel_5_4_0
2021-05-19 08:47:50 -04:00
jamesagnew
415f2461e8
Compile fixes
2021-05-19 08:45:03 -04:00
Sean McIlvenna
ae1ada1578
Making comments in config consistent. Reorganizing a bit to be a little cleaner. Adding client_id_strategy
2021-04-14 11:48:41 -07:00
patrick-werner
583c542c92
changed CORS to allowed origin pattern
2021-03-31 12:34:28 +02:00
xluandc
1815935d3c
Merge remote-tracking branch 'hapi/rel_5_4_0' into search-coord-thread-pool
...
Conflicts:
pom.xml
2021-03-29 11:16:07 -04:00
xluandc
35eeb6e43b
Merge branch 'master' into search-coord-thread-pool
2021-03-22 16:38:53 -04:00
Frank Tao
8585a121c4
Added enable_index_contained_resource
2021-03-18 21:01:13 -04:00
Frank Tao
d4a8995d8b
Merge branch 'master' into rel_5_4_0
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/EnvironmentHelper.java
2021-03-18 18:02:58 -04:00
jvi
f72693a147
Fixes #218
2021-03-18 15:07:03 +01:00
Frank Tao
da326875dd
Prepare for R5.4
2021-03-13 21:49:50 -05:00
xluandc
f5e5739363
Merge branch 'master' into search-coord-thread-pool
...
Conflicts:
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
2021-03-08 10:32:18 -05:00
xluandc
c142e6bdfa
- Added configuration parameters for search coordinator thread pool sizes
...
- Added database connection pool size configuration parameter (spring.datasource.hikari.maximum-pool-size)
- Fixed a bug in parsing elastic rest_url for all FHIR versions except for R4, which was correct.
2021-03-08 09:45:40 -05:00
Patrick Werner
b5c34033c0
Merge pull request #208 from chgl/configure-apache-proxy-strategy
...
Added configuration option for the ApacheProxyAddressStrategy
2021-03-08 11:37:24 +01:00
jvi
c070429698
Made the EnvironmentHelper a bit more typesafe - thx to @ttntrifork
2021-03-05 11:20:50 +01:00
Tadgh
f86391800b
Update mdm test
2021-02-17 15:34:39 -05:00
Tadgh
9fef4fe1eb
Rework MDM tests
2021-02-17 15:05:49 -05:00
Tadgh
6d5ee3036d
Fix broken test and loading
2021-02-17 14:22:52 -05:00
Tadgh
c88e920789
Update default settings
2021-02-17 13:00:41 -05:00
jamesagnew
2ddee148c9
Work on spring fix
2021-02-17 07:28:17 -05:00
jamesagnew
0738d9f2a5
Merge branch 'master' into rel_5_3_0
2021-02-17 07:14:13 -05:00
Kevin Dougan
5828fb666a
Fixed a Unit Test.
2021-02-16 12:21:14 -05:00
Kevin Dougan
c4f9094c64
Merged in changes from the rel_5_3_0 Branch.
2021-02-16 11:57:15 -05:00