Commit Graph

3302 Commits

Author SHA1 Message Date
dotasek fad3e34e04
Merge branch 'master' into normalized-java-home-tests 2021-12-06 15:10:11 -05:00
dotasek 4a76ca073e
Update RELEASE_NOTES.md 2021-12-06 15:09:06 -05:00
markiantorno 5d416f7602 Updating version to: 5.6.7-SNAPSHOT and incrementing test cases dependency. 2021-12-06 19:46:52 +00:00
markiantorno 9bb4807c92 Release: v5.6.6
* Removing unused dependency as it is causing downstream errors in HAPI builds
***NO_CI***
2021-12-06 19:21:58 +00:00
markiantorno 52b31aa0c2 Merge branch 'master' of github.com:hapifhir/org.hl7.fhir.core 2021-12-06 14:02:21 -05:00
markiantorno 6e95c3abe5 Removing unused HTTP dep 2021-12-06 14:01:51 -05:00
markiantorno 8d873be2a3 Updating version to: 5.6.6-SNAPSHOT and incrementing test cases dependency. 2021-12-06 18:41:00 +00:00
markiantorno 113a89b13b Release: v5.6.5
* Removing IJ annotations
***NO_CI***
2021-12-06 18:13:58 +00:00
dotasek 72eef08cd4 Fix JAVA_HOME tests with trailing slashes 2021-12-06 13:10:42 -05:00
Mark Iantorno a4a3673784
Update RELEASE_NOTES.md 2021-12-06 12:56:49 -05:00
markiantorno 444c8951c6 removing jetbrains annotations 2021-12-06 12:54:40 -05:00
markiantorno ac8f2b6ba9 Updating version to: 5.6.5-SNAPSHOT and incrementing test cases dependency. 2021-12-03 06:14:31 +00:00
markiantorno aef3f6fffe Release: v5.6.4
* Add usesExtension to ToolingExtensions
***NO_CI***
2021-12-03 05:47:37 +00:00
Grahame Grieve 3f967a4bca
Merge pull request #682 from hapifhir/gg-202112-uses-extensions
set up release
2021-12-03 16:07:38 +11:00
Grahame Grieve 00f3dfc4b9 set up release 2021-12-03 15:25:54 +11:00
Mark Iantorno d77574fd74 Updating test case dependency to v1.1.79
***NO_CI***
2021-12-03 03:31:39 +00:00
Grahame Grieve a090ea15fe
Merge pull request #681 from hapifhir/gg-202112-q-validation
Gg 202112 q validation
2021-12-03 07:50:47 +11:00
Grahame Grieve d303dba48d fix problem resolving nested contained value sets in QuestionnaireResponses + fix NPE rendering questionnaire + fix bug validating profile on resource at root of Bundle 2021-12-03 06:51:23 +11:00
markiantorno 71b7409210 Updating version to: 5.6.4-SNAPSHOT and incrementing test cases dependency. 2021-12-02 19:49:44 +00:00
markiantorno 9a5b721220 Release: v5.6.3
* more work on date time test cases
* fix date/time rendering test
* fix bug in code system handling (NPE) + add support for json test cas…
* extend policy advisor to control terminology validation + hack fixes
* fix up SHC parsing problem
* improvements to code system rendering + fix date/time rendering tests

***NO_CI***
2021-12-02 19:23:28 +00:00
dotasek 7c630b6680 Updating version to: 5.6.3-SNAPSHOT 2021-12-02 13:11:27 -05:00
markiantorno f0f49b890d Release: v5.6.2
* more work on date time test cases
* fix date/time rendering test
* fix bug in code system handling (NPE) + add support for json test cas…
* extend policy advisor to control terminology validation + hack fixes
* fix up SHC parsing problem
* improvements to code system rendering + fix date/time rendering tests

