Commit Graph

367 Commits

Author SHA1 Message Date
Jens Kristian Villadsen
f3ac024b3c Merge branch 'hapifhir:master' into feat/remote-terminology-support 2025-05-07 10:36:04 +02:00
craig mcclendon
88ed318e76 process jpa properties set as env variables (#808)
* process jpa properties set as env variables

* Update src/main/java/ca/uhn/fhir/jpa/starter/util/EnvironmentHelper.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Jens Kristian Villadsen <jenskristianvilladsen@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-06 20:14:58 +02:00
Jens Kristian Villadsen
0846e9dd9e Merge branch 'hapi-master' into feat/remote-terminology-support 2025-05-01 13:12:20 +02:00
Patrick Werner
7e7fa447ba Merge pull request #801 from hapifhir/improve-default-partitioning
fix: set default value for request_tenant_partitioning_mode to true to support easy default partitioning
2025-04-30 10:46:40 +02:00
Jens Kristian Villadsen
eb9081e01d Merge branch 'hapi-master' into feat/remote-terminology-support 2025-04-29 10:03:35 +02:00
Adam Stevenson
2bfda345dc Fixed bug in setting of jpaStorageSettings that cause PreExpandValueSetsDefaultCount to always get the default value (#803) 2025-04-19 11:32:09 +02:00
Patrick Werner
e9a1ddfeac fix: set default value for request_tenant_partitioning_mode to true to support easy default partitioning 2025-04-16 14:54:43 +02:00
Brenin Rhodes
5ba6ab133e Remove use of version specific model 2025-04-04 11:22:02 -06:00
Jens Kristian Villadsen
00a10777f6 Add test so verify hybrid 2025-03-31 23:17:29 +02:00
Jens Kristian Villadsen
5c9f88e1cf Adding support for '*' cornercase 2025-03-19 23:51:21 +01:00
Brenin Rhodes
40c3745ad2 update to new service class 2025-03-19 06:52:42 -06:00
Brenin Rhodes
9a2d3d31d7 spotless 2025-03-19 06:52:42 -06:00
Brenin Rhodes
f64f1beba6 fix config 2025-03-19 06:52:42 -06:00
Luke deGruchy
49f47db115 Try to fix injection errors. 2025-03-19 06:52:42 -06:00
Luke deGruchy
8147c4ea4b Everything compiles but there are still injection errors. 2025-03-19 06:52:42 -06:00
Jens Kristian Villadsen
9cf166e765 Added support for hybrid remote terminology 2025-03-19 13:46:51 +01:00
Adam Stevenson
5dacdd1795 Fixed expansion configuration options bugs (#793)
* Fix for logging of pre-expansion and expansion configuration reporting the wrong value

* Fixed a typo in the enable_task_pre_expand_value_sets property setter

* Fixed code formatting issues identified by spotless
2025-03-15 16:25:38 +01:00
craig mcclendon
8e7cb0e0a1 registered diff provider (#791)
* registered  provider

* spotless fix
2025-03-13 15:34:28 +01:00
Yoann Isaac
ec6b12e864 Externalizes more subscription parameters (#783)
* Externalizes more subscription parameters

Allows :
- to parametrize the polling interval of subscription
- to enable the setting to queue the subscription jobs immediately.

Following the change in hapifhir/hapi-fhir/pull/6395

* Fix formatting
2025-03-02 23:13:31 +01:00
Adam Stevenson
710d9fc998 Expose expansion properties as configuration 2025-02-27 09:57:59 -07:00
James Agnew
c3f7ef3845 Spotless 2025-02-12 13:59:50 -05:00
James Agnew
3cdd23368a Test fix 2025-02-12 13:58:42 -05:00
James Agnew
509d5ffce0 Add support for Database Partition Mode 2025-02-12 10:54:38 -05:00
dotasek
92600c49ab Merge remote-tracking branch 'origin/master' into rel_7_8_tracking 2024-12-13 13:06:03 -05:00
craig mcclendon
b58264fd9d added debug out to assist troubleshooting custom interceptor/provider registration issues 2024-12-06 12:20:55 -06:00
dotasek
f18fa4a32b Update HAPI + match config changes 2024-12-02 12:09:15 -05:00
dotasek.dev
58ebb98622 Bump to HAPI 7.7.7-SNAPSHOT 2024-11-22 14:56:46 -05:00
dotasek
103fd012c0 Update to HAPI 7.6.0 (#731)
* Bump to HAPI 7.5.0-SNAPSHOT

* Bump to latest HAPI version + fix config

* Bump to latest HAPI version + fix CR config + spotless

* Bump parent version to 7.5.4-SNAPSHOT

* Update to HAPI Release 7.6.0

---------

Co-authored-by: Brenin Rhodes <brenin@alphora.com>
2024-11-22 18:58:31 +01:00
craig mcclendon
69fede99a4 add property to turn on userRequestRetryVersionConflictsInterceptor (#752) 2024-11-11 20:29:54 +01:00
Michael Wilson
5d84d9fc59 Config property for validate resource status (#746)
* Added configuration property for validate_resource_status_for_package_upload

* Added new parameter to test config file

* Fixed merge issue
2024-11-09 09:45:46 +01:00
Eric Secules
5df8e034cb #754 add application.yaml setting for conditional_create_duplicate_identifiers_enabled (#755)
Co-authored-by: Eric Secules <eric.secules@macrohealth.com>
2024-11-09 09:30:05 +01:00
dotasek
96f908965c Merge branch 'master' into expose-search-prefetch-thresholds 2024-10-28 13:50:47 -04:00
Patrick Werner
7e15f133b5 feat: added config option for upliftedRefchains support 2024-10-18 10:22:08 +02:00
Tadgh
f4695b5c04 Addressing review comments 2024-09-27 12:25:09 -04:00
Tadgh
5c4ada54ae Make java default as well for people who dont update their app properties on upgrade 2024-09-27 09:22:26 -04:00
Tadgh
a12e30c7d2 Expose setting, add docs 2024-09-25 15:34:56 -04:00
dotasek
cb6fa7d4c8 Merge remote-tracking branch 'origin/master' into rel_7_3_tracking 2024-07-02 12:00:55 -04:00
Brenin Rhodes
6b98988c6f Update Clinical Reasoning plugin (#692)
* Reproducing issues with CR/HAPI cds-hooks processing

* Add new $questionnaire operation

* Update StarterIpsConfig.java

* Update pom.xml

* Fixes for configuration properties

* Update VS Code launch properties

* Fixes for CQL logging

* Update pom.xml

* Remove unused threaded option

* Update to 7.1.7

* Fix some CR defaults

* Update to new snapshot

* Update pom.xml

* Fix test settings

* Do not make prefetch calls if all items are present

* Add alternative application.yaml for CDS settings.

* Add CdsHook tests and documentation

* Comment out custom prefetch until it is more mature

* Removal of DataEndpoint parameter is not longer needed

* Fix debug logging setting being overwritten

* Revert change

* Remove unused class

* Adding Rec10 Test

* Disable test until fixed

* fix tests

---------

Co-authored-by: c-schuler <hoofschu@gmail.com>
Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>
2024-06-30 12:14:35 +02:00
dotasek
ab02bfeeb0 Merge branch 'master' into rel_7_3_tracking 2024-06-25 11:08:28 -04:00
dotasek
8f731a29ee WIP bump HAPI 2024-06-17 17:10:19 -04:00
Carl Anderson
255031b26f fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:19:09 -05:00
Carl Anderson
74344279e2 fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:18:35 -05:00
Carl Anderson
ce0df03aac fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:18:17 -05:00
Carl Anderson
9a02b13285 fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:18:01 -05:00
Carl Anderson
37c26a464a fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:17:35 -05:00
Carl Anderson
40411f6fb8 fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2024-06-14 11:17:06 -05:00
Carl Anderson
056c9a16b2 fix: use the correct function name 2024-06-13 16:01:53 -05:00
Carl Anderson
d4db8fbb1b fix: forgot to include a setter with my getter 2024-06-12 14:16:17 -05:00
Carl Anderson
2239fe5b45 enable mass ingestion mode 2024-06-12 12:02:05 -05:00
Carl Anderson
cc51fa6082 enable mass ingestion mode 2024-06-12 12:00:26 -05:00