1758 Commits

Author SHA1 Message Date
jamesagnew
f9e4a3e1b5 Fix #233 - elementQuantity gets incorrectly encoded as elementDuration 2015-09-29 19:41:31 -04:00
jamesagnew
04764ed07e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-29 17:55:59 -04:00
jamesagnew
bc910a1d4c Work on dynamic subscriptions 2015-09-29 17:55:49 -04:00
James Agnew
68a5bd3b23 Add tests 2015-09-29 17:04:14 -04:00
James Agnew
ca8c257833 Support lastupdate filtering and sorting on JPA everything operation 2015-09-29 13:24:33 -04:00
James Agnew
1cc6a05273 FIx validation for resources using v2 tables 2015-09-29 10:51:36 -04:00
James Agnew
79047ef6ab Add test for #226 and refactor $everything into DAO 2015-09-28 14:09:15 -04:00
James Agnew
e7ad9a96be Fix build 2015-09-28 10:40:13 -04:00
jamesagnew
9492744018 Work on subsciprions 2015-09-28 09:06:57 -04:00
jamesagnew
f818a3b478 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-26 08:49:37 -04:00
jamesagnew
41f01b322f Work on subscriptions 2015-09-26 08:49:06 -04:00
James Agnew
51a046ea26 Handle sort by number, uti and token 2015-09-25 16:53:22 -04:00
James Agnew
1361e69177 Respect server default encoding if an Accept header is received which
indicates equal weight for both encodings
2015-09-24 17:52:52 -04:00
James Agnew
291fd21836 Fix build 2015-09-24 15:12:06 -04:00
James Agnew
4ff7452c9b Fix #227 - JPA server should reject resources with a reference that
points to an incorrectly typed
				resource (e.g. points to Patient/123 but
resource 123 is actually an Observation) or points
				to a resource that is not valid in the
location it is found in (e.g. points to Patient/123 but
				the field supposed to reference an
Organization)
2015-09-24 14:47:04 -04:00
James Agnew
072c1ece87 Send Accept header on client requests, and allow string responses in
QuestionnaireResponse validator for questions of type OPENCHOICE
2015-09-24 13:40:07 -04:00
James Agnew
81e7d8c071 Fix travis 2015-09-24 10:22:31 -04:00
James Agnew
bd4d7e276f Fix tests 2015-09-24 10:10:05 -04:00
James Agnew
3c6299a157 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-24 10:01:03 -04:00
James Agnew
cc1b95c006 Build tweaks 2015-09-24 10:00:49 -04:00
jamesagnew
70eff0dc7f Improve error message when $meta-add and $meta-delete are called with no meta element in the
input parameters. Also improve OperationOutcome rendering in narrative generator.
2015-09-24 08:36:25 -04:00
jamesagnew
835abdfbea Fix compile issues 2015-09-24 07:46:35 -04:00
jamesagnew
7e6844be56 Improve error message when JSON parser finds an object where an array is expected 2015-09-24 07:27:43 -04:00
jamesagnew
cdc1519a55 Work on subscriptions 2015-09-24 07:01:04 -04:00
jamesagnew
a15ed8e944 Work on subscriptions, and correct an issue with DateRangeParam where comparators get ignored 2015-09-23 08:36:11 -04:00
jamesagnew
ef6a9302c0 Fix tests 2015-09-22 22:10:46 -04:00
jamesagnew
ec8b3b68f6 Work on subscription 2015-09-22 08:06:23 -04:00
jamesagnew
36d8ed98d2 Test to confirm #222 not an issue 2015-09-21 21:37:50 -04:00
jamesagnew
f2118df9b8 FIx #225 - Support and/or in JPA on _id and _language params 2015-09-21 21:29:04 -04:00
jamesagnew
04c2cce13f Start working on JPA subscriptions 2015-09-21 09:08:19 -04:00
jamesagnew
8fee057de3 Bump Spring and Hibernate versions 2015-09-20 10:18:33 -04:00
jamesagnew
d59c0ff404 Correctly index reference paths with multiple paths, and don't store duplicate indexes in JPA 2015-09-20 08:23:03 -04:00
jamesagnew
70e942e9f8 Version bump to 1.3-SNAPSHOT 2015-09-19 11:00:57 -04:00
jamesagnew
1dd7f4d22a Site updates v1.2 2015-09-18 08:50:31 -04:00
jamesagnew
f6e7905f59 CLI commits 2015-09-17 08:40:28 -04:00
James Agnew
00bf8231ba Upgrade coveralls plugin 2015-09-16 14:02:56 -04:00
jamesagnew
effe139325 Finalizing 1.2 release 2015-09-16 11:46:17 -04:00
jamesagnew
31934ff582 Version bump to 1.2 2015-09-16 07:09:03 -04:00
James Agnew
4a7a9e4e4b Revert from JaCoCo to Cobertura (better ignore functionality in
Cobertura)
2015-09-15 14:34:06 -04:00
James Agnew
73121e222c Add tests 2015-09-15 14:11:55 -04:00
James Agnew
05467992e5 Fix build 2015-09-15 10:49:55 -04:00
James Agnew
2961d2e91b POM cleanup 2015-09-15 10:28:09 -04:00
jamesagnew
3f7e4374b7 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-15 09:09:29 -04:00
jamesagnew
ff5d14dade Return HTTP 412 for validation failure in JPA DSTU2 2015-09-15 09:09:07 -04:00
jamesagnew
b1df85eb37 Validation now working completely in JPA server 2015-09-15 08:27:49 -04:00
jamesagnew
9b69f3a3f8 Credit for #223 2015-09-14 21:28:24 -04:00
James Agnew
76ee015492 Merge pull request #223 from SingingTree/checkstyle_config_location
Adjust the checkstyle location to play nice on Win
2015-09-14 21:26:23 -04:00
jamesagnew
45d7d9a922 Documentation only 2015-09-14 21:20:16 -04:00
jamesagnew
c96d5efe1f Work on updating validator 2015-09-14 08:22:43 -04:00
jamesagnew
d0bac3d419 Work on CLI tool 2015-09-13 22:06:31 -04:00