1070 Commits

Author SHA1 Message Date
jamesagnew
be76b90e7a Test formatting only 2017-11-22 19:22:32 -05:00
James Agnew
3aebfb575a
Merge pull request #756 from alvinleonard/751-fix-deletebyurl
Fix deleteByUrl to respect InCompartment Authorization
2017-11-22 19:19:32 -05:00
jamesagnew
a4cbde8269 Prevent a spurious test failure 2017-11-22 18:45:54 -05:00
James Agnew
4042a3a353 Prevent accidental deletion of deeply nested resources in JPA server 2017-11-22 18:17:35 -05:00
James Agnew
a87323fa08 Add tests 2017-11-17 09:53:44 +01:00
James Agnew
0d0300623f Streamline search coordinator to improve performance 2017-11-15 18:31:03 +01:00
James Agnew
6ca1498277 Fix tests for spring boot 2017-11-13 15:49:12 -05:00
James Agnew
49f4ac4fc5
Merge branch 'master' into analyzer-def-using-search-mapping 2017-11-13 13:32:40 -05:00
James
32a4a081d9 More test work -- Ahhhhh travis grr 2017-11-08 20:01:54 -05:00
James Agnew
f91977cbac Beef up logging in tests 2017-11-08 16:53:39 -05:00
James Agnew
395c8b6acc Add test for #773 2017-11-07 09:58:42 -05:00
James Agnew
37c8e6c645 Add test for #751 2017-11-05 18:52:28 -05:00
James Agnew
75bfb6af1b Add support for Binary X-Security-Context header in server 2017-11-02 11:38:43 -04:00
James
3cd7c8a61c Fix tests to work on Windows 2017-10-31 20:38:26 -04:00
James
5a5933f232 Remove dependencies on StAX on Android 2017-10-30 16:41:31 -04:00
James
792035f8af Add more logging to occasional failing test 2017-10-26 21:45:50 -04:00
James Agnew
f475483e9b Test fix 2017-10-26 12:05:45 -04:00
James
d461567433 Allow cache-control to be used with CORS 2017-10-26 09:08:10 -04:00
James
15ba0dff03 Clean up email subscription type 2017-10-26 06:02:12 -04:00
James
59975948b2 Test fixes 2017-10-22 21:56:44 -04:00
James
33f9437472 Try to get tests passing under load 2017-10-21 16:35:47 -04:00
James
b79dd75fce Update to Spring 5 2017-10-19 07:40:43 -04:00
James Agnew
a265de8649 Validation fixes for QuestionnaireResponse validation 2017-10-18 11:59:22 -04:00
James Agnew
90ecaef87c Allow Fulltext search Svc to be null 2017-10-17 16:43:03 -04:00
James
73382d85ca Fix #761 - Restore codesystem package from DSTU3 and add unit tests to
verify existence
2017-10-17 15:18:36 -04:00
James
0959156a4a Faster processing for mandatory count searches 2017-10-17 14:11:05 -04:00
James Agnew
8b7723b6e8 Make sure a transaction is active when activating subscriptions 2017-10-16 21:28:19 -04:00
James Agnew
175f9dfc5a Remove dependency on StAX for XML parsing in DSTU2 Xhtml type 2017-10-16 17:22:50 -04:00
James
a782bd7630 Fix a number of problems reported by ErrorProne 2017-10-16 10:00:27 -04:00
James Agnew
9ca85b4cf3 Re-enable errorprone on standard hapi fhir build. woohoo! 2017-10-15 11:27:30 -04:00
James
9abc75dc32 Fix another test 2017-10-13 11:03:43 -04:00
James Agnew
290894557d Optionally require JPA server to collect count information even for
large searches
2017-10-13 06:31:37 -04:00
James Agnew
9b31741147 Correctly process ifMatch in Bundle entries for JPA server transaction 2017-10-11 13:00:37 -04:00
James Agnew
78b7188fbc Fix validation error when Bundle has no type 2017-10-11 10:20:12 -04:00
James
fddda443a2 Remove hamcrest-date library that caused conflicts 2017-10-11 06:33:15 -04:00
James
31fb1236a1 Reuse bundle ID when returning query cache results 2017-10-11 06:05:14 -04:00
Alvin Leonard
2114dd7706 We need to set the resource id to the entity id after the update entity. 2017-10-11 15:09:41 +11:00
Alvin Leonard
6551eb0a4e Fix deleteByUrl to respect InCompartment Authorization
Moved the assignment of the resource to delete before the actual delete as it will be used by the authorization to determine if this resource is in the compartment.
2017-10-11 13:40:03 +11:00
Jiajing LIANG
86fb1de3ae rename file 2017-10-09 18:34:49 +02:00
Jiajing LIANG
65c3a316f2 move out the analysers definitions from entity classes 2017-10-09 18:34:03 +02:00
James Agnew
bacd0bfbbb Squashed commit of the following:
commit 7ff895de773fe5a56534fa2f34c2b70c4acc3e5a
Author: James Agnew <jamesagnew@gmail.com>
Date:   Fri Oct 6 15:25:06 2017 -0400

    More test fixes

commit c9fee23e48f9bdde4948413ea410b75a826c56b7
Author: James Agnew <jamesagnew@gmail.com>
Date:   Fri Oct 6 15:14:52 2017 -0400

    More tests work

commit c796e19458417debf596c84dc007bcec2fbb8229
Author: James Agnew <jamesagnew@gmail.com>
Date:   Fri Oct 6 15:00:26 2017 -0400

    Get tests passing

commit eb2787d30c4152ed0c65b1e21845bffea9d0568c
Author: James Agnew <jamesagnew@gmail.com>
Date:   Fri Oct 6 14:08:23 2017 -0400

    Add an optimistic lock to the ResourceTable

commit ff85503acb2fbe352bf3bb43c5e2c0a52bbfbdc7
Author: James <jamesagnew@gmail.com>
Date:   Fri Oct 6 08:56:35 2017 -0400

    Add a test
2017-10-06 15:33:24 -04:00
James Agnew
b4127674e4 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-10-05 13:42:31 -04:00
James Agnew
0ab8a9a0ba Fix #744 - Long search URLs on Derby shouldn't cause a failure 2017-10-05 13:41:22 -04:00
James
ce720f5601 Add support for Cache-Control header in JPA server and client 2017-10-05 13:38:53 -04:00
James
4d1ab2734f Use correct parameter name for expand operation 2017-10-02 19:21:52 -04:00
James
56a71f9222 Performance enhancements to JPA 2017-09-29 09:28:47 -04:00
James Agnew
9ac6014a3c Add test logging 2017-09-29 09:11:54 -04:00
James Agnew
87383ad802 Version bump to 3.1.0-SNAPSHOT 2017-09-27 21:23:34 -04:00
James Agnew
ac7074ffdd More notes 2017-09-26 19:05:53 -04:00
James
e19c13fa6f Prepare 3.0.0 release 2017-09-24 17:55:16 -04:00