997 Commits

Author SHA1 Message Date
James Agnew
609cfc7f08 Credit for #1015 2018-06-27 10:36:50 -04:00
jamesagnew
47633214e0 Credit for #1010 2018-06-24 15:12:47 -04:00
James Agnew
e9fffd3cdc Allow indexing in custom search params to descend into contained
resources
2018-06-22 11:22:07 -04:00
James Agnew
024394e5e5 Credit for #1000 2018-06-21 10:20:08 -04:00
James Agnew
218937e425 Several fixes 2018-06-20 05:53:32 -04:00
James Agnew
cc0e836680
Auth interceptor early checks (#995)
* Validator fix

* Enhance AuthorizationInterceptor so that it tries to deny access earlier
for compartment searches that are outside the allowable compartment.

* FIx DSTU2 test that wasn't updated

* More test fixes
2018-06-10 17:48:20 -04:00
jamesagnew
6d09f5025f Credit for #974 2018-06-03 15:31:40 -04:00
jamesagnew
987679483a Version bumps 2018-06-03 15:29:10 -04:00
jamesagnew
9db3be8536 Include implementation URL in generated capabilitystatement 2018-06-03 14:22:15 -04:00
James Agnew
a9cb4dae2f Allow storage of messages 2018-06-01 07:07:24 -04:00
James Agnew
8027f75758 Remove versioneye from readme, as it has been discontinued 2018-06-01 06:28:22 -04:00
James Agnew
44c6292a45 Merge branch 'java9' 2018-05-31 21:56:58 -04:00
James Agnew
bb5d4110a2 Test fixes 2018-05-30 21:23:20 -04:00
jamesagnew
d127a89047 Some test fixes 2018-05-30 11:01:43 -04:00
James Agnew
a52805e504 Work on JDK9 support 2018-05-30 05:45:08 -04:00
jamesagnew
674005bab8 Site updates 2018-05-29 06:14:28 -04:00
James Agnew
cccd56243b Website tweak 2018-05-28 21:47:29 -04:00
James Agnew
faf17edf89 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-05-28 11:16:52 -04:00
Diederik Muylwyk
2871920734 Preparing release. 2018-05-28 10:45:47 -04:00
James Agnew
9a6594444a Site tweak 2018-05-28 09:59:00 -04:00
Diederik Muylwyk
8c53da2abf Updated release notes. 2018-05-28 09:41:02 -04:00
James Agnew
a7eac969d9 Site enhancements for release 2018-05-28 08:53:36 -04:00
jamesagnew
d74023925b Credit for #910 2018-05-28 06:04:04 -04:00
jamesagnew
67f21426cb Disable content header on response for non-create operations 2018-05-25 07:28:01 -04:00
jamesagnew
b0b98a9a28 Credit for #892 2018-05-24 06:06:01 -04:00
jamesagnew
08542780a0 Credit for #886 2018-05-24 06:01:15 -04:00
jamesagnew
1d11a5fe90 Credit for #880 2018-05-24 05:50:00 -04:00
James Agnew
a3687e446e Correctly handle missing search params with new indexing infrastructure 2018-05-23 11:42:38 -04:00
James Agnew
0c5c347db7 FIx broken reindex process 2018-05-23 10:48:07 -04:00
James Agnew
2f2900e837 Improve indexing on JPA server in anticipation of a new indexing
strategy in HAPI FHIR 3.5.0
2018-05-23 08:09:57 -04:00
jamesagnew
e58779d484 Credit for #875 2018-05-23 06:39:40 -04:00
jamesagnew
be86eb196b Credit for #874 2018-05-23 06:32:52 -04:00
jamesagnew
98d997c620 Add changelog and credit for #867 2018-05-23 06:21:00 -04:00
jamesagnew
39163304ee Credit for #857 2018-05-23 06:07:32 -04:00
James Agnew
4d93b78c24 Credit for #836 2018-05-22 08:44:17 -04:00
jamesagnew
5a3eeb7b0d CHangelog for #953 2018-05-21 19:07:42 -04:00
jamesagnew
a2a81f9878 FIx #926 - Add homebew install instructions for CLI 2018-05-17 07:36:27 -04:00
jamesagnew
ad4a545354 Credit for #937 2018-05-17 07:33:13 -04:00
James Agnew
c588e01a4d Handle invalid paths in Consent resource 2018-05-16 21:45:23 -04:00
James Agnew
4fd868afae Credit for #946 and add extensions to the CLI uploader 2018-05-16 19:32:12 -04:00
James Agnew
d29a9a7f96 AutohrizationInterceptor should correctly recognize type-level operation
invocations
2018-05-15 16:14:10 -04: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
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
b17eebd8d2 Squashed commit of the following:
commit 2be11651c212ede9d50956ba9d4a802885e9dbed
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 11:50:53 2018 -0400

    Update changelog

commit b3bb5f9052ecebce87588e2d5f5be983fbd0fd2e
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 11:19:28 2018 -0400

    Parameter updates

commit f6b1082ba46f4d0d47d3e0094e904d527b0ebf75
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 07:24:30 2018 -0400

    More test fixes

commit 81a69c265f7347f6a23c73b827c79a8a4051b21b
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 06:26:48 2018 -0400

    Fix compile error

commit 935938e92c697be1940b788a46c38ffd5ce84b84
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 06:25:18 2018 -0400

    Another test fix

commit 43568a1f8dd6325bebba2cd47ffb42bee7f12aa6
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 06:18:06 2018 -0400

    Fix compile error

commit e95894e643dda0a70ab5ab7be4363cae4ce5c4e6
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 06:13:50 2018 -0400

    More work on tests

commit 9393fb8f4f93e69f80293c0488cc16f74613f25c
Author: James Agnew <jamesagnew@gmail.com>
Date:   Thu May 10 05:36:27 2018 -0400

    One more fix

commit 437f5051e4742eb500ec1eb1852e4c6105927c51
Author: James Agnew <jamesagnew@gmail.com>
Date:   Wed May 9 21:32:10 2018 -0400

    Work on validator

commit 20c51add4fbb5c33d7b5f8517fe9bf9a4f314292
Author: James Agnew <jamesagnew@gmail.com>
Date:   Wed May 9 19:34:10 2018 -0400

    Validator fix

commit 7bf2b0a0e93b71f6fbc46ab3b1dbd0fba6367959
Author: James Agnew <jamesagnew@gmail.com>
Date:   Wed May 9 18:44:04 2018 -0400

    Fix test

commit adc73e75c9b392ed964588f03970ab1afdb4cdef
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