Commit Graph

4078 Commits

Author SHA1 Message Date
jamesagnew 3082d5f2db Update changelog 2018-12-17 12:32:33 +02:00
jamesagnew a2dc9b9a5b Documentation updates 2018-12-17 12:32:33 +02:00
James Agnew 46f5c18adc Prepare for 3.6.0 release 2018-12-17 12:32:33 +02:00
James Agnew 71a88aa3ac Credit for #1047 2018-12-17 12:32:33 +02:00
James Agnew 3cbfc0b3d6 Version bump a few dependencies 2018-12-17 12:32:33 +02:00
jamesagnew b0a110f8dc License updates 2018-12-17 12:32:33 +02:00
James Agnew 89adb6d78b Only use FHIRPath to validate searchparameterr paths in R4 2018-12-17 12:32:33 +02:00
James Agnew 6b2c91f19e Test fixes 2018-12-17 12:32:33 +02:00
jamesagnew f223474e8a License header updates 2018-12-17 12:32:33 +02:00
James Agnew 52e658bc0c Use FHIRPath expression parser for custom SP validation 2018-12-17 12:32:33 +02:00
James Agnew ffc391065b A bit of client tweaking 2018-12-17 12:32:33 +02:00
James Agnew 5ccb2af3bd Failing test cleanup 2018-12-17 12:32:33 +02:00
jamesagnew 17f4072e19 License updates only 2018-12-17 12:32:33 +02:00
James Agnew 4179f8b755 Allow client defined parameter style for _format param 2018-12-17 12:32:33 +02:00
James Agnew 98a62306d3 Build tweak 2018-12-17 12:32:33 +02:00
James Agnew fae8bd4aae Credit for #1071 2018-12-17 12:32:33 +02:00
James Agnew ec8e14eb13 Credit for #1103 2018-12-17 12:32:33 +02:00
James Agnew c2cb235044 Some work on collection processing 2018-12-17 12:32:33 +02:00
jamesagnew d53b4131fa Site updates 2018-12-17 12:32:33 +02:00
James Agnew 821da83d43 Allow client assigned IDs to be purely numeric in JPA server if
configured to do so
2018-12-17 12:31:16 +02:00
James Agnew 60e81cfb67 FIx broken test 2018-12-17 12:30:33 +02:00
James Agnew 1dab9b5a38 Add additional authorization test 2018-12-17 12:30:33 +02:00
jamesagnew b003d693ae License updates 2018-12-17 12:30:33 +02:00
jamesagnew 640fe56875 Fix bad tag in file 2018-12-17 12:30:33 +02:00
James Agnew 11bc2c19a9 Add reindexing support based on table instead of column 2018-12-17 12:29:45 +02:00
James Agnew ba8795ed0f Allow JPA server to restore resources and link to them in a single
transaction
2018-12-17 12:29:45 +02:00
jamesagnew cc9c8dfa80 License updates 2018-12-17 12:29:45 +02:00
James Agnew f770b4210c More migrator updates 2018-12-17 12:29:45 +02:00
James Agnew 27a5fbfa21 Fix broken test 2018-12-17 12:29:45 +02:00
jamesagnew 1800db5d2c Add licene headers 2018-12-17 12:29:45 +02:00
James Agnew c6b81d0341 Fix a couple of test failures 2018-12-17 12:29:45 +02:00
jamesagnew 599b8c812f Fix typo 2018-12-17 12:29:45 +02:00
James Agnew 81b4ee4ce2 Drop column that should have been dropped in 3.4 to 3.5 migration 2018-12-17 12:29:45 +02:00
James Agnew db027c59ef Fix SearchCoordinator tests 2018-12-17 12:29:45 +02:00
jamesagnew c075ba873f Add changelog 2018-12-17 12:29:45 +02:00
jamesagnew b2479e4a7b Add threading to migrator 2018-12-17 12:21:34 +02:00
James Agnew e6a62a10a2 Update search logic 2018-12-17 12:21:34 +02:00
James Agnew 7151160140 Add tests for operation method binding 2018-12-17 12:21:34 +02:00
Ruth Alkema 93e7e01c66 Allow slotting in own IMessageResolver
This is useful in case we want to define our own way of translating
the codes in the thymeleaf templates.
2018-12-17 12:21:34 +02:00
Heinz-Dieter Conradi ef1275c937 Fix the null pointer problems in the DataRangeParam class 2018-12-17 12:21:34 +02:00
Heinz-Dieter Conradi f2b8b6bf6c Add some test demonstrating null pointer problems in the DateRangeParam class 2018-12-17 12:21:34 +02:00
Volker Schmidt 612aaf18e0 Corrected multi-valued header value handling for JAX-RS. 2018-12-17 12:21:34 +02:00
Volker Schmidt 20f5df6657 Multiple values for one HTTP header were reduced to the last value. 2018-12-17 12:21:34 +02:00
Eeva Turkka 92936d6889 Unit tests up to date and maybe we need to use r4 path 2018-11-02 15:54:34 +02:00
Eeva Turkka 15610c9498 Fixed unit test asserts 2018-11-02 12:03:48 +02:00
Eeva Turkka a832b58691 Fixed test cases to make EnableWhen disable questions 2018-11-02 09:17:35 +02:00
Eeva Turkka 0c0f887ddf Added unit tests - Case when hasAnswer is false doesn't work with
InstanceValidator yet.
2018-11-01 15:58:05 +02:00
Ken Stevens 3d008aee5d
Make test observation lists thread safe (#1105)
* Initial refactoring to move database matcher out into its own class

* MAJOR REFOACTOR: Pulled indexing code out of BaseHapiFhirDao into a new class ResourceIndexedSearchParams

* made observations lists thread safe to stop intermittent test failures
2018-10-29 15:56:47 -04:00
James Agnew 3b8629617b
Merge pull request #1097 from jamesagnew/fhirterser-getvalues-enhancements
Fhirterser getvalues enhancements
2018-10-29 09:58:54 -05:00
James Agnew 4cd86596f2
Merge branch 'master' into fhirterser-getvalues-enhancements 2018-10-29 09:55:34 -05:00