Commit Graph

757 Commits

Author SHA1 Message Date
patrick-werner
b1e77303d5 added support for allowedBundleTypes in properties 2019-09-12 13:22:23 -04:00
James Agnew
cde8981c83 Change package name to allow for deploy 2019-08-14 11:51:31 -04:00
James Agnew
f0ec419c76 Bump version to 4.0.0 2019-08-14 11:50:28 -04:00
James Agnew
f052fbdf65 Merge branch 'rel_4_0_0' 2019-08-14 11:49:50 -04:00
jamesagnew
93a956f4a0 Fix #47 - Correct H2 database url 2019-08-13 13:52:09 -04:00
jamesagnew
657eaf7758 Add graphql and _filter support 2019-08-13 08:18:02 -04:00
jamesagnew
447c2531c5 Travis fix 2019-08-11 18:42:19 -04:00
jamesagnew
7831250d92 Get R5 support working 2019-08-11 18:35:43 -04:00
Patrick Werner
38c711dabf Merge pull request #45 from patrick-werner/cors-fix
Cors fix
2019-08-07 17:57:23 +02:00
patrick-werner
eeaf4b335c fixed naming and property constant value 2019-08-07 16:41:39 +02:00
patrick-werner
a4949ef08f switched to R4 2019-08-07 13:42:30 +02:00
patrick-werner
0113ff5e9f fixed CORS support 2019-08-07 13:37:07 +02:00
Sean McIlvenna
5e98d26443 Merge pull request #43 from patrick-werner/patch-2
get rid of empty first line
2019-08-04 23:30:23 -07:00
Patrick Werner
d9fb2bcab3 get rid of empty first line 2019-08-04 15:43:38 +02:00
Sean McIlvenna
266e7aba7f Building app in docker. Easier to override config file from /hapi-config/hapi.properties 2019-08-01 20:45:04 -07:00
James Agnew
ef49c11e8e Add config for binary sotrage 2019-07-24 13:42:12 -04:00
James Agnew
76aafe0fa7 Use H2 2019-07-14 12:09:37 -04:00
James Agnew
3c6343e20d Allow customizing the list of supported resources 2019-07-04 09:48:40 -04:00
James Agnew
b30e78ccc3 Merge pull request #38 from quintonn/master
Updated readme file with option to change port
2019-07-04 08:42:23 -04:00
Quintonn Rothmann
1319ef8144 Updated readme file to include option for running server with Maven on different port 2019-07-04 15:39:59 +03:00
James Agnew
bea5b0947f Start branch for 4.0.0 release 2019-06-30 13:16:15 -04:00
Sean McIlvenna
5bb2790a30 Merge pull request #35 from patrick-werner/patch-1
fixing Dockerfile
2019-06-17 08:51:27 -07:00
Patrick Werner
7569ef6048 fixing Dockerfile
fixes #34 
thanks @longnguyen2306 !
2019-06-17 14:47:14 +02: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
91950c6da6 Merge pull request #29 from patrick-werner/r4_default
changed default to R4 fixes #28
2019-05-28 15:14:21 -07:00
patrick-werner
eaa0290636 removed unnecessary fhir-structure import 2019-05-28 22:44:01 +02:00
patrick-werner
c24474f0c6 changed default to R4 fixes #28 2019-05-28 18:48:59 +02:00
Sean McIlvenna
7dc39e63ec Merge pull request #26 from jtwolgamott/master
Updated MySQL configuration instructions regarding integration test issues
2019-05-23 10:51:40 -07:00
Justin Wolgamott
19cbeba5cf Updated MySQL configuration instructions to highlight the dependence between the default Derby datasource configuration and the integration tests 2019-05-23 10:23:00 -04:00
Sean McIlvenna
23ad3ec62c Update README.md
Changing recommended MySql dialect to org.hibernate.dialect.MySQL5InnoDBDialect in README
2019-05-22 16:01:58 -07:00
James Agnew
1250a27658 Merge pull request #22 from patrick-werner/RunInIntelliJ
added back the IntelliJ RunConfig from JPA-example repo
2019-05-08 07:00:38 -04:00
James Agnew
0c6651117c Merge branch 'master' into RunInIntelliJ 2019-05-08 07:00:29 -04: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
James Agnew
b3a0f84712 More dependency fixes 2019-05-04 15:55:30 -04:00
James Agnew
3f96c90c42 Add missing dependency 2019-05-04 15:49:01 -04:00
James Agnew
a96828c747 Register email sender 2019-05-04 15:38:44 -04:00
James Agnew
4f7e194ce2 Merge pull request #24 from hapifhir/revert-hapi-fhir-version-increment
Reverting recent change to increment hapi-fhir parent to 3.8.0. Now r…
2019-05-01 17:34:42 -04:00
Sean McIlvenna
9a51f384ad parent shouldn't have -SNAPSHOT in the version 2019-05-01 14:07:46 -07:00
Sean McIlvenna
4d224b6b50 Reverting recent change to increment hapi-fhir parent to 3.8.0. Now returning it back to 3.7.0 because 3.8.0 has not yet been published on maven (according to https://search.maven.org/artifact/ca.uhn.hapi.fhir/hapi-fhir/) 2019-05-01 14:01:30 -07:00
Sean McIlvenna
2816c7605f Merge pull request #20 from hapifhir/ja_get_websockets_working
Add support for websockets
2019-05-01 13:38:05 -07:00
James Agnew
533c6e4c0d Merge pull request #23 from hapifhir/pom-mail
Pom mail
2019-05-01 16:30:16 -04:00
Sean McIlvenna
ba221f3f70 changing tab delimination to 4 spaces instead of actual tabs 2019-05-01 09:55:31 -07:00
Sean McIlvenna
ba4f051375 Adding javax.mail dependency to pom.xml so that when properties are configured to enable mail, the pom.xml doesn't have to be additionally modified for it to work. 2019-05-01 09:54:16 -07:00
patrick-werner
9ae0c18867 modified new JPA Starter for MOLIT 2019-04-20 20:34:14 +02:00
James Agnew
632d4ee97b Fix build issues 2019-03-31 13:11:04 -04:00
James Agnew
e2be963a0d Add support for websockets 2019-03-31 12:35:48 -04:00
James Agnew
a85beaff43 Merge pull request #14 from johnpoth/timeout
Add cache timeout configuration property. Disabled by default
2019-03-19 10:36:27 -04:00
James Agnew
17bce10699 Merge pull request #12 from jjcosare/master
Docs of hapi-fhir-testpage-overlay not loading properly due to local conformance statement issue
2019-03-19 10:35:32 -04:00
Jessie James Cosare
95ac3dcb4a - fixed issue https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/16 on moment.locale
- added favicon based on smiley on hapi logo
2019-03-16 18:46:19 +08:00