patrick-werner
412994bfc7
Merge branch 'core-extensions'
2018-05-15 12:16:35 +02:00
patrick-werner
58e231d299
removed duplicated hapi-fhir-igpacks dependency
2018-05-15 11:56:56 +02:00
James Agnew
a3ff08d9ec
Replace phloc with ph for #775 ( #930 )
...
* Replace phloc with ph
* Enable schematron tests
* Make HAPI-FHIR ph-schematron on OSGI
* Work on getting tests passing
* Another test fix
* Fix up transaction handling for DSTU2
* Add changelog
* Avoid double transaction
* Dont use readonly
* One more test fix
* Update to snapshow build
* Resolve a circular dependency
* Try to fix tests
* Solve recurring NPE in DSTU2 tests
* Fix one more test
* Test fix
* More test threading fixes
* One more attempt to get tests passing
* Refactoring for tests
* Refactoring for tests
2018-05-14 17:38:40 -04:00
James Agnew
3a03d4ff63
Add test for #942
2018-05-13 10:31:54 -04:00
patrick-werner
305cc9c9c4
added core-extension validation support
2018-05-13 16:22:57 +02:00
James Agnew
8c47d966e9
Add test for #938
2018-05-13 09:03:12 -04:00
James Agnew
7ac0dd2ee5
One more compile fix
2018-05-13 08:37:53 -04:00
James Agnew
568c7122b8
Fix compile issue
2018-05-13 08:31:18 -04:00
jamesagnew
ccb859fdbe
FIxes to get the synced build working
2018-05-13 08:08:34 -04:00
jamesagnew
23a01b5f18
Add to download page
2018-05-12 19:40:39 -04:00
jamesagnew
150f27a9ca
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-05-12 19:40:31 -04:00
jamesagnew
3d762b984b
Sync to R4 definitions
2018-05-12 19:35:42 -04:00
James Agnew
9d24e8b040
Use HTTP 409 for conflict when two threds update the same resource
2018-05-11 17:41:07 -04:00
James Agnew
f1ba0016b2
Improve the error message thrown by JPA server
2018-05-11 17:03:48 -04:00
James Agnew
38e6edf4ae
Command updates for validate command
2018-05-10 17:29:31 -04:00
James Agnew
b17eebd8d2
Squashed commit of the following:
...
commit 2be11651c2
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 11:50:53 2018 -0400
Update changelog
commit b3bb5f9052
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 11:19:28 2018 -0400
Parameter updates
commit f6b1082ba4
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 07:24:30 2018 -0400
More test fixes
commit 81a69c265f
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 06:26:48 2018 -0400
Fix compile error
commit 935938e92c
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 06:25:18 2018 -0400
Another test fix
commit 43568a1f8d
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 06:18:06 2018 -0400
Fix compile error
commit e95894e643
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 06:13:50 2018 -0400
More work on tests
commit 9393fb8f4f
Author: James Agnew <jamesagnew@gmail.com>
Date: Thu May 10 05:36:27 2018 -0400
One more fix
commit 437f5051e4
Author: James Agnew <jamesagnew@gmail.com>
Date: Wed May 9 21:32:10 2018 -0400
Work on validator
commit 20c51add4f
Author: James Agnew <jamesagnew@gmail.com>
Date: Wed May 9 19:34:10 2018 -0400
Validator fix
commit 7bf2b0a0e9
Author: James Agnew <jamesagnew@gmail.com>
Date: Wed May 9 18:44:04 2018 -0400
Fix test
commit adc73e75c9
Author: James Agnew <jamesagnew@gmail.com>
Date: Wed May 9 17:22:34 2018 -0400
Merge validator
2018-05-10 11:53:32 -04:00
Diederik Muylwyk
14a070a47e
927 cli tooling is needed for creating and maintaining conceptmaps using csvs ( #934 )
...
CLI tooling for import/export of ConceptMaps using CSVs has been implemented.
2018-05-10 11:12:45 -04:00
Diederik Muylwyk
d97fb8f5cf
709 the conceptmap operation called translate needs to be implemented ( #923 )
...
The ConceptMap operation $translate has been implemented.
2018-05-10 10:52:56 -04:00
James Agnew
a0c40cf98a
Move a few more constants around
2018-05-05 12:21:56 -04:00
James Agnew
5c505b7cd7
Refactor operations to use constants for their names
2018-05-05 08:27:45 -04:00
James Agnew
127a8389ac
Credit for #903
2018-05-04 08:55:41 -04:00
James Agnew
f092caf386
Merge pull request #903 from dgileadi/902-fix-bounds-exception
...
Fix #902 , IndexOutOfBoundsException for DSTU2 QuestionnaireResponses with groups
2018-05-04 08:49:17 -04:00
patrick-werner
a62718692f
added credit for t4deon
2018-05-03 10:50:33 +02:00
Andreas Keil
18807a5d98
setting fhir version to dstu3 to fulfill unit tests
2018-05-03 09:34:58 +02:00
Andreas Keil
35dc65d565
Merge remote-tracking branch 'upstream/master'
2018-05-03 08:26:59 +02:00
Andreas Keil
5552b95d99
R4 support for spring boot
2018-05-03 08:26:27 +02:00
jamesagnew
f66e6d055e
Add license header
2018-05-02 14:54:11 -04:00
James Agnew
bb25a97e66
FIx up logging rule
2018-05-02 14:34:55 -04:00
James Agnew
220cb1716f
Add a new rule
2018-05-02 14:28:01 -04:00
James Agnew
45360d80cb
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-05-02 14:19:28 -04:00
James Agnew
87666a1622
Use a direct subclass for the resource cache
2018-05-02 14:18:53 -04:00
jamesagnew
34d9646d8b
Headers
2018-05-02 06:18:16 -04:00
James Agnew
994f2992d1
Return codesystem ID in upload terminology response
2018-05-01 07:56:02 -04:00
James Agnew
9be96c4130
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-04-30 16:48:53 -04:00
James Agnew
e558132dba
Restore deleted file
2018-04-30 16:48:39 -04:00
jamesagnew
7c6ba93d9e
Header updates
2018-04-30 16:24:11 -04:00
jamesagnew
ac8be4493e
Restore external repos
2018-04-30 15:59:24 -04:00
James Agnew
392feb7082
Refactor CLI to extract commands
2018-04-30 15:04:35 -04:00
James Agnew
d85efbaa5b
Refactor CLI to merge both CLI command frameworks
2018-04-30 08:29:38 -04:00
jamesagnew
92dc0d42ee
Switch Maven deploy to use new recommended method
2018-04-29 08:02:05 -04:00
jamesagnew
0af8fbc5d3
Make expunge globally disabled by default
2018-04-29 07:47:26 -04:00
jamesagnew
770246583d
Restore default constructor
2018-04-28 15:04:39 -04:00
jamesagnew
5bd191d192
FIx some failing tests
2018-04-28 13:21:48 -04:00
jamesagnew
1522974a56
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-04-28 11:44:36 -04:00
jamesagnew
83a5eedb29
Fix performance regression in DSTU3 validation
2018-04-28 11:42:59 -04:00
James Agnew
593a705365
Performance enhancements on the CapabilityStatement generator for JPA
...
server
2018-04-28 11:06:42 -04:00
jamesagnew
e299b062a6
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-04-24 19:14:56 -04:00
jamesagnew
f1db751d1e
Update headers
2018-04-24 19:14:33 -04:00
James Agnew
09b1f547d0
Add expunge
2018-04-24 15:11:00 -04:00
James Agnew
07e7af746f
Work on expunge operation
2018-04-22 22:03:23 -04:00