https://github.com/jamesagnew/hapi-fhir

sort by:
Revision Author Date Message Commit Date
8c0b665 Fix subscription issue 10 October 2015, 14:06:41 UTC
588016e Merge branch 'master' into fulltext 09 October 2015, 13:15:48 UTC
b4c86d0 More work on fulltext search and add a failing test for subscriptions 09 October 2015, 13:12:41 UTC
43f21c0 #241 - added ignored test demonstrating failure 09 October 2015, 12:48:54 UTC
8794de7 Improve validation messages 08 October 2015, 22:31:30 UTC
4dbd180 Clean up testing 08 October 2015, 21:38:14 UTC
e29e104 Add validation 07 October 2015, 22:12:38 UTC
ad86803 Work on Lucene searching 07 October 2015, 13:01:32 UTC
3050d47 Merge branch 'master' into fulltext 06 October 2015, 23:42:05 UTC
9fef4f6 Allow valueset operations to work against type in JPA 06 October 2015, 22:53:09 UTC
a337528 Refactor ValueSet JPA RP to use optional ID params 06 October 2015, 17:01:32 UTC
b62eb11 Allow server operations to work at the type level 06 October 2015, 15:45:49 UTC
50c43bd Fix tests 06 October 2015, 13:08:25 UTC
3d330de Fix compile issue 06 October 2015, 10:57:55 UTC
8e8db18 Start work on FT search 06 October 2015, 10:46:51 UTC
0958ab6 Refactor $everything operations on JPA so that they perform better 05 October 2015, 21:49:50 UTC
80575b5 Generic client now allows search by URL 05 October 2015, 19:30:30 UTC
43aad1e Properly support chains in JPA conditional URLs 04 October 2015, 19:38:58 UTC
5e2d94d allowDuplicateFragmentNames 04 October 2015, 16:32:21 UTC
a289f37 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 04 October 2015, 04:00:43 UTC
48d56b4 Fix connectathon discovered issues 04 October 2015, 03:52:30 UTC
2e7a4fd Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 03 October 2015, 20:47:01 UTC
884ccaa Added phloc to pom file so schematron works 03 October 2015, 20:46:10 UTC
c666b9c Fix compile issues 03 October 2015, 20:11:47 UTC
e7e8f8d Use correct status codes for failed deletes, and support multi delete in JPA 02 October 2015, 22:18:54 UTC
aa32e6f Improve ValueSet operations in JPA 02 October 2015, 16:37:56 UTC
12d95bf Support patient and encounter $everything operations at the type level in JPA 02 October 2015, 12:09:17 UTC
44782fa Fix android distribution to have dependencies 02 October 2015, 02:38:50 UTC
0a5e604 Fix #234 - Invalid entry in OSGi manifest 01 October 2015, 22:37:00 UTC
397a902 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 01 October 2015, 20:54:56 UTC
119a4f3 Add error checking and better handling for match URLs in JPA server 01 October 2015, 20:54:34 UTC
bb3738e Merge pull request #235 from botunge/master Change android build to work without having to "hack" the jar 01 October 2015, 15:46:08 UTC
541e6cd Credit for #235 01 October 2015, 15:45:33 UTC
900c939 Work on subscriptions, and correct indexing of codes in JPA 01 October 2015, 12:56:17 UTC
4b2a3e6 Merge remote-tracking branch 'upstream/master' 30 September 2015, 21:16:40 UTC
74557d6 Android missing required files and releases artifacts Make android build include missing required class files and make android distribution contain actual jars with code and not just a useless android loader 30 September 2015, 21:10:38 UTC
9664174 Use updated valueset definitions 30 September 2015, 20:35:51 UTC
c385384 More work on subscriptions 30 September 2015, 12:31:38 UTC
f9e4a3e Fix #233 - elementQuantity gets incorrectly encoded as elementDuration 29 September 2015, 23:41:31 UTC
04764ed Merge branch 'master' of github.com:jamesagnew/hapi-fhir 29 September 2015, 21:55:59 UTC
bc910a1 Work on dynamic subscriptions 29 September 2015, 21:55:49 UTC
68a5bd3 Add tests 29 September 2015, 21:04:14 UTC
ca8c257 Support lastupdate filtering and sorting on JPA everything operation 29 September 2015, 17:24:33 UTC
1cc6a05 FIx validation for resources using v2 tables 29 September 2015, 14:51:36 UTC
79047ef Add test for #226 and refactor $everything into DAO 28 September 2015, 18:09:15 UTC
e7ad9a9 Fix build 28 September 2015, 14:40:13 UTC
9492744 Work on subsciprions 28 September 2015, 13:06:57 UTC
f818a3b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 26 September 2015, 12:49:37 UTC
41f01b3 Work on subscriptions 26 September 2015, 12:49:06 UTC
51a046e Handle sort by number, uti and token 25 September 2015, 20:53:22 UTC
1361e69 Respect server default encoding if an Accept header is received which indicates equal weight for both encodings 24 September 2015, 21:52:52 UTC
291fd21 Fix build 24 September 2015, 19:12:06 UTC
4ff7452 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) 24 September 2015, 18:47:04 UTC
072c1ec Send Accept header on client requests, and allow string responses in QuestionnaireResponse validator for questions of type OPENCHOICE 24 September 2015, 17:40:07 UTC
81e7d8c Fix travis 24 September 2015, 14:22:31 UTC
bd4d7e2 Fix tests 24 September 2015, 14:10:05 UTC
3c6299a Merge branch 'master' of github.com:jamesagnew/hapi-fhir 24 September 2015, 14:01:03 UTC
cc1b95c Build tweaks 24 September 2015, 14:00:49 UTC
70eff0d 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. 24 September 2015, 12:36:25 UTC
835abdf Fix compile issues 24 September 2015, 11:46:35 UTC
7e6844b Improve error message when JSON parser finds an object where an array is expected 24 September 2015, 11:27:43 UTC
cdc1519 Work on subscriptions 24 September 2015, 11:01:04 UTC
a15ed8e Work on subscriptions, and correct an issue with DateRangeParam where comparators get ignored 23 September 2015, 12:36:11 UTC
ef6a930 Fix tests 23 September 2015, 02:10:46 UTC
ec8b3b6 Work on subscription 22 September 2015, 12:06:23 UTC
36d8ed9 Test to confirm #222 not an issue 22 September 2015, 01:37:50 UTC
f2118df FIx #225 - Support and/or in JPA on _id and _language params 22 September 2015, 01:29:04 UTC
04c2cce Start working on JPA subscriptions 21 September 2015, 13:08:19 UTC
8fee057 Bump Spring and Hibernate versions 20 September 2015, 14:18:33 UTC
d59c0ff Correctly index reference paths with multiple paths, and don't store duplicate indexes in JPA 20 September 2015, 12:23:03 UTC
70e942e Version bump to 1.3-SNAPSHOT 19 September 2015, 15:00:57 UTC
1dd7f4d Site updates 18 September 2015, 12:50:31 UTC
f6e7905 CLI commits 17 September 2015, 12:40:28 UTC
00bf823 Upgrade coveralls plugin 16 September 2015, 18:02:56 UTC
effe139 Finalizing 1.2 release 16 September 2015, 15:46:17 UTC
31934ff Version bump to 1.2 16 September 2015, 11:09:03 UTC
4a7a9e4 Revert from JaCoCo to Cobertura (better ignore functionality in Cobertura) 15 September 2015, 18:34:06 UTC
73121e2 Add tests 15 September 2015, 18:11:55 UTC
0546799 Fix build 15 September 2015, 14:49:55 UTC
2961d2e POM cleanup 15 September 2015, 14:28:09 UTC
3f7e437 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 15 September 2015, 13:09:29 UTC
ff5d14d Return HTTP 412 for validation failure in JPA DSTU2 15 September 2015, 13:09:07 UTC
b1df85e Validation now working completely in JPA server 15 September 2015, 12:27:49 UTC
9b69f3a Credit for #223 15 September 2015, 01:28:24 UTC
76ee015 Merge pull request #223 from SingingTree/checkstyle_config_location Adjust the checkstyle location to play nice on Win 15 September 2015, 01:26:23 UTC
45d7d9a Documentation only 15 September 2015, 01:20:16 UTC
c96d5ef Work on updating validator 14 September 2015, 12:22:43 UTC
d0bac3d Work on CLI tool 14 September 2015, 02:06:31 UTC
780fc87 It should not be possible to search for deleted resources using the _tag, _id, _profile, or _security search parameters 13 September 2015, 13:42:41 UTC
48ee2cb JPA server now correctly suppresses contents of deleted resources in history 12 September 2015, 13:45:12 UTC
8c9e4ff Adjust the checkstyle location to play nice on Win Removed the file:// prefix on the checkstyle config location, this is needed for the site build to work on Windows. I've tested this on Linux, though not as thouroughly. 12 September 2015, 04:46:29 UTC
e2bc933 Fix tests 11 September 2015, 20:27:48 UTC
08d4ebd Merge branch 'master' of github.com:jamesagnew/hapi-fhir 11 September 2015, 20:13:57 UTC
2c1ca35 Work on CLI 11 September 2015, 20:13:40 UTC
847b382 Add tests 10 September 2015, 11:51:13 UTC
8120ab2 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 10 September 2015, 02:46:48 UTC
4376255 Add some tests and some cleanup of unused code 10 September 2015, 02:41:10 UTC
5b64a7f #221 and now, with null-checking so the tests don't break... 09 September 2015, 21:06:27 UTC
b1db2bf Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 09 September 2015, 20:47:20 UTC
27764da #221 Conformance date now defaults to the build date/time 09 September 2015, 20:47:07 UTC
back to top