Nick Goupinets
4e012236c2
Updated comments and added misc refactorings
2021-08-27 16:31:23 -04:00
Nick Goupinets
91a961f9fd
Added changelog
2021-08-27 10:48:19 -04:00
Nick Goupinets
8403b85429
Merge remote-tracking branch 'origin/master' into 2849_add_new_mdm_param
2021-08-27 09:42:08 -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
Tadgh
121d171c2f
Readd javadoc-needed deps
2021-08-23 16:00:24 -04:00
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
katie_smilecdr
789695621a
Merge branch 'master' into issue-2904-Swagger-ui-Doesn't-Work-with-Partitions
2021-08-23 15:33:09 -04:00
katie_smilecdr
712fdbd802
[2904] remove unused staff
2021-08-23 15:12:13 -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
Nick Goupinets
3a5e391c77
Fixed pointcut def
2021-08-23 11:00:04 -04:00
Nick Goupinets
6ea58f74d1
Code review
2021-08-23 10:55:09 -04:00
Nick Goupinets
2d2495b3c1
Merge branch 'master' into 2849_add_new_mdm_param
2021-08-23 09:18:55 -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
Michael Buckley
10d4db5b9e
Revert - we'll do this in Smile
2021-08-20 17:21:07 -04:00
Michael Buckley
7734e8f515
Sketch of adding request partition name to swagger paths
2021-08-20 17:05:16 -04:00
katie_smilecdr
8061ba339f
[2904]
2021-08-20 16:59:43 -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
Nick Goupinets
1e41621eca
Rolled back changes
2021-08-19 16:43:51 -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
Nick Goupinets
8670f107b5
Updated link expansion
2021-08-17 13:17:44 -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