jamesagnew
a5c1769b91
Rework the JPA server class a bit
2020-06-16 09:57:49 -04:00
jamesagnew
1badb96db8
Add property for multitenancy
2020-06-15 17:54:11 -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
2d974fe21f
Merge remote-tracking branch 'remotes/origin/master' into ks-20200427-empi1
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/ApplicationContext.java
# src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
# src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java
# src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java
2020-05-28 09:06:48 -04:00
Ken Stevens
e9fa2f2b8a
pre-review cleanup
2020-05-27 17:54:07 -04:00
Ken Stevens
0c9b9f7f77
just need to merge the email TLS
2020-05-27 17:04:39 -04:00
jamesagnew
3f43a91ed6
Test fixes
2020-05-14 08:08:52 -04:00
Ken Stevens
1e8e64d265
confirmed empi works
2020-04-27 13:21:01 -04:00
Ken Stevens
4f8d34cbb4
updated to match 5.0.0
2020-04-27 12:49:15 -04:00
jamesagnew
c221e892f6
Start 5.0.0 release branch
2020-03-18 09:13:43 -04:00
James Agnew
dd299100bf
Fix regressing caused by merged PR
2019-11-26 08:48:10 -03:00
psosm
a65c6d4f8f
Update JpaRestfulServer.java
...
#63
2019-11-22 13:35:53 +01:00
James Agnew
a47c814fc6
Merge branch 'master' into rel_4_1_0
2019-11-12 22:37:34 -05:00
James Agnew
07852800b1
Resolve test issues
2019-11-12 22:25:06 -05:00
James Agnew
6f0e0b061e
Prepare for 4.1.0 release
2019-11-12 22:12:20 -05:00
patrick-werner
b1e77303d5
added support for allowedBundleTypes in properties
2019-09-12 13:22:23 -04:00
James Agnew
f052fbdf65
Merge branch 'rel_4_0_0'
2019-08-14 11:49:50 -04:00
jamesagnew
657eaf7758
Add graphql and _filter support
2019-08-13 08:18:02 -04:00
jamesagnew
7831250d92
Get R5 support working
2019-08-11 18:35:43 -04:00
patrick-werner
0113ff5e9f
fixed CORS support
2019-08-07 13:37:07 +02:00
James Agnew
ef49c11e8e
Add config for binary sotrage
2019-07-24 13:42:12 -04:00
James Agnew
3c6343e20d
Allow customizing the list of supported resources
2019-07-04 09:48:40 -04:00
James Agnew
bea5b0947f
Start branch for 4.0.0 release
2019-06-30 13:16:15 -04:00
James Agnew
4471b32b7b
Merge branch 'master' of github.com:hapifhir/hapi-fhir-jpaserver-starter
2019-06-10 05:25:58 -07:00
James Agnew
5b90f1f1f4
Fix #30 - Upgrade to HAPI FHIR 3.8.0
2019-06-10 05:25:41 -07:00
Sean McIlvenna
09141dd64b
Adding the "Prefer" header as an allowed header by cors when cors is enabled
2019-05-05 10:49:24 -04:00
Jessie James Cosare
1cfcaddda8
- cors configuration via hapi properties based on change request 6858c0d799 (r266027967)
...
- reverted mysql as default and used derby based on change request 6858c0d799 (r266028296) and updated readme to include specifics on configuring mysql
- defaulted to jetty configs on hapi.properties so that this starter app will outright work without changing any configs with mvn jetty:run
- updated subscription configs as it doesn't match already active subscription on subsequent runs using mysql as db
- updated project based path resolution and removed unused file .keep_hapi-fhir-jpaserver-starter
2019-03-16 16:20:47 +08:00
Jessie James Cosare
9fc210eb19
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java
# src/main/resources/hapi.properties
# src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java
2019-03-15 23:09:09 +08:00
James Agnew
18ead60ef0
Add support for websocket subscriptions
2019-03-14 17:34:15 -04:00
Jessie James Cosare
c5bfade9ce
- fixed issue on ui regarding pagination of results by configuring refuseToFetchThirdPartyUrls
...
- updated fhir version to R4 and used mysql as datasource with docs updated
- transferred jetty plugin to be viewable on intellij
- disabled oss snapshots
- replaced corsFilter based on new hapi docs
2019-03-08 13:22:25 +08:00
Ken Stevens
4c419ec5d6
Remove duplicate fhirContext that interferes with settings such as the following
...
getFhirContext().getParserOptions().setStripVersionsFromReferences(false);
2019-03-05 14:53:47 -05:00
James Agnew
c604d8be53
Improve multiversion support
2019-02-11 08:59:37 -05:00