492 Commits

Author SHA1 Message Date
James Agnew
1eb1dc7e36 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-29 09:56:12 -04:00
James Agnew
ea99672e6c Add tests for term svc 2016-06-29 09:56:05 -04:00
jamesagnew
9b6f548970 Work on term service, and allow child classes when serializing 2016-06-29 08:08:42 -04:00
James Agnew
d7fdaf7618 Add custom type test 2016-06-27 17:51:08 -04:00
jamesagnew
e9cb518012 Fix teerm sevice indexing 2016-06-26 23:10:02 -04:00
James Agnew
b84150ff5e Randomly set locale after each test in order to make sure we aren't
dependent on a specific environment
2016-06-21 09:53:24 -04:00
James Agnew
0d65ec3f4e Fix test that fails on Windows 2016-06-21 09:44:42 -04:00
James Agnew
89f3df80a4 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-20 10:53:43 -04:00
James Agnew
102548d22c Fix decimaltype float constructor 2016-06-20 10:52:23 -04:00
jamesagnew
a7cbb5c022 More test coverage 2016-06-18 13:32:45 -04:00
jamesagnew
b3d8d453de Improve test coverage and clean up UnclassifiedServerFailureException processing 2016-06-18 10:37:43 -04:00
jamesagnew
785ce1deb9 Remove some dead code and improve test coverage 2016-06-17 07:40:17 -04:00
jamesagnew
dcecde5db9 Improve test coverage 2016-06-16 22:52:10 -04:00
jamesagnew
c9f85111ab Add some tests to GenericClient 2016-06-16 07:42:06 -04:00
James Agnew
1683cf8cef Switch to jacoco 2016-06-15 17:34:50 -04:00
James Agnew
f3dcc3e893 Add lots of tests 2016-06-14 17:57:08 -04:00
James Agnew
1166a2ee67 Work on support for _at parameter in history operation 2016-06-13 07:31:25 -05:00
James Agnew
23550240ad Fix #378 - Include mandatory elements in server generated
OperationDefinition resources
2016-06-11 15:28:58 -05:00
James Agnew
8f1e45b3f3 Fix #379 - Server generated OperationDefinitions should generate
separate definitions for operations that are implemented against
multiple resource types
2016-06-11 14:46:13 -05:00
James Agnew
fd8d67b9cd Fix more unit tests for #380 2016-06-10 18:57:44 -05:00
James Agnew
035ed27dab Fix #380 - Correct cardinality for OperationDefinitions 2016-06-10 17:15:16 -05:00
James Agnew
189038ad08 Fix #267 2016-06-10 10:49:51 -05:00
James Agnew
a3484f84c1 Work on #381 - Still need to apply these changes to STU3 type 2016-06-09 21:48:53 -04:00
James Agnew
8dc4eaf0e0 More validator fixes 2016-06-08 16:17:09 -07:00
James Agnew
338e83e4e8 Fix build 2016-06-08 15:35:08 -07:00
James Agnew
0a2b4290ed Fix #370 - Validation failure when validating certain STU3 resources 2016-06-08 14:21:18 -07:00
James Agnew
7e57aed5d6 Significant performance enhancements for context startup 2016-06-06 11:15:11 -07:00
James Agnew
99568a4b30 Clean up client fluent param types and add some test coverage 2016-06-05 11:33:43 -04:00
James Agnew
87eabe6bf8 More work on terminology server 2016-06-05 09:40:06 -04:00
James Agnew
d966190f9e Fix #371 - STU3 server and client should use new sort parameter style 2016-06-04 12:34:44 -04:00
jamesagnew
f4b9c6423c Work on terminology service 2016-06-04 12:16:33 -04:00
jamesagnew
9fc6272951 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-03 08:16:58 -04:00
jamesagnew
32cebb2a9f More terminology service work 2016-06-03 08:16:40 -04:00
James Agnew
e011f6a843 Add tests for #372 2016-06-02 21:45:02 -04:00
James Agnew
39a96f0258 Fix #374 - Include ETag and Last-Modified headers in response 2016-05-31 13:44:21 -04:00
jamesagnew
a2954ef181 Fix build 2016-05-30 06:57:01 -04:00
James Agnew
f45ad117fe Improve error messages for invalid validate request 2016-05-29 22:23:30 -04:00
James Agnew
9fe9cc1e4c Sync RI and fix tests 2016-05-29 17:52:26 -04:00
James Agnew
eb3b656a5f Syn RI - Build still failing :( 2016-05-28 12:53:59 -04:00
jamesagnew
eae96983e8 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-28 10:37:27 -04:00
jamesagnew
e1e6a0d5b0 Sync model with RI latest version 2016-05-28 10:35:08 -04:00
James Agnew
a5debc07a3 DateTime parser incorrectly parsed times where more than 3 digits of
precision were provided on the seconds
after the decimal point
2016-05-25 19:20:51 -04:00
jamesagnew
35ffbf1568 Sync DSTU2 validator with RI 2016-05-24 09:22:16 -04:00
jamesagnew
efe9cd1dd1 Work on term svc 2016-05-24 06:34:06 -04:00
jamesagnew
ee031667c5 Fix #369 - FhirTerser cloneInto method fails if target contains extension 2016-05-23 09:20:40 -04:00
jamesagnew
20b6994cc8 Fix #364 - Allow serializing custom types that contain custom datatypes 2016-05-21 14:35:10 -04:00
jamesagnew
021025ffa9 Fix #366 - Return HTTP 400 instead of 500 when boolean values contain invalid string 2016-05-21 13:07:46 -04:00
James Agnew
7942d69d5d Accept conditional updates with _id as parameter 2016-05-16 19:11:25 -04:00
James Agnew
d5e2170595 Don't discard _count from parameters when method has @Count 2016-05-13 19:13:39 -04:00
James Agnew
563f4e4c46 Treat date eq params correctly 2016-05-13 18:49:41 -04:00