Commit Graph

5618 Commits

Author SHA1 Message Date
dotasek 85c215229d
Bump code to trigger master pipeline 2023-06-07 14:12:25 -04:00
dotasek 2a35adf5d0
Update trivy.yml 2023-06-07 13:55:24 -04:00
dotasek f05345774d
Trivy vulnerability scan (#1293)
* Create trivy.yml

* Update trivy.yml

* Change scanning config
2023-06-07 13:52:14 -04:00
markiantorno 619703dbf8 Updating version to: 6.0.14-SNAPSHOT and incrementing test cases dependency. 2023-06-07 13:14:17 +00:00
markiantorno b704ea50fc Release: v6.0.13
## Validator Changes

* no changes

## Other code changes

* add clear() to JsonObject
***NO_CI***
2023-06-07 12:48:04 +00:00
Grahame Grieve 9b9e50e0be release notes 2023-06-07 14:08:22 +02:00
Grahame Grieve bfdb28b96e add JsonObject.clear() 2023-06-07 13:57:56 +02:00
markiantorno a605d944bc Updating version to: 6.0.13-SNAPSHOT and incrementing test cases dependency. 2023-06-06 21:27:18 +00:00
markiantorno 8edd61a197 Release: v6.0.12
## Validator Changes

* Improve message when there's multiple display options

## Other code changes

* Fix loading issue with r5 extensions
* NPM package compression improvements
* Update language file handling to handle context
* Remove logical models in minifier, and other improvements
* Auto update minimum slicing cardinality when slicer is assumed (extensions)
***NO_CI***
2023-06-06 20:55:08 +00:00
dotasek 5ddecd1ef8
Bump test cases to release 1.3.9 (#1292)
* Bump test cases to release version

* Release notes.
2023-06-06 15:38:11 -04:00
Mark Iantorno 8924aecf38 Updating test case dependency to v1.3.9
***NO_CI***
2023-06-06 19:15:16 +00:00
dotasek b4a34e0bc0 Fix broken test 2023-06-05 18:19:50 -04:00
Grahame Grieve a4f54f519f
Merge pull request #1290 from hapifhir/gg-202206-cardinality-fixes
Gg 202206 cardinality fixes
2023-06-05 23:26:13 +02:00
dotasek a8051d6c45 Rename to ValidationEngineTask 2023-06-05 17:06:10 -04:00
dotasek 19d557788c Add help text for each visible task 2023-06-05 16:39:45 -04:00
Grahame Grieve 33d60c2496 clean up display error messages 2023-06-05 21:17:12 +02:00
Grahame Grieve 0bcb9d6196 make NPM packages slightly smaller 2023-06-05 21:17:02 +02:00
Grahame Grieve 01b4219259 update language file handling to handle context properly 2023-06-05 21:16:51 +02:00
Grahame Grieve fe7cd1f39a Clean up extension loading issue 2023-06-05 21:16:28 +02:00
Grahame Grieve fd346cc67b Auto update minimum slicing cardinality when slicer is assumed (extensions) 2023-06-05 21:16:14 +02:00
Grahame Grieve 1c4ef1fa00 Improve message when there's multiple display options 2023-06-05 21:15:31 +02:00
Grahame Grieve bf19a2d2fa Remove logical models in minifier, and other improvements 2023-06-05 21:14:56 +02:00
dotasek 88883fc5d8 Start implementing help options 2023-06-05 14:30:54 -04:00
dotasek 8eb8787053 Fix missing convert task 2023-06-05 13:51:41 -04:00
dotasek 7922a9947e Add Tests, TxTests, and Compare Tasks 2023-06-05 13:19:51 -04:00
dotasek 949a27f4e6 Tests + start refactor 2023-06-02 18:00:26 -04:00
markiantorno 72eee9cab7 Updating version to: 6.0.12-SNAPSHOT and incrementing test cases dependency. 2023-06-02 14:24:34 +00:00
markiantorno 44db954743 Release: v6.0.11
## Validator Changes

* no changes

## Other code changes

* Increment CQFramework dependency
***NO_CI***
2023-06-02 13:58:04 +00:00
dotasek ffbcf4db41
Update RELEASE_NOTES.md
***NO_CI***
2023-06-02 09:14:27 -04:00
dotasek 76e37a701d
Bump cqframework (#1285) 2023-06-01 14:23:23 -04:00
Grahame Grieve c31836e734 better error reporting when parsing fails outright 2023-06-01 06:58:46 +03:00
Grahame Grieve 7fcd30f1e7
Merge pull request #1284 from hapifhir/gg-202304-resource-dependency
add Resource Dependency walker + Resource Minifier functionality
2023-05-31 16:12:28 +03:00
Grahame Grieve d4d5b42aa1 add Resource Dependency walker + Resource Minifier functionality 2023-05-31 06:32:55 +03:00
markiantorno f238d1af14 Updating version to: 6.0.11-SNAPSHOT and incrementing test cases dependency. 2023-05-29 22:43:58 +00:00
markiantorno edd06865c7 Release: v6.0.10
## Validator Changes

* no changes

## Other code changes

* Delete unused package import that breaks downstream JavaDoc
***NO_CI***
2023-05-29 22:14:49 +00:00
dotasek 26a41a4048
Update RELEASE_NOTES.md
***NO_CI***
2023-05-29 16:58:48 -04:00
dotasek 6626fe1952
Remove unused dependency (#1283) 2023-05-29 16:57:20 -04:00
markiantorno 253357e5aa Updating version to: 6.0.10-SNAPSHOT and incrementing test cases dependency. 2023-05-29 13:44:41 +00:00
markiantorno 4014698c7d Release: v6.0.9
## Validator Changes

* Add support for "Obligation Profiles" (see https://chat.fhir.org/#narrow/stream/179177-conformance/topic/Proposed.20new.20Profile.20features)
* Adjust slice min/max checking to ignore type slices (rules are different in this case)
* Properly handle validating mime/type when terminology server is not available

## Other code changes

* Rework Pipelines - more stability and quicker
* Fix bug where elementmodel.Element.copy() didn't clone children. Users of the Element Model (not the normal model) should check all uses of copy. (Only known users are Validator + IG publisher)
* Add nimbus & ZXing to core library dependencies for forthcoming improved SHC/SHL support
***NO_CI***
2023-05-29 13:18:12 +00:00
Grahame Grieve cfc7cc6b00 Merge remote-tracking branch 'origin/master' 2023-05-29 09:00:10 +03:00
Grahame Grieve ea84271d84 release new test cases 2023-05-29 08:58:52 +03:00
Mark Iantorno 77ff6a882e Updating test case dependency to v1.3.8
***NO_CI***
2023-05-29 05:36:58 +00:00
Grahame Grieve 8c7a5bf724 fix bug checking slice min/max 2023-05-29 03:38:48 +03:00
Grahame Grieve f04d8fc5a3
Merge pull request #1281 from hapifhir/gg-202304-obligation-profiles
Gg 202304 obligation profiles
2023-05-29 03:16:31 +03:00
Grahame Grieve fe474b1ad2 properly handle... 2023-05-29 01:13:45 +03:00
Grahame Grieve cba782fcb3 Properly handle case where terminology server is not available 2023-05-29 01:13:30 +03:00
Grahame Grieve 783a8cf28b Support for Obligation Profiles 2023-05-29 01:12:46 +03:00
Grahame Grieve ece4a44ff2 Merge remote-tracking branch 'origin/master' 2023-05-28 15:50:39 +03:00
Grahame Grieve 6ddb7cdb28
Merge pull request #1279 from CEOsys/master
copy Element children to prevent value modification when validating
2023-05-28 15:48:14 +03:00
Gregor Lichtner 6da141e216
Merge branch 'hapifhir:master' into master 2023-05-26 15:44:40 +02:00