Commit Graph

8696 Commits

Author SHA1 Message Date
Tadgh 49debec36a Fix problem with null conditionals 2021-09-14 10:48:56 -04:00
juan.marchionatto bd456dfff2 Enhance test by adding operations use cases. Improve test data with more version differentiators. 2021-09-14 10:00:15 -04:00
juan.marchionatto 8288d12e97 Obtain current CodeSystem from null-pointed ForcedId, as done for ValueSet 2021-09-14 09:58:32 -04:00
Tadgh 9d982c5e08
Merge branch 'master' into conditional-bug 2021-09-14 08:51:58 -04:00
Tadgh 0a9d5344e3 remove more NPE, fix old test 2021-09-14 02:10:34 -04:00
Tadgh fb8def21ae remove potential NPE 2021-09-14 02:08:42 -04:00
Tadgh 75a16f3b13 Add docs and changelog 2021-09-14 01:54:59 -04:00
Tadgh 3d24a4ce16 Refactor to support arbitrary additional SPs based on Type for a compartment 2021-09-14 01:02:19 -04:00
Tadgh fcf8c434f5 jdk 2021-09-13 21:41:52 -04:00
Tadgh b58d63dc7c Remove usage of 16 2021-09-13 21:34:14 -04:00
Tadgh 1ca313f8ad lower logging 2021-09-13 21:27:05 -04:00
Tadgh b4e2679872 Remove jetbrains 2021-09-13 21:15:23 -04:00
Tadgh b2f881cb76 java 16 2021-09-13 21:09:48 -04:00
Tadgh a0cd83398b Bump test java to 16 2021-09-13 20:52:14 -04:00
Tadgh b2d6f75964
Merge pull request #2982 from hapifhir/2958-consistent-error-handling
2958 Fix for consistent error handling
2021-09-13 20:48:54 -04:00
Tadgh 3ccadd636e
Merge branch 'master' into 2958-consistent-error-handling 2021-09-13 19:38:57 -04:00
jamesagnew 67cf058318 Add changelog 2021-09-13 19:29:49 -04:00
Justin Dar 876768718d Remove log 2021-09-13 11:29:36 -07:00
Justin Dar 3ca73f1067 Merge remote-tracking branch 'origin/2958-consistent-error-handling' into 2958-consistent-error-handling 2021-09-13 11:26:39 -07:00
Justin Dar 46936e1704 Fixed code formatting and better way of fixing issue 2021-09-13 11:26:21 -07:00
Tadgh 4aa1329e11 Fix up changelog 2021-09-13 13:13:28 -04:00
Tadgh 5f86370c98 Merge branch 'master' into conditional-bug 2021-09-13 13:04:10 -04:00
Tadgh 59c8765e6a Add implementation to validate conditional URLs post-transaction 2021-09-13 13:03:44 -04:00
Ken Stevens eee7d7e455
code cleanup (#2986)
* failed attempt to get it to work

* Use simplified FhirContext.forCached methods

* Update hapi-fhir-base/src/main/java/ca/uhn/fhir/context/FhirContext.java

Co-authored-by: James Agnew <jamesagnew@gmail.com>

Co-authored-by: James Agnew <jamesagnew@gmail.com>
2021-09-13 03:09:18 +00:00
James Agnew 5554431146
Avoid dead SearchParameter links in CapabilityStatement (#2790)
* Avoid dead SearchParameter links in CapabilityStatement

* Resolve fixmes

* Build fix

* Test fix

* Test fix

* Test fix

* Work on metadata

* Fixes

* Test fixes

* Test fix

* Test fix

* Test fixes

* Test fix

* Work on test fixes

* Test fixes

* Test fixes

* Test fixes

* Test fix

* Fix params

* Resolve fixme

* Adjust changelogs

* Version bump to 5.6.0-PRE7

* Add license header

* Bump version to 5.6.0-PRE5-SNAPSHOT
2021-09-11 18:27:18 -04:00
Tadgh 94f157a4ac Start refactoring of basetransactionprocessor 2021-09-11 15:13:05 -04:00
Tadgh b224463d35 add broken test 2021-09-10 22:46:35 -04:00
jdar8 a02a9e0254
Merge branch 'master' into 2958-consistent-error-handling 2021-09-10 17:02:31 -07:00
Justin Dar 2163e6e548 Fixed error that previous fix caused 2021-09-10 12:36:11 -07:00
Tadgh a9dbf478ac
Merge pull request #2981 from hapifhir/2975-attribution
Add attribution for #2975
2021-09-10 14:21:49 -04:00
Justin Dar 77845d66f7 Improved code formatting 2021-09-10 10:54:33 -07:00
Tadgh 86ab77446e
Merge branch 'master' into 2975-attribution 2021-09-10 13:05:38 -04:00
Tadgh 9f778a5b82 Add attribution in the pom 2021-09-10 13:05:03 -04:00
Tadgh 98b93b72fb
Merge pull request #2980 from hapifhir/2973-CLI_option_help_fails
[2973] fix "help {command}"
2021-09-10 13:03:49 -04:00
katie_smilecdr ab3af7af2a Merge branch 'master' into 2973-CLI_option_help_fails 2021-09-10 11:54:37 -04:00
juan.marchionatto 5b6ac3e6d6 Refactor to eliminate duplication 2021-09-10 11:22:04 -04:00
Tadgh 3e55f47a03
Merge pull request #2976 from bratwurzt/issue_2975
Empty/null username and password in ElasticsearchHibernatePropertiesBuilder throws exception, multiple hosts not possible
2021-09-10 10:55:05 -04:00
Tadgh 30834d13ad Add attribution. 2021-09-10 10:28:54 -04:00
Dušan Markovič d6d862015b Address concerns in review for issue 2975 2021-09-10 15:46:27 +02:00
katie_smilecdr 1af7ed6223 [2973] update changelog 2021-09-10 09:40:35 -04:00
juan.marchionatto d7fde3f984 Simplify implementation. Add tests. 2021-09-10 09:32:47 -04:00
Dušan Markovič cfc0c7e6b3 Add test for validation of multiple hosts in ElasticsearchHibernatePropertiesBuilder 2021-09-10 11:44:15 +02:00
Dušan Markovič 032a9155f0 Merge branch 'master' of https://github.com/hapifhir/hapi-fhir into issue_2975 2021-09-10 09:11:06 +02:00
Justin Dar 836948010f Fixes issue (#2958) where Procedure?patient caused inconsistent results and ensured that such requests gave http 400 2021-09-09 16:10:09 -07:00
Dušan Markovič ed325e9e11 Enable multiple hosts in ElasticsearchHibernatePropertiesBuilder 2021-09-10 00:14:21 +02:00
katie_smilecdr e6be758d65 Merge branch 'master' into 2973-CLI_option_help_fails 2021-09-09 17:15:20 -04:00
katie_smilecdr 10f0b0877c [2973] fix "help {command}" 2021-09-09 17:14:51 -04:00
Tadgh 9a1d9d091c
Merge pull request #2978 from hapifhir/fix-batch-pool-breaking
Fix bundle batch pool bug when identical tags are present.
2021-09-09 13:51:59 -04:00
Tadgh a4ba65a9fd Don't wrap known errors 2021-09-09 12:27:34 -04:00
Tadgh d5f3b5db18 Merge branch 'master' into fix-batch-pool-breaking 2021-09-09 11:28:44 -04:00