Commit Graph

684 Commits

Author SHA1 Message Date
dotasek
d2b421a58b Merge pull request #594 from hapifhir/jkiddo-patch-1
Update application.yaml
2023-10-13 15:25:19 -04:00
dotasek
55d997301e Merge pull request #597 from hapifhir/do-20231011-6_8_x
Bump HAPI version to 6.8.3
2023-10-12 11:41:44 -04:00
dotasek
252219d6c7 Bump HAPI version to 6.8.3 2023-10-11 13:31:01 -04:00
Kevin Dougan SmileCDR
7cad4f3d5d Merge pull request #593 from jkiddo/master
Fixing null beans
2023-10-11 11:53:32 -04:00
Jens Kristian Villadsen
5dade564f1 Update application.yaml 2023-10-11 12:09:04 +02:00
Jens Kristian Villadsen
aeabf621e8 Merge branch 'master' of github.com:jkiddo/hapi-fhir-jpaserver-starter 2023-10-10 23:11:48 +02:00
Jens Kristian Villadsen
2307413a45 Fixing null beans as mentioned on https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/591 2023-10-10 23:09:04 +02:00
James Agnew
f93ea20992 Merge pull request #581 from Thopap/master
Fix #580 Build artifact contain certain unused (but declared) dependencies
2023-10-02 16:35:13 -04:00
Kevin Dougan SmileCDR
bfa85ceec9 Merge pull request #582 from HussamNujaim/master
Fixing some typos in README.md
2023-09-05 08:06:19 -04:00
Husam Nujaim
0255d373cb Merge pull request #1 from HussamNujaim/typos-readme
Fixing some typos in README.md
2023-09-03 01:15:59 +02:00
Husam Nujaim
63c4825d56 Fixing some typos in README.md 2023-09-03 01:15:10 +02:00
Thomas Papke
39fba77e11 #580 Build artifact contain certain unused (but declared) dependencies 2023-08-31 11:27:19 +02:00
Jens Kristian Villadsen
37a9317355 Feature/using package installer spec (#577)
* Adjusting to HAPI core classes

* Added example as default

* Commented the example IG out again
2023-08-22 20:14:43 +02:00
Patrick Werner
d6e9abad8c Merge pull request #546 from trifork/feat/static-hosting-additions
Feat/static hosting additions
2023-08-22 10:40:32 +02:00
Patrick Werner
0252fa4856 Merge pull request #556 from trifork/feature/tester-configurable
Feature/tester configurable
2023-08-22 10:39:30 +02:00
dotasek
8b0623d393 Merge pull request #572 from hapifhir/do-20230731-bump-to-hapi-6-8-0
Bump to HAPI 6.8.0
2023-08-17 13:42:37 -04:00
dotasek
b88ffdada0 Fix breakages due to https://github.com/hapifhir/hapi-fhir/pull/5180 2023-08-17 13:02:02 -04:00
dotasek
69ff8c4d06 Bump to HAPI 6.8.0 2023-08-17 09:54:46 -04:00
dotasek
7265b115dd Leave comment in case of updates 2023-08-10 12:55:30 -04:00
dotasek
1907536d28 Fix one more failing IT config 2023-08-10 12:51:34 -04:00
dotasek
bdf593f151 Clean up code 2023-08-10 12:34:45 -04:00
Tadgh
f7853f5e19 Fix up test 2023-08-10 09:30:01 -07:00
dotasek
3c395e9dbe WIP try to expand default max_result_window 2023-08-10 12:08:57 -04:00
dotasek
bf7698bf0b Merge remote-tracking branch 'origin/master' into do-20230731-bump-to-hapi-6-8-0 2023-07-31 15:23:57 -04:00
dotasek
aafd4fa0d9 Switch to new ca.uhn.fhir.batch2.jobs.export to fix StarterJpaConfig 2023-07-31 14:43:58 -04:00
dotasek
e9f29af1aa Bump to hapi 6.8.0-SNAPSHOT 2023-07-31 14:34:47 -04:00
chgl
8ef50832d3 Updated helm chart with additional config settings (#566) 2023-07-21 16:26:10 +02:00
Patrick Werner
5bd43b29c9 Merge pull request #564 from winne42/feature/add_configuration_for_auto_version_references
#563 Add configuration for auto-versioning references
2023-07-18 14:34:42 +02:00
Gerlach, Winfried
98165e848f #563 fix indentation 2023-07-13 09:06:42 +02:00
Gerlach, Winfried
9d8fc4d2e5 #563 Add configuration for auto-versioning references 2023-07-12 18:08:04 +02:00
winne42
484aa9deb5 Boyscouting (#558)
* Boyscouting: Docker conventions

* Boyscouting: JUnit 5 conventions ("It is generally recommended to omit the public modifier for test classes, test methods, and lifecycle methods unless there is a technical reason for doing so)"

* Boyscouting: typo in RepositoryValidationInterceptorFactoryDstu3

* Boyscouting: use List.of instead of Guava; use StandardCharsets instead of Guava; remove unused imports

---------

Co-authored-by: Gerlach, Winfried <Winfried.Gerlach@draeger.com>
2023-07-11 23:53:18 +02:00
chgl
fdcd021e66 Updated helm chart and dockerfile dependencies (#540)
* Updated Helm chart to use hapi fhir image v6.6.0

* Updated maven base image due to openjdk deprecation

* Removed superfluous app/main.war in entrypoint

* Update curlimages/curl to 8.1.2
2023-06-25 23:59:09 +02:00
Jens Kristian Villadsen
b4232e7127 Merge branch 'hapifhir:master' into feature/tester-configurable 2023-06-25 23:56:30 +02:00
Jens Kristian Villadsen
776afdee56 no message 2023-06-25 23:55:48 +02:00
Jens Kristian Villadsen
0a91a2d23c Merge branch 'hapifhir:master' into feat/static-hosting-additions 2023-06-09 11:40:30 +02:00
Jens Kristian Villadsen
afaec85653 Addressing https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/486 and https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/485 2023-06-09 11:39:54 +02:00
jmarchionatto
a06c0b9ce4 Merge pull request #541 from hapifhir/501_fix_cr_enabled
Add fix to enable the CR module.
2023-05-31 08:48:29 -04:00
Chalma Maadaadi
2899060de0 Addressed comment to for cr_enabled flag. 2023-05-30 19:20:19 -04:00
Chalma Maadaadi
9e9c08bafe Add fix to enable the CR module. 2023-05-30 15:28:55 -04:00
dotasek
53a958ac66 Bump HAPI to release 6.6.0 (#539)
* Start tracking 6.5

* Use JpaStorageSettings and StorageSettings

* Bump parent pom version + add deps for jaxb

* Bump HAPI

* Fix Subscription/Topic resource creation

* fix subscription topic beans

* Change to rel_6_6 hapi-fhir SNAPSHOT

* Fix emailSender config

* Split method calls by line.

* Merge pull request #524 from hapifhir/do-20230509-smoke-test-ci

Create smoke-tests.yml

* Bump core to release 6.6.0

---------

Co-authored-by: Michael Buckley <michaelabuckley@gmail.com>
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
Co-authored-by: Ken Stevens <ken@smilecdr.com>
Co-authored-by: Mark Iantorno <markiantorno@gmail.com>
2023-05-29 20:33:45 +02:00
Mark Iantorno
eb65ec68cc Merge pull request #535 from hapifhir/do-20230519-use-docker-for-smoke-tests
Use docker for HTTP client
2023-05-23 07:33:20 -07:00
dotasek
a2cf95ae5e Restore reasonable sleep time 2023-05-19 16:35:48 -04:00
dotasek
8bf9dfd1cf Intentional failure 2023-05-19 16:31:42 -04:00
dotasek
9a18b23a26 Additional param for linux localhost 2023-05-19 16:26:23 -04:00
dotasek
f54088efab Sleep a little longer... 2023-05-19 16:17:54 -04:00
dotasek
8b7c35c9dc Try fixing TTY issue 2023-05-19 16:13:49 -04:00
dotasek
3eab2fcf9e Use docker for HTTP client 2023-05-19 16:06:11 -04:00
Mark Iantorno
b4ab7610ee Merge pull request #524 from hapifhir/do-20230509-smoke-test-ci
Create smoke-tests.yml
2023-05-17 11:09:11 -04:00
dotasek
ec64299976 Update smoke-tests.yml
Wait longer just in case

Maybe don't kill the jetty server?
2023-05-09 16:41:42 -04:00
dotasek
dbd6ff0edd Update smoke-tests.yml
Skip maven tests
Wait longer for server
2023-05-09 16:34:55 -04:00