Commit Graph

8323 Commits

Author SHA1 Message Date
Tadgh 1868dc2c19
Merge pull request #2940 from hapifhir/rel_5_5_1
Rel 5 5 1
2021-09-01 19:22:10 -04:00
Tadgh 3e288f1dde Merge branch 'master' into rel_5_5_1 2021-09-01 18:16:27 -04:00
Tadgh b4a6c3ed2a
Merge pull request #2939 from hapifhir/add-attribution-for-gotoguy
Add attribution for 2793
2021-09-01 16:42:30 -04:00
Tadgh ee956929f9
Merge branch 'master' into add-attribution-for-gotoguy 2021-09-01 16:42:19 -04:00
Tadgh 7e80461e77
Merge pull request #2930 from theGOTOguy/memorycacheservicefix
Clear the memory cache whenever ExpungeEverythingService is used.
2021-09-01 16:26:53 -04:00
Tadgh ae2c752c55 Add attribution for 2793 2021-09-01 15:54:28 -04:00
Ben Li-Sauerwine 6e389d6f59 Merge branch 'memorycacheservicefix' of https://github.com/theGOTOguy/hapi-fhir into memorycacheservicefix 2021-09-01 15:05:32 -04:00
Ben Li-Sauerwine 0724e652bb Refactor to prevent adding additional signatures to expungeEverythingByType. 2021-09-01 15:04:31 -04:00
Ben Li-Sauerwine 3789bc0f75
Merge branch 'master' into memorycacheservicefix 2021-09-01 13:55:03 -04:00
Tadgh 326590fb12
Merge pull request #2936 from hapifhir/2935_Search_with_trailing_percent_sign
[2935] Escape "%" in like expression
2021-09-01 12:51:24 -04:00
katie_smilecdr 453ef7ec1c Merge branch 'master' into 2935_Search_with_trailing_percent_sign 2021-09-01 11:33:26 -04:00
Ben Li-Sauerwine 7001272e4b Clear out the memory cache whenever we call the ExpungeEverythingService. 2021-09-01 01:26:47 -04:00
Ben Li-Sauerwine 444bc5f330
Merge branch 'master' into memorycacheservicefix 2021-08-31 20:26:31 -04:00
Ben Li-Sauerwine 51fe5ec5e7 Remove extra update from test. 2021-08-31 20:16:22 -04:00
Frank Tao 44b0d3e9e7
Fixed $lookup with displayLanguage caching issue (#2932)
* Fixed $lookup with displayLanguage caching issue

* Added changelog and optimized the test cases
2021-08-31 22:18:40 +00:00
Tadgh 502b2360af
Merge pull request #2934 from hapifhir/double-conditionalCreateIssue
Double conditional create issue
2021-08-31 15:34:41 -04:00
katie_smilecdr a1fbeeacaa [2935] Escape "%" in like expression 2021-08-31 15:11:06 -04:00
Tadgh d75af14d29 Merge branch 'master' into double-conditionalCreateIssue 2021-08-31 14:25:51 -04:00
Tadgh 7de657c026
Merge pull request #2924 from hapifhir/fix-intermittent-in-tests
Force caller to execute Batch GET request if pool size <= 1
2021-08-31 14:22:39 -04:00
Tadgh 765b18013c
Merge branch 'master' into fix-intermittent-in-tests 2021-08-31 14:22:22 -04:00
Tadgh 825ac1e81c Chnge privacy 2021-08-31 12:58:00 -04:00
Tadgh b1515b5963 Lazy load executor so that tests work safely. 2021-08-31 12:57:45 -04:00
Tadgh e1272a3825 Bump version of HAPI-FHIR 2021-08-31 11:43:17 -04:00
Tadgh 87986d3da8 Add versionenum 2021-08-31 11:42:26 -04:00
Tadgh 993b2a2f47 Backport changelog 2021-08-31 11:41:17 -04:00
Tadgh dd5c4525f3 Revert logging 2021-08-31 11:39:09 -04:00
Tadgh 7fc6a2f16b Add changelog 2021-08-31 11:39:01 -04:00
Tadgh ad6c6d67c5 Fix bug in hashToSearchMap 2021-08-31 11:38:53 -04:00
Tadgh 9cba9411c4 Add failing test 2021-08-31 11:38:48 -04:00
Tadgh c9f5dfd6d3 Swap to SyncTaskExecutor 2021-08-31 11:33:06 -04:00
Tadgh cc2e968595 Add version.yaml 2021-08-31 11:04:20 -04:00
Tadgh 2f6d8c7b35 Revert logging 2021-08-31 10:56:31 -04:00
Tadgh 37c88392b4 Add changelog 2021-08-31 10:53:14 -04:00
Tadgh 0f6ae50105 Fix bug in hashToSearchMap 2021-08-31 10:47:23 -04:00
Tadgh 7534ab58f3 Add failing test 2021-08-31 09:58:38 -04:00
Ben Li-Sauerwine f04ff3fd0a Adds failing test for expunging and recreating a Patient with a profile in its meta field. 2021-08-31 02:04:27 -04:00
Tadgh 281596d5f2
Merge pull request #2926 from hapifhir/issue-2925-remove-duplicate-definition
Remove essentially duplicate bean definition
2021-08-27 14:27:45 -04:00
Tadgh 513bc387e9 Remove essentially duplicate bean definition 2021-08-27 13:20:29 -04:00
Tadgh faf4dfd056 fix other test class 2021-08-27 12:04:56 -04:00
Tadgh c2c6e0b440 Force the caller to run the bundle task if we are operating with <= 1 pool size 2021-08-27 12:01:10 -04:00
Tadgh 3a7d778591
Merge pull request #2921 from hapifhir/issue-2920-lookup-lang-by-lang-only
Fix language lookup bug when omitting region during $validate
2021-08-26 13:02:28 -04:00
Tadgh 0304ea2d62 Add requested test 2021-08-26 12:03:00 -04:00
Tadgh fd6dcf6363 Fix bug in code. Add test. Add changelog 2021-08-25 18:16:47 -04:00
Frank Tao 090a8b0821
Impl displayLanguage for $lookup (#2908)
* Impl displayLanguage for $lookup - first cut

* Added original lookupCode method

* Added original lookupCode method to IFhirResourceDaoCodeSystem

* Added more test cases and changelog
2021-08-25 14:47:10 -04:00
Tadgh d34b0ff093
Merge pull request #2914 from hapifhir/issue-2904-Swagger-ui-Doesn't-Work-with-Partitions
Issue 2904 swagger UI doesn't work with partitions
2021-08-24 17:43:46 -04:00
katie_smilecdr 1211600e25 [2904] update changelog file name 2021-08-24 11:54:41 -04:00
katie_smilecdr f8fa09ae8e [2904] add changelog 2021-08-23 16:39:52 -04:00
Tadgh 2fbe7d7443 Strip broken backport line 2021-08-23 16:39:19 -04:00
katie_smilecdr a0dd79f68e [2904] add changelog 2021-08-23 16:38:22 -04:00
katie_smilecdr b825d039d4 Merge branch 'master' into issue-2904-Swagger-ui-Doesn't-Work-with-Partitions 2021-08-23 16:22:50 -04:00