Commit Graph

2861 Commits

Author SHA1 Message Date
James Agnew 72be7ab795 Merge pull request #706 from InfiniteLoop90/master
Fixes #705 - Client correctly validates the server's conformance statement FHIR version
2017-08-13 11:03:52 -04:00
James e3fc5af019 Credit for #706 2017-08-13 11:03:06 -04:00
James 2e0f5a34d9 Credit for #708 2017-08-13 10:57:06 -04:00
James Agnew b16c94bb0a Merge pull request #710 from jamesagnew/issue675-activate-subscriptions
Fix for rest-hook subscriptions are not becoming active #675
2017-08-13 10:55:26 -04:00
James 4f9037c3bd Credit for #710 2017-08-13 10:55:01 -04:00
James Agnew dedd3d635b Merge pull request #695 from SRiviere/#622
#622 Extension lost on ID datatype or extension of type primiti…
2017-08-13 10:03:58 -04:00
James 51fa762e1f Credit for #695 2017-08-13 10:03:27 -04:00
James Agnew 6efafe62f1 Merge pull request #688 from CarthageKing/bugfix-issue659
Correctly serialize baseurl/FooResource references
2017-08-12 14:51:46 -04:00
James d19b00ff09 Credit for #688 2017-08-12 14:51:21 -04:00
James 9509e89592 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-08-12 14:50:55 -04:00
James 09b0a3dfdf Credit for #698 2017-08-12 14:50:32 -04:00
James b61bedbc0a Credit for #698 2017-08-12 14:50:08 -04:00
James 264be8f683 Fix test 2017-08-12 14:39:07 -04:00
James 1e659c65f2 Fix broken test 2017-08-12 06:32:46 -04:00
Jeff Chung eea44b4b9a Fix for rest-hook subscriptions are not becoming active #675 2017-08-10 15:17:31 -07:00
Clayton Bodendein 9a32202d03 Also related to issue #705, added an explicit check for DSTU2.1 as well when the client checks the server's conformance statement FHIR version 2017-08-06 21:27:05 -05:00
Clayton Bodendein 1743d108b6 Fixed #705 by making RestfulClientFactory check for the correct FHIR version strings when the client code tries to validate the server's conformance statement. Also fixed the corresponding unit tests. 2017-08-06 14:03:15 -05:00
James Agnew e0f23880e1 Merge pull request #701 from dconlan/master
Add qualifiers for token search, fix javascript bug for selecting text qualifier
2017-08-02 14:51:07 -04:00
James Agnew 88b77e043d Credit for #701 2017-08-02 14:50:44 -04:00
David Conlan 393207d940 Add qualifiers for token search, fix javascript bug for selecting text qualifier 2017-08-01 10:15:24 +10:00
James Agnew 9901b802c4 Merge pull request #686 from SRiviere/Stu3_validation
Fix STU3 validation
2017-07-31 17:08:50 -04:00
James Agnew a6621338b9 Credit for #699 2017-07-31 15:26:42 -04:00
James Agnew 77259d936b Merge pull request #699 from jasonaowen/fix-custom-structure-doc-typo
Fix typo in custom structures documentation
2017-07-31 15:26:32 -04:00
Jason Owen e062efe6f2 Fix typo in custom structures documentation 2017-07-28 16:13:48 -04:00
James Agnew cb2cea54d7 Merge pull request #693 from jamesagnew/ConcurrentModificationRestSubscriptionFix
Fix to prevent rare Concurrent Modification Exceptions
2017-07-26 17:26:45 -04:00
James Agnew e7aaca32d8 Credit for #693 2017-07-26 17:09:22 -04:00
James Agnew 274e218494 Fix #696: Corresctly handle negative numbers 2017-07-26 16:59:35 -04:00
James Agnew 6aa58cf887 Move tests in anticipation of HAPI 3 2017-07-26 16:59:35 -04:00
James Agnew 09e23d857f Move tests to DSTU3 module 2017-07-26 16:59:35 -04:00
Sebastien Riviere 0fd5a44b5e Fixed #622 Extension lost on ID datatype or extension of type primitive during parsing 2017-07-24 13:43:55 +02:00
James 42a81f4a85 Fix some unit tests 2017-07-24 06:06:27 -04:00
James Agnew f5f1f5bd67 More work on detecting deadlocks 2017-07-21 18:40:40 -04:00
James fa050c4665 Restore random connection count to tests 2017-07-21 08:12:22 -04:00
James a13c78d6cc FIx deadlock in transaction processing, and put transaction outcome
in the right spot
2017-07-21 07:39:11 -04:00
James 6a178b08bd Adjust tests 2017-07-20 15:24:06 -04:00
James Agnew 0f50eae640 Remove an unneeded log entry 2017-07-20 15:23:33 -04:00
James Agnew 82e2aadf86 Adjust for postgres 2017-07-20 14:45:42 -04:00
James Agnew 49ddf76a5d Reduce stress test impact 2017-07-20 14:18:26 -04:00
James Agnew 722eab62f2 Avoid opening two transactions for paging requests 2017-07-20 14:03:11 -04:00
James Agnew 2b72bb6c2f One more deadlock 2017-07-20 13:44:09 -04:00
James Agnew 82171da0cc One more deadlock 2017-07-20 11:19:53 -04:00
James Agnew 9d08e1e211 Fix deadlock 2017-07-20 11:00:17 -04:00
James Agnew a220405e97 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-07-20 10:19:18 -04:00
James Agnew 517fafbd0a Add check 2017-07-20 10:18:46 -04:00
Jeff Chung a49e009cba Fix to prevent rare Concurrent Modification Exceptions 2017-07-17 15:10:38 -07:00
Sebastien Riviere ecac0ffb5f Add junit test 2017-07-14 12:51:19 +02:00
James f7d4296046 Tweak to #683 2017-07-14 06:16:41 -04:00
James Agnew ef3f7202dc Merge pull request #683 from CarthageKing/bugfix-issue634
Correctly serialize STU3 ConceptMap and ActivityDefinition element order
2017-07-14 06:14:05 -04:00
James 8d5102b4ea Credit for #683 2017-07-14 06:13:51 -04:00
James Agnew 1fa535e3a5 Merge pull request #689 from eug48/master
CLI: command-line option to configure reuse of search results
2017-07-14 06:07:18 -04:00