2503 Commits

Author SHA1 Message Date
jamesagnew
c28a2c40f0 Fix #394 - Don't use a method from Commons-Lang3 3.3 2016-06-27 06:19:22 -04:00
jamesagnew
40a65fb2cc Try to fix test 2016-06-27 05:55:53 -04:00
jamesagnew
c2dbcc7ff0 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-26 23:12:26 -04:00
jamesagnew
e9cb518012 Fix teerm sevice indexing 2016-06-26 23:10:02 -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
21ea81dd7f Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-24 18:40:58 -04:00
James Agnew
db0a208927 Work on terminology importing 2016-06-24 18:40:44 -04:00
Bill Denton
02f93d5d90 Merge pull request #384 from bdenton/master
additional OSGi dependencies
2016-06-24 09:35:58 -07:00
jamesagnew
bf303507d8 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-24 06:11:00 -04:00
jamesagnew
16df4566bf Add test for #390 2016-06-24 06:10:03 -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
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
56ed7fcbf0 Fix test 2016-06-16 08:18:36 -04:00
jamesagnew
3a0f97b6c1 Fix test 2016-06-16 07:52:36 -04:00
jamesagnew
c9f85111ab Add some tests to GenericClient 2016-06-16 07:42:06 -04:00
jamesagnew
9392d8c104 Add logging to test 2016-06-15 22:30:03 -04:00
Bill Denton
36ed5d8984 Merge remote-tracking branch 'upstream/master' 2016-06-15 18:57:09 -07:00
James Agnew
1683cf8cef Switch to jacoco 2016-06-15 17:34:50 -04:00
Bill Denton
4e83b59d3c make FhirServerImpl visible in OSGi 2016-06-14 19:30:06 -07:00
James Agnew
e2f1beef2c Fix some tests 2016-06-14 22:03:24 -04:00
Bill Denton
361c6e80c3 additional OSGi dependencies 2016-06-14 15:52:47 -07: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
James Agnew
aac914df22 Refactor OperationParameter to try and improve test coverage 2016-06-14 07:11:47 -05: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
69572f7b3a More tests for #381 2016-06-11 13:04:58 -05:00
James Agnew
34a3d7dbfd More trying to fix tests 2016-06-11 07:09:30 -05:00
James Agnew
23840ecb7a Fix some tests 2016-06-11 06:43:27 -05:00
James Agnew
1d2aee3dbe Try to fix tests 2016-06-10 22:43:00 -05:00
James Agnew
0c3870ca85 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-10 18:57:57 -05:00
James Agnew
fd8d67b9cd Fix more unit tests for #380 2016-06-10 18:57:44 -05:00
James Agnew
255131164b Fix more unit tests for #378 2016-06-10 18:56:41 -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
6c9707b86e More work on #381 2016-06-10 10:16:10 -05:00
James Agnew
6eca6e5efe Update ResponseHighlighterInterceptor to emit raw content for
_format=xml and _format=json
2016-06-10 10:15:41 -05:00
James Agnew
4cfabfe4a6 Rework tests for #381 2016-06-10 09:29:30 -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