James Agnew
|
8354f4b565
|
Use correct accept header
|
2016-08-05 18:39:44 -04:00 |
James Agnew
|
74950a4efc
|
Fix regression when parsing contained resources
|
2016-08-05 18:01:44 -04:00 |
James Agnew
|
4ff25b093f
|
Add license headers
|
2016-08-05 15:50:53 -04:00 |
jamesagnew
|
545b359697
|
Fix #406 - Allow arbitrary authentication realm
|
2016-08-01 21:36:50 -04:00 |
James Agnew
|
dd8b1cd979
|
Use corrrect types from client
|
2016-07-27 18:15:09 -04:00 |
jamesagnew
|
41b58108f2
|
Bump version dependencies and return 200 for conditional delete with no matches
|
2016-07-25 08:46:02 -04:00 |
jamesagnew
|
fd4979f56a
|
Fix compile issues
|
2016-07-24 11:11:27 -04:00 |
jamesagnew
|
294e467811
|
Fix #409 - Tag#setCode did not work
|
2016-07-24 09:28:22 -04:00 |
jamesagnew
|
7dbd5a21ca
|
Fix tests
|
2016-07-24 09:20:54 -04:00 |
jamesagnew
|
a9b29d5088
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2016-07-23 18:51:08 -04:00 |
jamesagnew
|
350e82b6cf
|
Fix #403 - Allow references to keep versions when encoding
|
2016-07-23 18:48:00 -04:00 |
James Agnew
|
748c13d0dc
|
Remove bad dependency
|
2016-07-22 18:33:16 -04:00 |
James Agnew
|
7bea8431f7
|
Add interceptor for rejecting TRACE and other invalid verbs
|
2016-07-19 19:16:09 -04:00 |
James Agnew
|
94128e2e6d
|
Fix tests
|
2016-07-18 13:50:08 -04:00 |
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
|
f6601cc347
|
Add example for terminology uiploading
|
2016-07-13 09:40:50 -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
|
c3e9f618eb
|
Version bump to 2.0-SNAPSHOT
|
2016-07-12 11:12:07 -04:00 |
jamesagnew
|
8156abf803
|
More prep for 1.6
|
2016-07-06 08:19:27 -04:00 |
jamesagnew
|
acaf2135c5
|
Finalize 1.6 release
|
2016-07-06 07:29:20 -04:00 |
James Agnew
|
a8585c881d
|
Fix #396 - Make tests timezone independent
|
2016-07-04 13:48:05 -04:00 |
jamesagnew
|
a3af502ee2
|
Add test for #391
|
2016-07-03 10:23:48 -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 |
jamesagnew
|
b8f1f39ead
|
Add tests and get :below queries working for built-in code systems
|
2016-07-01 08:51:47 -04:00 |
James Agnew
|
7ef48413c4
|
Term service enhancements
|
2016-06-30 17:45:41 -04:00 |
James Agnew
|
38d30eef49
|
Respect order for order=REPLACE_PARENT
|
2016-06-29 10:26:36 -04:00 |
jamesagnew
|
9b6f548970
|
Work on term service, and allow child classes when serializing
|
2016-06-29 08:08:42 -04:00 |
James Agnew
|
b587e3695b
|
Add client integration test
|
2016-06-27 13:43:12 -04:00 |
jamesagnew
|
c28a2c40f0
|
Fix #394 - Don't use a method from Commons-Lang3 3.3
|
2016-06-27 06:19:22 -04:00 |
jamesagnew
|
c2dbcc7ff0
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2016-06-26 23:12:26 -04:00 |
jamesagnew
|
fae4344c36
|
Add documentation around security interceptor
|
2016-06-25 11:27:55 -04:00 |
jamesagnew
|
556058a7b7
|
Tests passing
|
2016-06-25 10:55:31 -04:00 |
James Agnew
|
db0a208927
|
Work on terminology importing
|
2016-06-24 18:40:44 -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 |
jamesagnew
|
f4c6f09f08
|
Fix tests
|
2016-06-20 07:52:44 -04:00 |
jamesagnew
|
2e8c20dc83
|
More work on terminology services, and add support to operations to AuthorizationInterceptor
|
2016-06-20 07:19:08 -04:00 |
jamesagnew
|
36505c60d8
|
More work on term service importing
|
2016-06-19 10:35:27 -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
|
e2f1beef2c
|
Fix some tests
|
2016-06-14 22:03:24 -04:00 |
James Agnew
|
f3dcc3e893
|
Add lots of tests
|
2016-06-14 17:57:08 -04:00 |
James Agnew
|
dba470f8d6
|
Add some tests
|
2016-06-14 07:24:03 -05:00 |