jvi
4025295261
Bumped version to 5.5.0 - still gotta talk with the SmileCDR folks
2021-08-25 16:55:18 +02:00
Levi
f33719ff25
Affected Issue(s): Fix failing test
...
What this commit has achieved:
1. Revert formatting of imports and config properties declaration
2021-08-25 16:46:18 +02:00
Levi
c83e196f96
Affected Issue(s): Fix failing test
...
What this commit has achieved:
1. Fixed failing tests in `ExampleServerR4IT` due to:
```
org.awaitility.core.ConditionTimeoutException: Condition with ca.uhn.fhir.jpa.starter.ExampleServerR4IT was not fulfilled within 10 seconds.
```
default await time from Awaitility is 10 seconds
2. Added entries in `.gitignore` related to STS IDE
2021-08-25 16:46:18 +02:00
Jens Kristian Villadsen
e0c1258083
Update README.md
2021-08-16 21:13:53 +02:00
Jens Kristian Villadsen
ae2f9c4a42
Merge pull request #257 from hapifhir/jkiddo-patch-1
...
Update pom.xml
2021-07-16 13:57:12 +02:00
Jens Kristian Villadsen
83908242a5
Update pom.xml
...
Version bumps
2021-07-16 13:48:06 +02:00
Jens Kristian Villadsen
4079047d1e
Merge pull request #255 from hapifhir/bugfix/mdm-fix
...
Bugfix/mdm fix
2021-06-30 10:50:02 +02:00
jkv
16f5f13ce1
Version bump of spring boot
2021-06-27 20:32:31 +02:00
jkv
2b3ed04703
Made MDM loading work properly
2021-06-27 19:21:53 +02:00
jkv
7387d131b9
Hacked MDM startup configuration
2021-06-27 12:25:48 +02:00
Jens Kristian Villadsen
6c826b77ed
Update BaseJpaRestfulServer.java
...
ups
2021-06-24 14:59:32 +02:00
Patrick Werner
538bf6b707
Merge pull request #254 from hapifhir/feature/install_transitive_dependencies
...
Added option for installing transitive IG's - default is true
2021-06-24 13:01:33 +02:00
jvi
1d82c9cd40
Added option for installing transitive IG's - default is true
2021-06-24 11:14:30 +02:00
James Agnew
131cb12111
Merge pull request #243 from mail4taz/patch-mysql-persistent-storage
...
mysql docker setup patch
2021-06-15 08:42:43 -04:00
Jens Kristian Villadsen
9a1e333a2b
Merge pull request #244 from luisberga/cache-readme
...
Changing cached search results time
2021-06-08 19:19:37 +02:00
Patrick Werner
aa5297d131
removed empty line
2021-06-08 12:56:59 +02:00
Jens Kristian Villadsen
8c99382e9f
Merge pull request #228 from chgl/add-helm-chart
...
Added Helm chart for installing the server on Kubernetes
2021-06-07 11:51:35 +02:00
James Agnew
655ccb3a58
Merge pull request #249 from hapifhir/revert-248-snakeyaml-dependency
...
Revert "Adding dependency to snakeyaml"
2021-06-06 09:15:14 -04:00
James Agnew
55b001cda0
Revert "Adding dependency to snakeyaml"
2021-06-06 09:15:05 -04:00
James Agnew
9ecee73fc4
Merge pull request #248 from lantanagroup/snakeyaml-dependency
...
Adding dependency to snakeyaml
2021-06-06 09:07:57 -04:00
Sean McIlvenna
4bba0778bd
Adding dependency to snakeyaml
2021-06-05 15:47:00 -07:00
Sean McIlvenna
0cc6d447fe
Updating README to include information about adding custom operations
2021-06-04 15:13:09 -07:00
Jens Kristian Villadsen
2467c902bd
Merge pull request #242 from jschneid-nmdp/add-classes-jar-artifact
...
add <attachClasses>true</attachClasses> to maven-war-plugin configuration
2021-06-02 18:14:11 +02:00
Sean McIlvenna
7b97ed78eb
Merge branch 'master' of ssh://github.com/hapifhir/hapi-fhir-jpaserver-starter
2021-05-27 14:07:12 -07:00
Sean McIlvenna
a150aeb4d2
Adding logging related to CORS configuration
...
Removing unused `allow_placeholder_references` property that causes confusion with `auto_create_placeholder_references`
Improving `.dockerignore` so that it ignores specific target files/directories that are generated by MVN/java, but not the .war file (so that compiled .war files can be easily turned into a docker image)
2021-05-27 14:07:05 -07:00
saolberg
36916b71ad
cached time readme
2021-05-27 16:27:38 -03:00
saolberg
f44a6feb44
default schema
2021-05-27 16:14:03 -03:00
saolberg
d06c727984
cache time removed
2021-05-26 22:57:38 -03:00
Octavian Ianculescu
f52041b8c6
Mysql docker setup - forcing mysql identifiers (database, table, triggers) naming to lowercase and name comparison to caseinsensitive, so hibernate queries can work even when referencing upper cased table names
2021-05-26 21:06:37 +03:00
Joel Schneider
762c9db892
add <attachClasses>true</attachClasses> to maven-war-plugin configuration
2021-05-25 23:13:13 -05:00
saolberg
facb3fab08
postgres included
2021-05-25 23:26:28 -03:00
James Agnew
af6208c1f1
Merge pull request #240 from sidharthramesh/patch-1
...
Corrected subscription environment variables
2021-05-23 17:02:35 -04:00
Sidharth Ramesh
3548260276
Corrected subscription environment variables
...
According to the default application.yaml, it's `hapi.fhir.subscription.resthook_enabled` (with the underscore). I've tested this with the latest docker container and it works. Setting `hapi.fhir.subscription.resthook.enabled=true` does not enable subscriptions. I spent a lot of time breaking my head over this simple variable name. Hopefully, this will help someone.
2021-05-23 21:41:45 +05:30
Jens Kristian Villadsen
c50ffe90cd
Merge pull request #238 from ZuSe/fix/add-dep-snakeyaml
...
Add snakeyaml to dependencies
2021-05-22 15:43:24 +02:00
ppalacin
787a1b8d0f
Add snakeyaml to dependencies
2021-05-21 15:31:32 +02:00
James Agnew
28c9189375
Merge pull request #236 from chgl/fix-yaml-indentation-error
...
Fixed indentation error in application.yaml
2021-05-20 11:23:26 -04:00
chgl
ffed39d1bd
Fixed indentation error in application.yaml
2021-05-20 13:52:56 +02:00
jamesagnew
ea335fdbb5
Merge branch 'master' of github.com:hapifhir/hapi-fhir-jpaserver-starter
2021-05-19 09:04:01 -04:00
jamesagnew
b14d575ddb
Fix compile errors
2021-05-19 09:03:31 -04:00
jamesagnew
fe54a8dfc9
Fix compile error
2021-05-19 08:51:26 -04:00
James Agnew
a7fa1caea0
Merge pull request #220 from hapifhir/rel_5_4_0
...
Release 5.4.0
2021-05-19 08:50:33 -04:00
jamesagnew
44e6c65d08
Merge branch 'master' into rel_5_4_0
2021-05-19 08:47:50 -04:00
jamesagnew
415f2461e8
Compile fixes
2021-05-19 08:45:03 -04:00
James Agnew
9760e586b6
Merge pull request #233 from JavaImpala/mysql
...
fixed property naming in readme
2021-05-02 17:31:45 -04:00
JavaImpala
90def78722
fixed property naming in readme
2021-05-02 23:22:29 +02:00
James Agnew
3207fd69aa
Merge pull request #231 from JavaImpala/mysql
...
readme suggestion
2021-04-28 14:44:42 -04:00
tor003
8672904486
readme suggestion
2021-04-28 20:17:47 +02:00
chgl
f26f7d3c08
added Helm chart for HAPI FHIR server
2021-04-24 00:29:03 +02:00
James Agnew
1c54375e59
Merge pull request #225 from lantanagroup/cleanup-config
...
Config cleanup/consitency
2021-04-14 15:00:21 -04:00
Sean McIlvenna
ae1ada1578
Making comments in config consistent. Reorganizing a bit to be a little cleaner. Adding client_id_strategy
2021-04-14 11:48:41 -07:00