dotasek
442a946233
Use proxy for spotless check
2025-03-28 10:38:32 -04:00
Jens Kristian Villadsen
ec0af6cae0
Added simple pass-through test for remote validation
2025-03-26 23:19:50 +01:00
Jens Kristian Villadsen
31c5a5801f
Merge branch 'hapifhir:master' into feat/remote-terminology-support
2025-03-26 20:55:45 +01:00
chgl
5067c2b0d8
Updated helm chart to v8 image ( #796 )
...
* Updated helm chart to v8 image
* Upadted docs
2025-03-22 21:22:13 +01: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
bbb5ab0d37
Add TestCdsHooksConfig. Remove commented out dependency.
2025-03-19 06:52:42 -06:00
Luke deGruchy
f716f99ad5
Add TestCdsHooksConfig.
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
dotasek
fc70e529c9
Merge remote-tracking branch 'origin/master' into rel_8_1_tracking
2025-03-14 09:15:29 -04:00
craig mcclendon
8e7cb0e0a1
registered diff provider ( #791 )
...
* registered provider
* spotless fix
2025-03-13 15:34:28 +01:00
dotasek
7e3f997764
Use revision number versioning
2025-03-12 12:11:53 -04:00
dotasek
f4f0585778
Merge pull request #787 from hapifhir/do-20250304-uncouple-project-version
...
Revision Number Versioning
2025-03-12 09:25:26 -04:00
dotasek
bdc2795a6b
Use revision number versioning
2025-03-11 09:30:27 -04:00
dotasek
f32ad20ac7
Uncouple version from parent for release purposes
2025-03-04 15:11:26 -05: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
James Agnew
b283c37f8f
Merge pull request #786 from sliver007/expansion_properties_as_configuration
...
Expose expansion properties as configuration
2025-02-27 12:58:05 -05:00
Adam Stevenson
710d9fc998
Expose expansion properties as configuration
2025-02-27 09:57:59 -07:00
dotasek
6e88da0740
Use HAPI master snapshot version
2025-02-24 10:25:47 -05:00
dotasek
792f520f62
Merge pull request #758 from hapifhir/rel_7_8_tracking
...
Update to HAPI 8.0.0
2025-02-24 09:44:21 -05:00
dotasek
f87f2e8f32
Bump to release
2025-02-21 15:23:02 -05:00
chgl
98bfad07b3
Helm chart dependency updates and support for extraVolumes and -Mounts ( #766 )
...
* Helm chart updates
* set target branch to master for chart testing
2025-02-16 08:45:11 +01:00
dotasek
8c3d6442ec
Merge remote-tracking branch 'origin/master' into rel_7_8_tracking
2025-02-12 16:31:26 -05:00
James Agnew
25e5dea8a9
Merge branch 'rel_7_8_tracking' of github.com:hapifhir/hapi-fhir-jpaserver-starter into rel_7_8_tracking
2025-02-12 13:59:56 -05: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
dotasek
80ef9ac2d0
Revert "Apply spotless"
...
This reverts commit 8b77aa0c53 .
2025-02-12 12:31:34 -05:00
dotasek
8b77aa0c53
Apply spotless
2025-02-12 12:01:54 -05:00
dotasek
ef28875939
Merge pull request #782 from hapifhir/do-20250212-spotless-check
...
Add spotless-check
2025-02-12 11:51:47 -05:00
dotasek
daf76af23f
Apply spotless
2025-02-12 11:27:56 -05:00
dotasek
95c9d0c068
Add spotless-check
2025-02-12 11:26:20 -05:00
James Agnew
ac5dbb975e
Merge branch 'rel_7_8_tracking' of github.com:hapifhir/hapi-fhir-jpaserver-starter into rel_7_8_tracking
2025-02-12 10:55:28 -05:00
James Agnew
509d5ffce0
Add support for Database Partition Mode
2025-02-12 10:54:38 -05:00
dotasek
8ef1d4669c
Merge remote-tracking branch 'origin/master' into rel_7_8_tracking
2025-02-11 10:51:05 -05:00
dotasek
d6359e1561
Merge pull request #774 from jschneid-nmdp/use-uri-constructor
...
use URI constructor instead of string concatenation
2025-02-05 10:11:26 -05:00
Joel Schneider
e7cc34d789
use URI constructor instead of string concatenation, to avoid having static code analysis tool complain about "Concatenating user-controlled input into a URL" security issue
2025-01-27 10:06:21 -06:00
dotasek
48fd41c537
Bump parent to 7.7.18-SNAPSHOT fix CR breakage
2025-01-23 16:00:51 -05:00
dotasek
b3761a499e
Bump parent version + fix CQL test
...
See diff in https://github.com/cqframework/clinical-reasoning/pull/579/files
2025-01-02 11:12:26 -05:00
dotasek
92600c49ab
Merge remote-tracking branch 'origin/master' into rel_7_8_tracking
2024-12-13 13:06:03 -05:00
dotasek
1f5f655904
Bump parent to 7.7.14-SNAPSHOT
2024-12-13 12:52:32 -05:00
James Agnew
cc6b71d407
Merge pull request #764 from XcrigX/custom-registrations-debugout
...
added debug out to assist troubleshooting custom interceptor/provider…
2024-12-06 13:29:39 -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.dev
8a7393b2a4
Bump HAPI to 7.7.10-SNAPSHOT
2024-12-06 13:12:30 -05: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