409 Commits

Author SHA1 Message Date
jamesagnew
5073692eda Always include SUBSETTED tag when _elements is used on server 2016-07-18 07:05:11 -04:00
jamesagnew
196c11bfa2 Use new style mimetypes but keep supportuing the old ones as well 2016-07-17 18:35:06 -04:00
jamesagnew
ef1c81e241 Fix #150 - Don't encode null fluent client values 2016-07-14 07:18:48 -04:00
James Agnew
0b69367b11 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-07-13 09:22:19 -04:00
jamesagnew
5b46e9655a Fix compile errors 2016-07-13 07:59:08 -04:00
jamesagnew
fa37afb61f Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-07-12 21:44:52 -04:00
jamesagnew
ed941a116b Update to use GSON 2016-07-12 21:44:40 -04:00
James Agnew
c550681aeb Update defs to 1.5.0 versions 2016-07-12 18:29:10 -04:00
James Agnew
c3e9f618eb Version bump to 2.0-SNAPSHOT 2016-07-12 11:12:07 -04:00
jamesagnew
acaf2135c5 Finalize 1.6 release 2016-07-06 07:29:20 -04:00
James Agnew
74feb38085 Fix test regression 2016-07-05 17:30:14 -04:00
James Agnew
d63e289cbe Validation fixes 2016-07-05 16:56:06 -04:00
James Agnew
9226e43090 Fix tests 2016-07-05 09:57:55 -04:00
James Agnew
a8585c881d Fix #396 - Make tests timezone independent 2016-07-04 13:48:05 -04:00
jamesagnew
32bdd14639 Work on term service 2016-07-02 17:14:36 -04:00
jamesagnew
4a49e5b7f9 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-07-01 14:31:25 -04:00
James Agnew
38d30eef49 Respect order for order=REPLACE_PARENT 2016-06-29 10:26:36 -04:00
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