Commit Graph

624 Commits

Author SHA1 Message Date
patrick-werner
a95c40dd05 fixed SubscriptionDebugLogInterceptor adding logic 2022-10-11 20:00:58 +02:00
Patrick Werner
7a72c86a63 removed duplicated and wrong subscription code (#440) 2022-10-06 14:26:43 +02:00
Thomas Papke
531d255782 Proper close DB connection after dialect was resolved (#435) 2022-10-01 17:19:01 +02:00
Kevin Dougan SmileCDR
f3b9ffed4d Merge pull request #434 from jkiddo/feat/fix-cors
fix: configuration of cors
2022-09-30 08:46:48 -04:00
Jens Kristian Villadsen
3d03cd00c5 fix: configuration of cors
Refs: #430
2022-09-28 22:51:57 +02:00
Kevin Dougan SmileCDR
cd1a2e1687 Merge pull request #432 from hapifhir/dependabot/maven/org.yaml-snakeyaml-1.31
Bump snakeyaml from 1.30 to 1.31
2022-09-27 09:54:09 -04:00
dependabot[bot]
5c1f99bf18 Bump snakeyaml from 1.30 to 1.31
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.30 to 1.31.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.31..snakeyaml-1.30)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 13:25:21 +00:00
Patrick Werner
38f37e4db0 added back lost config entry: allowed_bundle_types (#427)
* added back lost config entry

* disabled entry
2022-09-15 13:10:22 +02:00
Jens Kristian Villadsen
43d50a0c71 Extract IG loading (#426) 2022-09-13 18:54:14 +02:00
Jens Kristian Villadsen
d660d5f76d Feat/restructuring (#422)
* Did restructuring and made repo validation interceptor an optional bean instead as it makes it more clean

* Moved construction of FHIR servlet into a bean for better reuse of others that would like to depend directly on this library

* Disabled default validation enabled
2022-09-10 21:14:01 +02:00
Patrick Werner
c5e460dab0 added appProperties.getInline_resource_storage_below_size() (#420)
* added appProperties.getInline_resource_storage_below_size()

* indentations
2022-09-03 20:04:59 +02:00
chgl
bdc621e535 updated helm chart to use version 6.1.0 of the image 2022-08-28 20:10:59 +02:00
chgl
4790c4372f Don't run maven CI on changes to the helm chart 2022-08-25 21:18:17 +02:00
chgl
68e64f2f33 Minor Helm chart dependency updates and security improvements 2022-08-25 21:18:17 +02:00
Mark Iantorno
001bc9c57a Merge pull request #415 from chgl/updated-to-hapi-6.1.0
Updated to hapi 6.1.0
2022-08-23 11:42:46 -04:00
Patrick Werner
ac5364c786 Merge pull request #413 from hapifhir/jkiddo-patch-1
Better support for ARM
2022-08-23 09:53:31 +02:00
chgl
d059954c5f Updated hapi-fhir to 6.1.0 2022-08-22 18:23:36 +02:00
chgl
956cfb171d Updated Otel Java agent to 1.17.0 2022-08-22 18:15:34 +02:00
Jens Kristian Villadsen
ee74116e6b Better support for ARM
java17 regular doesn't have ARM, java17-debian11 does
2022-08-18 21:05:36 +02:00
Kevin Dougan SmileCDR
4978f32e32 Merge pull request #411 from chgl/patch-1
updated opentelemetry-java-instrumentation JAR to 1.16.0
2022-08-15 07:57:39 -04:00
chgl
1753272122 updated opentelemetry-java-instrumentation JAR to 1.16.0 2022-08-15 01:20:49 +02:00
Kevin Dougan SmileCDR
427a1473e9 Merge pull request #410 from amuslim-fn/master
Inclusion of bulk data instrumentation
2022-08-10 13:35:47 -04:00
Arbaaz Muslim
c617f4e395 bulk data instrumentation turned off by default 2022-08-09 16:48:22 -07:00
Arbaaz Muslim
d148f458e0 bulk data instrumentation included 2022-08-09 16:31:49 -07:00
Kevin Dougan SmileCDR
5c102f76fc Merge pull request #400 from chgl/fixed-tomcat-wrong-war-dir
fixed directory of the .war in tomcat-based image
2022-07-12 08:06:08 -04:00
chgl
c9dd6054fa fixed directory of the .war in tomcat-based image 2022-07-08 00:21:15 +02:00
Mark Iantorno
014dd149b6 Merge pull request #398 from hapifhir/oss_publishing_update
changes to pom.xml to enable publishing
2022-07-05 14:44:12 -04:00
markiantorno
6ad29890f0 changes to pom.xml to enable publishing 2022-07-05 14:27:05 -04:00
chgl
cd8b06b263 Added OpenTelemetry Java Agent JAR to container image (#391)
Closes #387
2022-07-04 19:44:20 +02:00
Patrick Werner
8a5d2f8aa5 Merge pull request #397 from hapifhir/patrick-werner-remove-config-duplicate
removed wrong and duplicated config entry
2022-07-04 14:57:31 +02:00
Patrick Werner
bea4d471aa removed wrong and duplicated config entry
`daoconfig_client_id_strategy`does not resolve and is a duplicate of `client_id_strategy`
2022-07-04 14:54:49 +02:00
Patrick Werner
82d1b357f7 Merge pull request #396 from hapifhir/patrick-werner-fix-h2
Applying fix from upstream for h2 Binaries
2022-07-04 14:48:39 +02:00
Patrick Werner
d6b5bc3cd2 Applying fix from upstream for h2 Binaries
This issue is already fixed upstream. Can be removed with next hapi version upgrade.
https://github.com/hapifhir/hapi-fhir/pull/3676
2022-07-04 14:46:15 +02:00
Kevin Dougan SmileCDR
aa5606158a Merge pull request #386 from ehealth-co-id/fix-binary
add BinaryAccessProvider to BaseJpaRestfulServer when binary_storage_enabled is true
2022-06-27 10:25:08 -04:00
Ibrohim Kholilul Islam
a026b1f390 Update src/main/java/ca/uhn/fhir/jpa/starter/BaseJpaRestfulServer.java
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
2022-06-23 12:00:55 +07:00
Ibrohim Kholilul Islam
41ba07a5e5 add BinaryAccessProvider to BaseJpaRestfulServer 2022-06-17 18:15:58 +00:00
chgl
67caa88e06 updated helm chart to use latest v6.0.1 version of the image (#382)
* updated helm chart to use latest v6.0.1 version of the image

* updated workflow to run against multiple k8s versions
2022-06-04 14:24:28 +02:00
Mark Iantorno
2daf365bdf Merge pull request #376 from hapifhir/smoke_tests
Smoke tests
2022-05-29 09:28:43 -04:00
Mark Iantorno
73d7ee1857 bumping to non-snapshot version (#377) 2022-05-26 21:00:07 +02:00
Mark Iantorno
e9ff226750 Update src/test/smoketest/SMOKE_TEST.md
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2022-05-25 12:55:41 -04:00
Mark Iantorno
788015f467 Update src/test/smoketest/SMOKE_TEST.md
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2022-05-25 12:55:22 -04:00
Mark Iantorno
b71880e39e Update src/test/smoketest/SMOKE_TEST.md
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2022-05-25 12:55:16 -04:00
markiantorno
8d6247bfe8 wip 2022-05-24 19:20:13 -04:00
markiantorno
067c7f16c4 adding base documentation 2022-05-24 19:18:07 -04:00
markiantorno
9882a1cd58 adding smoke test files 2022-05-24 17:37:45 -04:00
Tadgh
d660dc1370 Re-add valueset operation provider 2022-05-21 10:31:49 -07:00
Tadgh
f39393ca97 Disable lucene by default 2022-05-21 10:10:20 -07:00
Tadgh
4dacf6ae90 Re-add valuesetoperation provider 2022-05-21 09:54:50 -07:00
Tadgh
8ac32ddf7f Merge pull request #373 from hapifhir/20200520-test-failure
fix build
2022-05-20 12:28:39 -07:00
Ken Stevens
e5b0fc7216 fix build 2022-05-20 15:24:17 -04:00