Commit Graph

6294 Commits

Author SHA1 Message Date
markiantorno a09216c6e8 Release: v6.1.5
## Validator Changes

* no changes

## Other code changes

* Add baseUrl and version methods to r5 CanonicalType
***NO_CI***
2023-09-11 01:00:01 +00:00
dotasek ac11605dc2
Update RELEASE_NOTES.md
***NO_CI***
2023-09-10 16:17:19 -07:00
Grahame Grieve ef401d0fe8 canonical helper methods 2023-09-10 13:12:05 -07:00
markiantorno 30ed1bf615 Updating version to: 6.1.5-SNAPSHOT and incrementing test cases dependency. 2023-09-10 01:22:26 +00:00
markiantorno 1c24341056 Release: v6.1.4
## Validator Changes

* Fix bug preventing Best Practice invariants being reported on, and add -best-practice parameter
* Fix issue not validating bundles when there are multiple profiles on entry.resource
* Add Japanese translations

## Other code changes

* Fixes for minor bugs discovered testing the XIG
* fix package program data path
***NO_CI***
2023-09-10 00:51:54 +00:00
dotasek de1f9d7b4e Bump test cases to release
***NO_CI***
2023-09-09 17:22:30 -07:00
Grahame Grieve 7b4b19a498 Merge remote-tracking branch 'origin/master' 2023-09-10 09:31:11 +10:00
Grahame Grieve b803c31779 release notes 2023-09-10 09:31:03 +10:00
Grahame Grieve 82406cbdb2
Merge pull request #1432 from hosanai/master
add Japanese messages
2023-09-10 09:30:11 +10:00
Grahame Grieve eef084f4b3
Merge pull request #1427 from hapifhir/do-20230905-fix-system-cache-directory
Fix system cache directory
2023-09-10 09:29:57 +10:00
Grahame Grieve f45570b859 add package cache path to release notes 2023-09-10 09:28:25 +10:00
dotasek 52428d761f Better resolution of Windows path 2023-09-09 14:53:41 -07:00
dotasek 448eeafa30 Avoid root directory in first entry. 2023-09-09 08:47:12 -07:00
dotasek eb81b0abb4 Path fix for Windows 2023-09-09 07:57:09 -07:00
Grahame Grieve 3a6e6fe39a more xig related fixes 2023-09-08 13:03:51 +10:00
hosanai 4fedeb46c0
Merge branch 'hapifhir:master' into master 2023-09-08 11:32:00 +09:00
Hisashi Osanai b3e2fd5fda Remove CR (Carriage Return) 2023-09-08 11:27:10 +09:00
Grahame Grieve 493f2f51f2 more xig fixes 2023-09-08 12:15:52 +10:00
Grahame Grieve 71ff6a81db Another XIG fix 2023-09-08 10:22:13 +10:00
Grahame Grieve 84c28fd4f9 Merge remote-tracking branch 'origin/master' 2023-09-08 10:07:36 +10:00
Grahame Grieve f67596f25b fix for npe in xig 2023-09-08 10:07:06 +10:00
Grahame Grieve b876a37c67
Merge pull request #1433 from hapifhir/2023-09-gg-conceptmap-validation
2023 09 gg conceptmap validation
2023-09-08 09:57:43 +10:00
Grahame Grieve 307623fd05 Fix failing tests due to jvm difference 2023-09-08 09:00:05 +10:00
Grahame Grieve 6b38a730e9 SHC signature verification 2023-09-08 07:35:11 +10:00
Grahame Grieve ee6ec0e7d1 release notes 2023-09-08 04:25:27 +10:00
Grahame Grieve 304fa3f493 Adjust tests for best-practice flag 2023-09-08 04:21:14 +10:00
Grahame Grieve c610e7a8b5 Make Best Practice Recommendations work properly 2023-09-07 22:01:13 +10:00
Grahame Grieve a061db8f01 Fix issue not validating bundles when there are multiple profiles on entry.resource 2023-09-07 17:07:09 +10:00
Grahame Grieve 4e92a7759a fix bug overwriting source package on canonical resources 2023-09-07 17:06:24 +10:00
Grahame Grieve e081b27fd5 XIG convenience methods 2023-09-07 17:05:32 +10:00
Grahame Grieve c270f1761f Allow suppressing snapshot errors for XIG 2023-09-07 17:05:23 +10:00
Grahame Grieve 8bb908ef5c fix conversion issues that surfaced in xig 2023-09-07 17:04:23 +10:00
dotasek e9b1e63e04 Fix windows test
You continue to disappoint me, Windows.
2023-09-06 11:57:45 -04:00
Hisashi Osanai 33fc1fcdbe add Japanese messages 2023-09-07 00:44:13 +09:00
dotasek 430833616a Merge branch 'master' into do-20230905-fix-system-cache-directory 2023-09-06 09:26:05 -04:00
dotasek d0ec1544da Disable system mode test for Windows 2023-09-06 09:25:09 -04:00
markiantorno 980f04557c Updating version to: 6.1.4-SNAPSHOT and incrementing test cases dependency. 2023-09-06 08:22:50 +00:00
markiantorno 6d37127e63 Release: v6.1.3
## Validator Changes

* Test concept map code validity
* Rework type checking on target profiles to support imposesProfile
* Fix imposesProfile extension being missed on primary profile
* Add support for IPS-AU
* Fix warning/error message about experimental property on CodeSystems and ValueSets
* Fix unknown code message to include code system version
* Add provisional SHLinks validation

## Other code changes

* Render Requirements.reference
* Convert Requirements.reference between versions
* Fix test that breaks on local machines + Fix system path for FileSystemPackageCacheManager
* Update to cqframework 2.11 and remove unused common-beanutils declaration (#1419)
* Better xhtml logging for debugging
* Fix DF markdown engine to escape < properly
* Support for sub-packages in packagelist.json
* NPE proofing property handling for Code Systems
* rework the way intermediary content is handled in the validator
* Restore CodeQL regex queries (#1422) + Whitelist BSD 3-clause license
***NO_CI***
2023-09-06 06:12:07 +00:00
Grahame Grieve 59c42838c4 set up release 2023-09-06 15:02:53 +10:00
Grahame Grieve f1f45f91e1 fix npe 2023-09-06 11:14:56 +10:00
Grahame Grieve 273fb3a34a Merge remote-tracking branch 'origin/master' 2023-09-06 10:54:21 +10:00
Grahame Grieve 353468f58c release notes 2023-09-06 10:54:08 +10:00
Grahame Grieve 571aacc3b8
Merge pull request #1431 from hapifhir/2023-09-gg-conceptmap-validation
2023 09 gg conceptmap validation
2023-09-06 10:53:53 +10:00
Grahame Grieve b980eeddf2 Render Requirements.reference 2023-09-06 09:51:09 +10:00
Grahame Grieve 87f7984f8b test concept map code validity 2023-09-06 09:12:25 +10:00
Grahame Grieve cd2c221da3 #1428 convert Requirements.reference between versions 2023-09-06 09:10:48 +10:00
dotasek cf398fbbcd Fix test that breaks on local machines 2023-09-05 15:36:33 -04:00
dotasek 82813a88d2 Fix system path for FileSystemPackageCacheManager 2023-09-05 15:35:21 -04:00
Grahame Grieve 8d8e6e188e
Merge pull request #1426 from hapifhir/2023-09-gg-imposes-profile
2023 09 gg imposes profile
2023-09-06 02:56:35 +10:00
Grahame Grieve beb89b575a rework type checking on target profiles to support imposesProfile 2023-09-05 23:09:18 +10:00