1182 Commits

Author SHA1 Message Date
James Agnew
83a57f8e7c Auto qualify resource IDs 2015-08-24 18:21:34 -04:00
miantorno
a5a18b9a14 DateTimeDt now returns an instance of itself when the TimeZone is set. 2015-08-24 16:48:00 -04:00
James Agnew
df4d371edc Add profile and security params for generic search 2015-08-24 15:23:28 -04:00
jamesagnew
bec43b3fdc Fix tests 2015-08-24 08:29:02 -04:00
jamesagnew
60339d6f93 Fix #209 - _revinclude results from JPA server should have a Bundle.entry.search.mode of "include" and not "match". Thanks to Josh Mandel for reporting! 2015-08-23 22:25:25 -04:00
jamesagnew
11376024fa Fixing test related to summary and elements mode 2015-08-23 21:51:46 -04:00
jamesagnew
44ac164eca Work on #125 - Support _summary and _elements 2015-08-23 13:29:57 -04:00
jamesagnew
07d654c97b More work on validator 2015-08-21 09:03:48 -04:00
jamesagnew
34d6ae1fc5 Fix bad import 2015-08-20 21:42:35 -04:00
jamesagnew
e4b732efe6 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-08-20 21:35:34 -04:00
jamesagnew
00931b58a1 Work on validator 2015-08-20 20:42:56 -04:00
James Agnew
e20e7d1e67 Fix resource 2015-08-20 17:08:22 -04:00
James Agnew
3901c429df More work on InstanceValidator 2015-08-20 16:17:22 -04:00
James Agnew
7645c240f4 Get instance validator working across FHIR versions 2015-08-20 15:27:24 -04:00
James Agnew
ddc66d3ed0 Add support for $validate-code in JPA server 2015-08-20 14:27:19 -04:00
James Agnew
257908cf0a FIx build failure 2015-08-19 12:06:03 -04:00
James Agnew
11f5aeebd9 Clean up the build and hopefully close #206 2015-08-19 11:49:00 -04:00
jamesagnew
3c342c6391 Try to fix regression in #206 2015-08-19 08:52:37 -04:00
jamesagnew
e7fcb73c8c Fix #206 - Remove requirement for hl7org-structures in order to run the JPA server 2015-08-19 08:07:11 -04:00
jamesagnew
4d04b9cc6a Fix #206 - Don't require hl7org structures to start JPA server 2015-08-19 07:47:45 -04:00
jamesagnew
6941f92090 Fix #207 - Confusing error message parsing invalid contained resources 2015-08-17 20:46:56 -04:00
James Agnew
c2fba2ce21 More work on interceptors 2015-08-17 18:35:51 -04:00
James Agnew
bb1e8b9ddd Last commit broke cobertura 2015-08-17 15:54:00 -04:00
jamesagnew
19b3aeed32 Gitignore tweak 2015-08-17 07:58:05 -04:00
jamesagnew
ac564a54d6 Documentation cleanup 2015-08-17 07:57:20 -04:00
jamesagnew
330dbde983 Add new interceptor hook for auditing 2015-08-16 22:09:01 -04:00
James Agnew
89a7750bf4 Start working on action interceptor framework 2015-08-14 17:05:07 -04:00
James Agnew
c859c9da91 Add withId(long) to fluent client read() method 2015-08-14 15:43:35 -04:00
James Agnew
77f151901a Get coded valuesets working once again for DSTU2 resoruces 2015-08-13 17:58:31 -04:00
James Agnew
2766af2693 Update definitions and correctly handle exceptions in
incomingRequestPreProcessed method in server interceptors
2015-08-13 16:59:10 -04:00
James Agnew
78776a3e79 Write generated structures in UTF-8 2015-08-10 15:59:57 -04:00
James Agnew
4d8efb6455 Merge branch 'dstu2_final' of github.com:jamesagnew/hapi-fhir into dstu2_final 2015-08-09 17:38:19 -04:00
James Agnew
28d35fe1fe Add tests 2015-08-09 17:28:29 -04:00
jamesagnew
b28dba3540 Merge branch 'dstu2_final' of github.com:jamesagnew/hapi-fhir into dstu2_final 2015-08-09 17:20:30 -04:00
jamesagnew
12735a1446 Handle contact search params better 2015-08-09 17:17:53 -04:00
James Agnew
24634880db Update for QA version of DSTU2 2015-08-09 11:18:04 -04:00
James Agnew
b36e4e5841 Merge branch 'master' into dstu2_final 2015-08-06 18:07:34 -04:00
James Agnew
c838d651dd Fix fluent client search call so that it can be mocked with Mockito 2015-08-06 18:06:32 -04:00
James Agnew
43dd081098 Fix compile issues and keep working on android build 2015-08-06 13:13:03 -04:00
James Agnew
215ad9b3dc Fix broken unit test 2015-08-06 11:25:30 -04:00
James Agnew
76c076a2d1 Add test for #205 2015-08-06 11:14:52 -04:00
James Agnew
af9c8faf89 Don't crash if resrouce references being parsed have unexpected child
elements
2015-08-06 10:50:36 -04:00
James Agnew
137a2cf7ec Enhancements to Android build 2015-08-06 10:15:58 -04:00
James Agnew
63defc2f30 Merge branch 'master' into dstu2_final 2015-08-05 13:29:20 -04:00
James Agnew
fd91ce76ce Fix #192 - Correctly unescape search parameters in the server when they
have a trailing comma or an escaped backslash
2015-08-05 12:57:04 -04:00
James Agnew
48bd5e802b More travis 2015-08-05 10:48:34 -04:00
James Agnew
1adda839ed Try travis again 2015-08-05 10:42:29 -04:00
James Agnew
8e12687016 Force another travis build 2015-08-05 10:38:38 -04:00
James Agnew
76d26a1a26 Backport fix to #203 from DSTU2 branch 2015-08-05 10:09:17 -04:00
James Agnew
5b09a3d2b6 Add trasnaction BATCH support to JPA 2015-07-31 09:29:25 -04:00