***NO_CI***
2021-12-02 16:52:05 +00:00
Mark Iantorno 9d0d69605d
Update RELEASE_NOTES.md 2021-12-02 11:35:02 -05:00
Grahame Grieve 4babbd9724 clean up test logging 2021-12-01 08:06:31 +11:00
Grahame Grieve 13073a189d
Merge pull request #679 from hapifhir/gg-202111-r4B-related
Gg 202111 r4 b related
2021-12-01 05:25:56 +11:00
Grahame Grieve 5b99283a52 more work on date time test cases 2021-11-30 18:05:18 +11:00
Grahame Grieve c94cf32a8e try test again 2021-11-30 17:52:13 +11:00
Grahame Grieve 521343d777 fix date/time rendering test 2021-11-30 17:35:07 +11:00
Grahame Grieve b4597687b8 fix bug in code system handling (NPE) + add support for json test cases in fhirpath tests + fix error validating references in bundles 2021-11-30 15:37:12 +11:00
Grahame Grieve 7f5a1d95cc extend policy advisor to control terminology validation + hack fixes for problems in R4B 2021-11-30 10:57:56 +11:00
Grahame Grieve 93d266b363 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-11-29 16:11:23 +11:00
Grahame Grieve 96b5bce878 fix up SHC parsing problem 2021-11-29 16:11:13 +11:00
Grahame Grieve 6a735d4319 improvements to code system rendering + fix date/time rendering tests 2021-11-29 16:10:58 +11:00
Grahame Grieve 162cf6f049 fix package type 2021-11-29 16:08:49 +11:00
markiantorno 79a6b81e10 Updating version to: 5.6.2-SNAPSHOT and incrementing test cases dependency. 2021-11-26 15:21:24 +00:00
markiantorno 9717d321b4 Release: v5.6.1
* Validation process now has the option to control level of validation on both references and contained resources,
through the addition of two new interfaces, this is reflected in the new fields I added in fire test cases
(see https://github.com/FHIR/fhir-test-cases/pull/101)
* Improve output for describeSize Utility unit tests.
* Fix logging of requests for dstu3
***NO_CI***
2021-11-26 14:55:52 +00:00
Mark Iantorno 4d0692ff61
Validate contains (#669)
* wip

* first go at this, still some failing tests

* post-pairing with Grahame

* wip

* failing test cases

* fixed InstanceValidator to respect new validation options for both references and contained resources

* removed dead code

* put copyright back in BaseValidator

* wip
2021-11-25 15:52:29 -05:00
dotasek 0353896866
Create bidi-checker.yml 2021-11-24 16:39:41 -05:00
dotasek 4d0b2bdd7b
Merge pull request #673 from hapifhir/size-test-output
Add additional output for size tests
2021-11-24 16:13:47 -05:00
dotasek 1ca27996f4
Merge branch 'master' into size-test-output 2021-11-24 15:36:52 -05:00
dotasek 3de30b04bd
Merge pull request #674 from hapifhir/otasek-dstu3-request-logging
Add dstu3 request logging
2021-11-24 15:35:51 -05:00
dotasek d374758f49 Refactor FhirReqestBuilderTests 2021-11-24 13:29:33 -05:00
dotasek 5a0a384bbb
Update RELEASE_NOTES.md 2021-11-24 13:12:06 -05:00
dotasek e93b575021
Update RELEASE_NOTES.md 2021-11-24 12:24:57 -05:00
dotasek acac125e31 Add logging tests for dstu3 FhirRequestBuilder 2021-11-24 11:33:19 -05:00
dotasek e997f7bb08 Add request logging for dstu3 FhirRequestBuilder 2021-11-23 14:09:42 -05:00
dotasek 8adf461ef2 Add TODO 2021-11-23 09:53:51 -05:00
dotasek 0e42de50f7 Add additional output for size tests 2021-11-23 09:45:51 -05:00
markiantorno 1ac0e90c07 Updating version to: 5.6.1-SNAPSHOT and incrementing test cases dependency. 2021-11-22 21:58:23 +00:00
markiantorno 54fcb8dcab Release: v5.6.0
Validator:
* no changes

Other code changes
* Bumping version to reflect current HAPI version
* fix bug in renderer rendering R3 resources

***NO_CI***
2021-11-22 21:32:27 +00:00