Commit Graph

8267 Commits

Author SHA1 Message Date
Tadgh 37ad73a422 Bump PRE version so we don't conflict downstream 2021-08-23 15:42:18 -04:00
Tadgh bd0cf2b6ae Fix master pom reference 2021-08-23 15:38:16 -04:00
Tadgh 75ff7557fc
Merge pull request #2913 from hapifhir/rel_5_5_0
v5.5.0 Release branch merge-back.
2021-08-23 14:53:40 -04:00
Tadgh 1acaf325c5 Merge branch 'master' into rel_5_5_0 2021-08-23 14:50:29 -04:00
Tadgh a054055be5 Add dependencies to convertor for javadoc build 2021-08-23 11:07:37 -04:00
James Agnew 3ebb374059
Avoid redundant resource type selector in _id query (#2909)
* Fixed

* Add more tests

* Test fixes
2021-08-23 09:04:51 -04:00
Frank Tao 4c2ae513d8
Process bundle batch in parallel (#2905)
* Process batch in parallel

* Added a test case

* Added more test cases

* Default the bundle batch to single thread.

* Tried transaction before multi-thread.

* Updated the test cases

* Update based on review comments and add changelog

* Updated the changelog

* Restore QueueCapacity
2021-08-20 21:14:08 -04:00
Tadgh 3135e82ea7 Strip jetbrains annotations 2021-08-20 18:48:34 -04:00
Tadgh 35440d3b1b
Merge pull request #2900 from hapifhir/bump-hapi-core-for-5-5-0
Bump hapi core for 5 5 0
2021-08-20 18:03:29 -04:00
markiantorno f3fe7130c0 flipped case for code validation test 2021-08-20 14:36:37 -04:00
markiantorno 3cfc41f840 updating all convertor calls to not failfast 2021-08-20 14:11:20 -04:00
markiantorno 770b773761 JPA conversion lib fixes 2021-08-20 11:08:14 -04:00
Tadgh b352bc5c96 Fix all tests in validation package 2021-08-19 15:25:19 -04:00
Tadgh 101e0d7288 Fix tests in class 2021-08-19 15:19:31 -04:00
Tadgh 77c99e47c1 TIL that anyString() wont match nulls in Mockito, but any() will 2021-08-19 15:15:51 -04:00
markiantorno ac31c4e7a1 Merge branch 'bump-hapi-core-for-5-5-0' of https://github.com/jamesagnew/hapi-fhir into bump-hapi-core-for-5-5-0 2021-08-19 13:49:13 -04:00
markiantorno 3fdb7c8408 conversion issues fixed, validation issues next 2021-08-19 13:48:59 -04:00
jamesagnew bb0552d0db Changelog tweak 2021-08-19 12:59:51 -04:00
James Agnew 85517c47e2
Include includes on revincludes (#2902)
* Include includes on revincludes
2021-08-19 12:31:29 -04:00
Tadgh 40e7653460 Bump hapi core version to new release 2021-08-19 09:12:47 -04:00
Tadgh 17af21e351
Merge pull request #2886 from hapifhir/remove-examples
Remove examples
2021-08-18 11:10:21 -04:00
markiantorno 367b338d85 Updating HAPI to use latest core lib changes. 2021-08-18 11:06:14 -04:00
Tadgh 61101d3637
Merge pull request #2899 from hapifhir/Partitioning-bug-in-resource-dao-svc-impl
set version map to check all partitions
2021-08-17 20:42:34 -04:00
Tadgh e92fd47b16 Bump core ver 2021-08-17 18:07:23 -04:00
Tadgh 1f7fb52d91 set version map to check all partitions 2021-08-17 16:45:12 -04:00
Tadgh 7ee22a44c1
Merge pull request #2893 from hapifhir/issue-2883-unable-to-load-OpenAPI-docs
Issue 2883 unable to load open api docs
2021-08-16 15:59:57 -04:00
katie_smilecdr b2a91eb92d [2883] Add unit test 2021-08-16 14:32:49 -04:00
katie_smilecdr f97e703180 Merge branch 'master' into issue-2883-unable-to-load-OpenAPI-docs 2021-08-16 14:28:27 -04:00
akawalsky c8c0e1080c
Update Search operation description (#2892) 2021-08-16 12:28:19 -04:00
katie_smilecdr 4baca0a282 [2883] Add changelog 2021-08-16 11:28:30 -04:00
katie_smilecdr 62026d4caf [2883] Resolve threads 2021-08-16 10:56:13 -04:00
Tadgh cf917d0f82 Version Bump 2021-08-15 16:54:38 -04:00
Tadgh d7d2919146
Merge pull request #2889 from hapifhir/issue-2887-contained-cache-key
Add _contained parameter to SearchParameterMap query string normalizer
2021-08-15 13:13:00 -04:00
katie_smilecdr 36d2a8f3ce [2883] update swagger url/ add unit test 2021-08-13 13:54:27 -04:00
Frank Tao 4920f0a15d
Don't create designation of all components are empty (#2891)
* Don't create designation of all components are empty

* Fixed typo
2021-08-13 11:01:50 -04:00
Tadgh 3fd5f7d6d4 Omit if set to false 2021-08-12 19:12:09 -04:00
Tadgh 669cf05b30 Modify SearchParameterMap toNormalizedQueryString to include value of _contained parameter 2021-08-12 14:25:12 -04:00
Tadgh 8145a2ecb2 Tidy pom 2021-08-12 10:05:13 -04:00
Tadgh 1c81cb8688 Remove example projets 2021-08-12 09:13:06 -04:00
katie_smilecdr dfb8ec4680 [2883] remove slash before api-docs 2021-08-11 16:56:34 -04:00
jmarchionatto e355e96457
Merge pull request #2882 from hapifhir/issue-2881-loinc-terminology-upload-doesnt-load-concepts-when-current-versionfalse
Save version collections also when version is not made current.
2021-08-11 14:28:38 -04:00
juan.marchionatto fb855620da Save version collections also when version is not made current.
Add test covering bug.
2021-08-11 12:49:54 -04:00
Tadgh 41ec1e03c0
Merge pull request #2880 from hapifhir/weird-contained-issue
Contained Issue
2021-08-11 08:27:54 -04:00
Tadgh b34d569443 Fix changelog test 2021-08-10 22:22:57 -04:00
Tadgh 6f3006f2ba Fix NPE 2021-08-10 20:56:54 -04:00
Tadgh e311835e8d Revert test 2021-08-10 18:44:42 -04:00
Tadgh a89798ad87
Merge pull request #2872 from hapifhir/issue-2871-enhance-mdm-expansion
Add MDM expansion by golden pid
2021-08-10 17:40:22 -04:00
Tadgh a5c850b119 Pre-review cleaning 2021-08-10 17:37:24 -04:00
Tadgh daa3bc773e remove dummy test 2021-08-10 16:46:03 -04:00
Tadgh 33fbffcff9 Bump issue number 2021-08-10 16:18:40 -04:00