jmarchionatto
bc250e141d
Merge pull request #3008 from hapifhir/issue-2851-upload-terminology-valueset-parallel-versioning
...
Issue 2851 upload terminology valueset parallel versioning
2021-09-23 13:24:14 -04:00
juan.marchionatto
9c8fd26692
Merge branch 'master' into issue-2851-upload-terminology-valueset-parallel-versioning
2021-09-23 11:56:44 -04:00
juan.marchionatto
751c5d0d05
Implement revision suggestions. Add changelog.
2021-09-23 11:55:50 -04:00
Tadgh
a562a4f493
Merge pull request #3015 from hapifhir/3014-prevent-delete-expunge-cascade
...
fix for issue SMILE-3128: prevent delete _expunge and _cascade
2021-09-23 10:52:40 -04:00
Tadgh
ad9e0f1c9a
Merge branch 'master' into 3014-prevent-delete-expunge-cascade
2021-09-23 09:33:04 -04:00
Jimmy Deng
2436f748aa
fix test
2021-09-22 14:38:53 -04:00
Jimmy Deng
f9796b9e2a
fix test
2021-09-22 12:52:28 -04:00
Jimmy Deng
26ac649946
changelog
2021-09-22 11:11:10 -04:00
Jimmy Deng
9a18422173
fix review
2021-09-22 11:09:50 -04:00
Jimmy Deng
48f73fa1d1
typo
2021-09-22 10:25:57 -04:00
Jimmy Deng
c913707599
added header check
2021-09-22 10:15:22 -04:00
Tadgh
d4bb48c551
Merge pull request #2989 from hapifhir/add-device-to-patient-compartment
...
Enhance RuleBuilder to support additional Search Parameters that count as being "in" the patient compartment.
2021-09-22 09:59:54 -04:00
juan.marchionatto
81a4f0c78f
Rename method for clarity. Increase test coverage.
2021-09-22 09:40:25 -04:00
juan.marchionatto
fdf639d353
Merge branch 'master' into issue-2851-upload-terminology-valueset-parallel-versioning
2021-09-22 09:25:48 -04:00
Justin Dar
ad5297b714
fix for issue #3014
2021-09-21 13:09:08 -07:00
Tadgh
a12ce73797
Add more tests
2021-09-21 15:31:36 -04:00
Tadgh
b8ef2f6763
Add changes
2021-09-21 15:25:46 -04:00
James Agnew
7379dee3d8
Merge branch 'master' into add-device-to-patient-compartment
2021-09-21 14:38:39 -04:00
JasonRoberts-smile
d5c6461e2c
Merge pull request #3013 from hapifhir/jr-20210921-mssql-data-migration
...
Fix MS SQLServer database migration
2021-09-21 14:02:57 -04:00
Jason Roberts
68b26f7a5e
apply recommendations from code review
2021-09-21 12:28:15 -04:00
JasonRoberts-smile
645386c999
Apply suggestions from code review
...
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2021-09-21 12:26:21 -04:00
Jason Roberts
fa96c5b8be
Merge branch 'master' into jr-20210921-mssql-data-migration
2021-09-21 12:22:56 -04:00
Ken Stevens
060791aeb4
hapi-fhir-storage-api ( #3006 )
...
* rename hapi-fhir-jpaserver-migrate to hapi-fhir-sql-migrate and move hapi-tasks into jpaserver-persistence
* rename hapi-fhir-jpaserver-api to hapi-fhir-storage-api
* move bulk import apis
* create hapi-fhir-jpa
* create hapi-fhir-jpa
* move CircularQueueCaptureQueriesListener to japi-fhir-jpa
* move mdm logs to storage-api
* move gziputil to storage-api
* move quartz scheduling to hapi-fhir-jpa
* move default subscription channel factory to storage-api
* consolidated batch constants
* correct accidental Logs change
* remove dependency of cdr-api on cdr-persistence
* fix javadoc
* pom descriptions
* review feedback
2021-09-21 15:36:08 +00:00
Jason Roberts
b6c8658f8c
Fix MS SQLServer database migration
2021-09-21 10:42:59 -04:00
juan.marchionatto
371484a4ea
Fix test to add now required id to loinc CodeSystem creation
2021-09-20 17:19:31 -04:00
juan.marchionatto
3d5c863276
Revert creation of test utility class finally not needed
2021-09-20 17:18:45 -04:00
juan.marchionatto
9c790a7374
Revert creation of test utility class finally not needed
2021-09-20 17:18:11 -04:00
juan.marchionatto
8a1d95f348
Add service to get CodeSystem from its forcedId without forcing rollback by ResourceNotFoundException in case not found
2021-09-20 17:14:42 -04:00
Johnson Lu
f1f9c672ad
3110 zh disallow unknown extensions ( #3009 )
...
* Added allowKnownExtensionsOnly() method such which calls setAnyExtensionsAllowed() to set myAnyExtensionsAllowed to false and modified changelogs to add entry for this ticket.
* Modified docs to remove description for .allowAnyExtensions() and included it within a description for .allowKnownExtensionsOnly() and also added test for .allowKnownExtensionsOnly()
* refactored allowKnownExtensionsOnly() to rejectUnknownExtensions()
2021-09-20 15:40:56 -04:00
juan.marchionatto
cf704124f2
Merge branch 'issue-2851-upload-terminology-valueset-parallel-versioning' of github.com:hapifhir/hapi-fhir into issue-2851-upload-terminology-valueset-parallel-versioning
2021-09-20 11:20:19 -04:00
juan.marchionatto
1492b9220a
Add test comment
2021-09-20 11:15:53 -04:00
juan.marchionatto
d706caf949
merge master in
2021-09-20 11:08:17 -04:00
jmarchionatto
804309eaaf
Merge branch 'master' into issue-2851-upload-terminology-valueset-parallel-versioning
2021-09-20 09:25:06 -04:00
juan.marchionatto
d372371f36
Make sure a loinc CodeSystem always has a ForcedId
2021-09-20 08:51:51 -04:00
JasonRoberts-smile
0eb6958701
Merge pull request #3004 from hapifhir/jr-20210914-oidc-support-in-swagger
...
add support for OIDC authentication to Swagger API
2021-09-17 18:27:53 -04:00
JasonRoberts-smile
624ad3fcab
Merge branch 'master' into jr-20210914-oidc-support-in-swagger
2021-09-17 17:09:19 -04:00
Tadgh
e3d1fbf83f
Merge pull request #2850 from hapifhir/2849_add_new_mdm_param
...
Added new parameter to MDM processing
2021-09-17 14:36:42 -04:00
Jason Roberts
4051fe0849
code review feedback
2021-09-17 14:17:33 -04:00
Tadgh
3b1bf7aa09
Merge branch 'master' into 2849_add_new_mdm_param
2021-09-17 13:27:09 -04:00
jmarchionatto
e7cc0335d8
Merge pull request #3001 from hapifhir/issue-2995-valuesetcomposeincludeversion-is-not-set-when-uploading-terminology
...
Issue 2995 valueset.compose.include.version is not set when uploading terminology
2021-09-17 12:40:26 -04:00
Jaison B
8bb9aca8df
Merge branch 'master' into 2849_add_new_mdm_param
2021-09-17 10:18:24 -06:00
Jason Roberts
cb374042f5
Merge branch 'jr-20210914-oidc-support-in-swagger' of github.com:hapifhir/hapi-fhir into jr-20210914-oidc-support-in-swagger
2021-09-17 11:42:34 -04:00
Jason Roberts
a866feb730
changelog
2021-09-17 11:41:51 -04:00
jmarchionatto
115056800c
Merge branch 'master' into issue-2995-valuesetcomposeincludeversion-is-not-set-when-uploading-terminology
2021-09-17 11:32:18 -04:00
JasonRoberts-smile
3beb84ac2e
Merge branch 'master' into jr-20210914-oidc-support-in-swagger
2021-09-17 10:55:06 -04:00
Jason Roberts
56920149bc
add support for OIDC authentication to Swagger API
2021-09-17 09:48:39 -04:00
Tadgh
75bb6e3f7a
Merge pull request #3002 from Daron-Cerner/add-scope-to-test-dependency
...
Add scope to unit test dependency
2021-09-16 16:18:25 -04:00
juan.marchionatto
18e3ed68eb
Revert loinc.xml deletion until current work gets completed
2021-09-16 15:14:43 -04:00
Daron McIntosh
528690fe6c
add commons-lang dep to hapi-fhir-validation pom
2021-09-16 18:26:53 +00:00
juan.marchionatto
fbd23498fc
Adjust test data and fix all test cases implemented so far
2021-09-16 13:41:05 -04:00