Commit Graph

7639 Commits

Author SHA1 Message Date
Grahame Grieve fd34048c81 test case version bump 2024-10-09 23:10:51 +08:00
Grahame Grieve 57926073bc Add support for $id$ in terminology tests 2024-10-09 23:10:35 +08:00
Grahame Grieve 447400daf9 Stop hitting VSAC server directly 2024-10-09 23:10:22 +08:00
Grahame Grieve cacce9b05e fix up processing of server responses 2024-10-09 23:10:09 +08:00
markiantorno c030740d9e Updating version to: 6.3.31-SNAPSHOT and incrementing test cases dependency. 2024-10-08 15:52:36 +00:00
markiantorno ad0af19fb3 Release: v6.3.30
## Validator Changes

* Show message ids in validator (-show-message--ids)
* Fix bug where message id not showing for slicing messages
* Add advisor documentation (not yet functional)
* Fix issue checking package currency for #current packages
* Add warning when code system is marked complete but has no content
* Fix bug processing adding discriminators in derived profiles
* Break valueset concept validation into multiple smaller batches for performance reasons

## Other code changes

* More work on translations in IGs
* Override inheritance of HAPI's old maven-compiler-plugin
* do not use loadPackageFromCacheOnly from outside cache manager
* Fix issues with rendering example scenario
* refactor sql view validation to fix NPE
* Fix misc warnings flagged by builds (#1772) + TRIVY typo
* Bump codeql actions to v3
* Bump checkout action to v4
* Bump commons.io to 2.14.0 (#1771)
* Workaround for ghcr rate limiting of trivy db downloads (#1770)
* Add VSACfinder (template for package analysis)
* Fix github urls
* Spelling fixes
***NO_CI***
2024-10-08 15:04:29 +00:00
dotasek af72a1c80f
Update security.md
Add vulnerability reporting links
2024-10-08 09:50:35 -04:00
dotasek.dev cca1c650ab Bump to release version of fhir-test-cases 2024-10-08 09:45:57 -04:00
Grahame Grieve c15968c0ad add missing release notes 2024-10-08 17:46:11 +08:00
Grahame Grieve bfe4fdd572 release notes 2024-10-08 17:39:33 +08:00
Grahame Grieve 8fdad60b84
Merge pull request #1773 from hapifhir/2024-10-gg-sql-validation
refactor sql view validation to fix NPE
2024-10-08 15:27:28 +08:00
Grahame Grieve 10d854f242 (rename fields) 2024-10-08 05:55:52 +08:00
Grahame Grieve eb149f5abd fix missed file 2024-10-08 05:53:31 +08:00
Grahame Grieve 6123909533 refactor sql view validation to fix NPE 2024-10-08 05:44:02 +08:00
dotasek 6439a2a732
Fix misc warnings flagged by builds (#1772) 2024-10-07 17:16:21 -04:00
dotasek 7432d3cd06 Fix TRIVY typo 2024-10-07 16:23:17 -04:00
dotasek f81ae40d8a Bump codeql actions to v3 2024-10-07 15:22:04 -04:00
dotasek cb1b631548 Bump checkout action to v4 2024-10-07 15:16:39 -04:00
dotasek 9c4f9eb2f5
Bump commons.io to 2.14.0 (#1771)
* Bump commons.io

* One more bump
2024-10-07 14:57:41 -04:00
dotasek f6da036619
Workaround for ghcr rate limiting of trivy db downloads (#1770)
* Workaround for ghcr rate limiting of trivy db downloads

* Use env for settings + bump codeql action

* Update checkout action

* Better doc
2024-10-07 13:03:46 -04:00
dotasek 093fbbc0f3
maven-compiler-plugin maintenance (#1731)
* Override inheritance of HAPI's old maven-compiler-plugin

and stop using deprecated forceJavacCompilerUse

* Take checkstyle plugin out of default build

* Use less for initial JVM opts (maybe forked compilers will need this)

* Try on a mac?

* Report free space, add MAVEN_OPTS

* No MAVEN_OPTS?

* Back to ubuntu

* Try some compiler args and max mem

* Try some MaxRamPercentage on surefire too

* Try 75.0 MaxRamPercentage

* 60?

* Update surefire version, even less Xmx

* Revert I18nBase style fix (get tests to pass, apply later)

* Now that memory is less of an issue, try checkstyle again

* Fix missing single quote

* Try 50% of 7G for Xmx
2024-10-07 11:01:08 -04:00
markiantorno 4b374cb57b Updating i18n-coverage csv and png table ***NO_CI*** 2024-10-06 10:50:38 +00:00
Grahame Grieve cd7e579f5e
Merge pull request #1768 from hapifhir/2024-10-gg-validation-fixes
2024 10 gg validation fixes
2024-10-06 18:30:24 +08:00
Grahame Grieve c0875464a3
Merge pull request #1752 from ahdis/oe_1748
FHIR-46548: where clause on alias #1748
2024-10-06 18:00:26 +08:00
Grahame Grieve ba108321e3
Merge pull request #1755 from ahenket/master
Updated for 3 missing nl validator translations
2024-10-06 17:57:19 +08:00
Grahame Grieve 160ee5aebf
Merge pull request #1761 from ElliotSilver/2024-10-01-es-add-missing-ci-desc
add missing description to ci-build package entry
2024-10-06 17:55:13 +08:00
Grahame Grieve 001b132231
Merge pull request #1764 from hapifhir/FixElideIssue
Fix for issue identified in
2024-10-06 17:54:35 +08:00
Grahame Grieve 88d0cc8a68 fix issues with rendering example scenario 2024-10-06 15:22:26 +08:00
Grahame Grieve 4a1aa461a9 fix text 2024-10-05 11:55:21 +08:00
Grahame Grieve cbb645b9e0 show message ids in validator + advisor documentation 2024-10-05 11:52:07 +08:00
Grahame Grieve 4241fc9d7f fix bug where message id not showing for slicing messages 2024-10-05 11:51:11 +08:00
Grahame Grieve 837aa319c0 do not use loadPackageFromCacheOnly from outside cache manager 2024-10-05 06:41:33 +08:00
Grahame Grieve 0a03628e97 more work on translations in IGs 2024-10-05 06:40:51 +08:00
Grahame Grieve 43b85c8108 Add warning when code system is marked complete but has no content 2024-10-05 06:40:05 +08:00
Grahame Grieve 8f43ec2774 Add VSACfinder (template for package analysis) 2024-10-05 06:37:36 +08:00
dotasek a1fbd674d6 Revert "Refactor package cache + more concurrency improvements"
This reverts commit 4c84ea1751.
2024-10-04 18:02:50 -04:00
dotasek 4c84ea1751 Refactor package cache + more concurrency improvements
Make deletes atomic
Apply indexing and renaming code operations to temporary package install before rename
Track last update for CI build server (refresh every 24 hours)
2024-10-04 18:02:29 -04:00
Lloyd McKenzie 17ac205210 Fix for issue identified https://chat.fhir.org/#narrow/stream/196008-ig-publishing-requirements/topic/Embedding.20fragments.20of.20examples.20in.20IG.20text 2024-10-02 22:40:13 -06:00
Elliot Silver 7022298958 add missing description to ci-build package entry 2024-10-01 18:10:44 -07:00
Grahame Grieve 6888355c84 compile fixes 2024-09-30 17:23:56 +08:00
Grahame Grieve 6890349be2 spelling fixes 2024-09-30 08:33:02 +10:00
Grahame Grieve ef6a398ebe Break valueset concept validation into multiple smaller batches for performance reasons 2024-09-30 08:32:49 +10:00
Grahame Grieve ae7b962d29 Fix bug processing modified differentials 2024-09-30 08:31:57 +10:00
Grahame Grieve d29926b4a5 Fix github urls 2024-09-30 08:31:28 +10:00
markiantorno e8a0bba072 Updating version to: 6.3.30-SNAPSHOT and incrementing test cases dependency. 2024-09-26 12:30:18 +00:00
markiantorno 53ec745184 Release: v6.3.29
## Validator Changes

* remove spurious logging statement

## Other code changes

* no changes
***NO_CI***
2024-09-26 11:44:41 +00:00
Grahame Grieve 10921bef1f release notes 2024-09-26 07:11:28 -04:00
Grahame Grieve 7bd5d3b7ce Merge remote-tracking branch 'origin/master' 2024-09-26 07:08:52 -04:00
Grahame Grieve bd53f7c011 remove spurious logging statement 2024-09-26 07:08:47 -04:00
markiantorno 8358354d2f Updating version to: 6.3.29-SNAPSHOT and incrementing test cases dependency. 2024-09-25 21:46:09 +00:00