Commit Graph

7822 Commits

Author SHA1 Message Date
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
Alfonso 29484b2927 fix parenthesis matching for JSON validation. 2024-10-02 10:19:12 +02: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
markiantorno 569fe4b697 Release: v6.3.28
## Validator Changes

* Validator supports R6 from now on (using last stable release)
* Set default language to tag not display
* Handle tx server issues better
* Do not use server piecemeal when validating complex value sets
* Add support for -txCache parameter

## Other code changes

* Add support for R6 to R4 version enumeration
* Fix SCT link to include version and point to the right place
* Add response time to tx log
* Allow for code to turn off use of cache-id on tx interface (for debugging)
* Support n/a for tx cache folder
* Update tx cache for tests
* Add more logging for too costly validation
* Fix xml annotation suppression
***NO_CI***
2024-09-25 21:01:00 +00:00
dotasek eeb92b069a Bump test cases for release 2024-09-25 15:48:13 -04:00
Grahame Grieve ba671e7e4c Merge remote-tracking branch 'origin/master' 2024-09-25 15:32:49 -04:00
Grahame Grieve 46f5673d34 release notes 2024-09-25 15:32:43 -04:00
Grahame Grieve 1c235dbddf
Merge pull request #1756 from hapifhir/2024-09-gg-tx-validation
2024 09 gg tx validation
2024-09-25 14:57:29 -04:00
Grahame Grieve fc5c54bcc2 fix npe in test case 2024-09-25 13:03:39 -04:00
Grahame Grieve 213d8f25f8 fix npe 2024-09-25 12:17:46 -04:00
Grahame Grieve 8595178336 fix for NPE 2024-09-25 10:21:57 -04:00
Grahame Grieve e38f40b0de fix xml annotation suppression 2024-09-25 10:08:58 -04:00
Grahame Grieve 7b0cf668ae Improved logging + fix failing test 2024-09-25 10:08:38 -04:00
Grahame Grieve 6289638833 fix npe in test cases 2024-09-25 05:16:02 -04:00
Grahame Grieve 54353f8fce Add more logging for too costly validation 2024-09-25 05:15:49 -04:00
Grahame Grieve 004d367340 fix tests 2024-09-24 22:27:50 -04:00
Grahame Grieve 57ae1f285d Merge remote-tracking branch 'origin/master' 2024-09-24 20:43:22 -04:00
Grahame Grieve ea04d9a96b update tx cache for tests 2024-09-24 20:43:14 -04:00
Grahame Grieve f4096319a3 Add support for -txCache parameter 2024-09-24 20:42:48 -04:00
Grahame Grieve 176b0caf63 Do not use server piecemeal when validating complex value sets 2024-09-24 20:42:19 -04:00