Commit Graph

150 Commits

Author SHA1 Message Date
Tadgh
99f92965c1 fix for tests 2021-01-06 21:45:17 -05:00
Tadgh
4be7d41948 UPdate to support new HS6 changes 2021-01-06 18:27:50 -05:00
jamesagnew
803f713be6 Add repository validating interceptor, and update for EMPI->MDM rename 2021-01-01 16:06:18 -05:00
Kevin Dougan
29b5182493 Fixed a test for EXM130 by upgrading the input bundle. 2020-12-24 12:59:07 -05:00
Kevin Dougan
468df6b547 Added a test for EXM349. 2020-12-24 12:31:10 -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
Kevin Dougan
f23553e2ea Cleaned up some tests - more work to do to get some additional tests working in R4. 2020-12-23 16:36:38 -05:00
Kevin Dougan
ebe7e99c37 Merge branch 'master' into kbd-20201125-cql-initial-impl 2020-12-15 15:32:07 -05:00
Kevin Dougan
ff09ff1af6 Added a couple more Unit Tests for EXM125 and EXM130 since these are important to IntraHealth. 2020-12-07 13:46:48 -05:00
ianmarshall
2e2bdaed67 Added support for $lastn operation and fixed Elasticsearch indexing. 2020-12-04 15:50:43 -05:00
Kevin Dougan
771d0a4f7f Unit Test work - still cannot get Dstu3 working after several attempts, but included the skelton of a test to capture the effort anyways. 2020-12-02 16:25:09 -05:00
Kevin Dougan
106a41e5b8 Adding Integration Tests for Measure Reports. There's still more work to do to get them to Pass... 2020-11-30 16:35:25 -05:00
Kevin Dougan
c1806bec79 Added a new Integration Test to verify the Measure resource's evaluate-measure Operation. 2020-11-30 10:43:58 -05:00
Kevin Dougan
879849c285 Added some files for CQL support - more work to be done on this.. 2020-11-27 15:10:19 -05:00
jvi
557d7955d8 ... and thats why you have tests ... to find out when you break stuff 2020-11-25 08:54:14 +01:00
jvi
58efcffd81 Updated documentation
Removed unnecessary scanning
Corrected context paths
2020-09-18 22:56:48 +02:00
jvi
ebe04d881a someone owes me a beer ... or twenty 2020-09-10 23:07:22 +02:00
jvi
ec878a9205 Added partition interceptor 2020-09-09 11:30:01 +02:00
jkv
7d79d5d8b5 Got subscription stuff working again 2020-09-08 23:46:42 +02:00
jvi
fb3cbcca8b Formatting ... 2020-09-08 13:03:42 +02:00
jvi
9f0b32ff71 Unit tests are starting to work again ... 2020-09-08 12:39:39 +02:00
jvi
d208f12546 rewrote unit tests 2020-09-07 23:41:04 +02:00
jvi
437d22e460 All but tests works 2020-09-07 13:47:09 +02:00
jkv
6eb46d2b39 Merge branch 'origin-master' into spring-pr
# Conflicts:
#	pom.xml
#	src/main/java/ca/uhn/fhir/jpa/empi/EmpiConfig.java
2020-09-04 23:50:06 +02:00
jvi
53415f1c54 Adjusted imports and comments 2020-08-19 21:42:55 +02:00
jamesagnew
c9c944d236 Fix #122 - EMPI error on startup when EMPI not enabled 2020-08-18 08:05:34 -04:00
jvi
63606607b0 Added spring boot example application that can be used during test efforts
Added use of spring profiles
2020-08-17 13:04:00 +02:00
jamesagnew
2805bb4683 Merge branch 'master' into rel_5_1_0 2020-08-13 15:57:38 -04:00
jamesagnew
669f53bacf Bump to current release 2020-06-16 09:40:15 -04:00
jamesagnew
d1def4a621 Get test passing 2020-06-15 18:22:14 -04:00
jamesagnew
3c8565f503 Merge branch 'master' into rel_5_1_0 2020-06-15 18:22:06 -04:00
jamesagnew
1badb96db8 Add property for multitenancy 2020-06-15 17:54:11 -04: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
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
c2ee10814d Merge branch 'master' into rel_4_2_0 2020-02-16 09:27:05 -05:00
Sean McIlvenna
88445618dd Fixing issues with incorrectly referenced symbols. May still need to update the references to use constants from the R5 models. 2020-02-10 15:17:23 -08:00
James Agnew
07852800b1 Resolve test issues 2019-11-12 22:25:06 -05:00
jamesagnew
7831250d92 Get R5 support working 2019-08-11 18:35:43 -04: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
Jessie James Cosare
d5c35723d3 - fixed issue on diff contextPath during running and testing, updated from "/hapi-fhir-jpaserver" to "/" and hapi.properties configs on server_address and server.base works out of the box with jetty
- replicated testWebsocketSubscription test from ExampleServerR4IT into ExampleServerDstu3IT
2019-03-16 18:06:46 +08: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
6907ae34ba - updated project base path resolution
- removed .keep_hapi-fhir-jpaserver-starter file as its not needed anymore
2019-02-20 17:02:53 +08:00
James Agnew
c604d8be53 Improve multiversion support 2019-02-11 08:59:37 -05:00
Sean McIlvenna
7a96e96996 Using a configurable properties file for settings that might change between environments 2019-02-06 16:00:38 -08:00
James Agnew
693dc34e55 Initial commit 2018-07-26 08:06:41 +07:00