Commit Graph

6547 Commits

Author SHA1 Message Date
Grahame Grieve 18c4419b9e refactor FHIRPath package 2023-12-01 15:13:33 +11:00
Grahame Grieve 516ec50afa Fix problem with profiled resources being called examples in IG publisher 2023-12-01 10:37:46 +11:00
dotasek 09e010b486
Remove dependencies for unused UI experiment (#1465) 2023-11-29 17:33:16 -05:00
dotasek c8f6f2fed1
Remove basic auth (unneeded) for AU connectathon test (#1503)
* Remove basic auth (unneeded)

* Disable test altogether

* Add reason for disable

* Actually, just disable in surefire
2023-11-29 16:39:53 -05:00
dotasek 698849b9f2
Remove fhir-test-cases from Validator CLI JAR (#1497)
* WIP drop fhir-test-cases from CLI jar

* Fix missing JUnit4 tests, update to JUnit5 where possible

* Fix unused import

* Include hamcrest dependency

* Fix breaking ValidationEngineTests

* Give kinder error message for missing param
2023-11-29 14:48:18 -05:00
dotasek 37a8373b94
Fix commonmark group and bump version (#1500)
* Fix commonmark group bump version

* Remove dep used for local testing
2023-11-29 14:47:51 -05:00
dotasek c83d156d18 Merge branch 'do-20231129-fix-connectathon-auth' into do-20231127-package-cache-threadsafe 2023-11-29 13:34:41 -05:00
dotasek c29a6cd353 Remove basic auth (unneeded) 2023-11-29 13:34:24 -05:00
dotasek 1866be1673 Use a smaller package 2023-11-29 12:02:41 -05:00
dotasek 09ab60405d Add per-file ReadWriteLock to CacheLock 2023-11-29 10:59:01 -05:00
dotasek 84e456c5dc Actual assertion for test 2023-11-29 10:35:49 -05:00
dotasek ff6ea47751 Failing test 2023-11-28 17:41:59 -05:00
dotasek 2ea6d44330 Revert "Fix commonmark group bump version"
This reverts commit 5cf89d8202.
2023-11-27 13:14:18 -05:00
dotasek 5cf89d8202 Fix commonmark group bump version 2023-11-27 11:13:31 -05:00
dotasek 0ba395fd4c Add release note 2023-11-27 11:12:56 -05:00
dotasek a04475ea9c Revert "Fix commonmark group bump version"
This reverts commit 6b45c63638.
2023-11-27 11:10:02 -05:00
dotasek 6b45c63638 Fix commonmark group bump version 2023-11-27 11:06:48 -05:00
markiantorno bf426e2d28 Updating version to: 6.2.6-SNAPSHOT and incrementing test cases dependency. 2023-11-24 19:35:02 +00:00
markiantorno 70d3c801d3 Release: v6.2.5
## Validator Changes

* Fix validator not allowing canonical resource extensions in canonical resources in bundles
* Fix bundle validation error on intneral link checking
* Check parameter type for FHIRPath where() and all()
* Validate that composite search parameters have components

## Other code changes

* Refactor timeout control on client
* Support IPS in validation tests
* Remove orphan R4B test
* Improve expansion error messages
* Fix expansion language - don't set for displayName parameter
* Adjust value set rendering for fragment code systems
* Fix NPE rendering some resources
* Fix rendering of TriggerDefinition
* Support parsing ad-hoc json data type fragments
* More memory work for IG Publisher
* Move ILoggingService & VersionUtil
* Fix timeout issue in vsac
* Introduce ips builder + Infrastructure changes for IPS builder
* Move json and xml extensions from extensions pack to tooling ig
* Add support for rendering union and intersections of profiles in profile comparison
* FHIRPath iif() test case fixes
* Add support for IPS validation in test cases
* Fix for broken markdown re-processing
* Improve identifier rendering
* Fix committee URLs
***NO_CI***
2023-11-24 19:08:02 +00:00
Grahame Grieve 639c41ad5e Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2023-11-25 06:43:21 +13:00
Grahame Grieve 59f24b74b4 release 2023-11-25 06:42:35 +13:00
Grahame Grieve 3af3deab3f
Merge pull request #1493 from hapifhir/do-20231120-include-time-stamp
Include time tracking for ValidationResponse
2023-11-25 04:23:23 +11:00
Grahame Grieve 66468f3385 fix typo 2023-11-24 13:35:43 +11:00
Grahame Grieve 97a3e1613b release notes 2023-11-24 13:32:26 +11:00
Grahame Grieve 7f42c7aa71
Merge pull request #1494 from hapifhir/2023-11-gg-misc1
2023 11 gg misc1
2023-11-24 12:56:37 +11:00
Grahame Grieve 82f0fc953a remove orphan R4B test 2023-11-24 12:06:29 +11:00
Grahame Grieve 36361eaa1d refactor timeout control on client 2023-11-24 12:06:18 +11:00
Grahame Grieve d78efdad8f missed code 2023-11-24 08:53:42 +11:00
Grahame Grieve 0e69f6ad89 Support IPS in validation tests 2023-11-24 08:53:32 +11:00
Grahame Grieve c913190d7a validate that composite search parameters have components 2023-11-24 08:53:09 +11:00
Grahame Grieve 3252fb12b0 fix bundle validation error on intneral link checking 2023-11-24 08:52:36 +11:00
Grahame Grieve 3b3ddd28b2 Fix validator not allowing canonical resource extensions in bundles 2023-11-24 08:52:18 +11:00
Grahame Grieve 623760d887 Improve expansion error messages 2023-11-24 08:51:47 +11:00
Grahame Grieve 5ee11cb3a8 Fix expansion language - don't set for displayName parameter 2023-11-24 08:51:20 +11:00
Grahame Grieve 3cd75ef89e adjust value set rendering for fragment code systems 2023-11-24 08:51:02 +11:00
Grahame Grieve bb9064a8cc fix NPE on some resources 2023-11-24 08:50:46 +11:00
Grahame Grieve 96b7d159a7 Fix rendering of TriggerDefinition 2023-11-24 08:50:21 +11:00
Grahame Grieve 31ffd84667 Checking parameter type for where() and all() 2023-11-24 08:49:59 +11:00
Grahame Grieve 289ab6b29c Support parsing ad-hoc json data type fragments 2023-11-24 08:49:24 +11:00
Grahame Grieve 51ae6a596b More memory work in IGpublisher 2023-11-24 08:48:54 +11:00
Grahame Grieve d1bec7bdba move ILoggingService 2023-11-24 08:47:52 +11:00
Grahame Grieve 1814a69826 Fix timeout issue in vsac 2023-11-24 08:46:23 +11:00
Grahame Grieve a86e3d2bdc ips builder fix 2023-11-24 07:05:50 +11:00
Grahame Grieve cdebad43d0 more work on VSAC 2023-11-24 06:10:58 +11:00
Grahame Grieve bd98afaa09 refactor versionutil 2023-11-24 06:10:38 +11:00
dotasek 153c517ea2 Code cleanup, some renaming, adding correct instances of map 2023-11-22 16:05:47 -05:00
Grahame Grieve e8520b1907 Move json and xml extensions from extensions pack to tooling ig 2023-11-22 07:58:50 +11:00
Grahame Grieve 97a778302c Add support for rendering union and intersections of profiles in profile comparison 2023-11-22 07:55:16 +11:00
Grahame Grieve 6aaff35495 fhirpath iif() test case fixes 2023-11-22 07:52:47 +11:00
Grahame Grieve 2e19e6bbc1 IPS builder test case 2023-11-22 07:51:59 +11:00