Grahame Grieve
8cfcbf389e
Fix various issues rendering and validating additional bindings with usage contexts
2024-09-21 00:35:01 -04:00
dotasek
d57008510c
Use ManagedFileAccess for temp file creation
2024-09-19 13:31:38 -04:00
dotasek
356a70a845
Re-introduce sleep to lockfile creation wait.
2024-09-19 12:53:17 -04:00
dotasek
c81c631ae8
Use rename to bypass windows lockfile issue
2024-09-19 12:22:29 -04:00
dotasek
cce4d108ce
Fix classpath on windows + workaround for edge case on lock file
2024-09-19 10:48:30 -04:00
dotasek
0fd25a6a98
Move file exists logic into onStart + move file delete before unlock
2024-09-18 19:23:00 -04:00
dotasek
b30134abfc
WIP Switch to apache commons instead of nio for directory monitor
2024-09-18 18:40:13 -04:00
Grahame Grieve
79ef48ba96
Merge pull request #1751 from hapifhir/2024-09-gg-model
...
2024 09 gg model
2024-09-19 08:37:16 +10:00
dotasek
048aa2abe5
More testing
2024-09-18 16:07:00 -04:00
dotasek
48066859d5
Check for lock owning process when trying to fix corrupt packages
2024-09-18 11:30:59 -04:00
dotasek
9a7a843a20
Fix argument confusion in format ( #1746 )
...
* Fix argument confusion in format
* Bump test cases
2024-09-18 10:15:38 -04:00
dotasek
3d6650399c
Merge branch 'master' into do-20240909-package-lock-cleanup
2024-09-18 09:29:46 -04:00
Grahame Grieve
eab8276753
update test case dependency
2024-09-18 14:51:15 +10:00
Grahame Grieve
948f3411e2
Fix case typo on Consent.provision in R4
2024-09-18 14:07:29 +10:00
Grahame Grieve
69525144f3
#1723 fix R3 Quantity.copyValues()
2024-09-18 14:07:09 +10:00
markiantorno
f3bd5b9be8
Updating version to: 6.3.27-SNAPSHOT and incrementing test cases dependency.
2024-09-17 22:00:24 +00:00
markiantorno
46affee48f
Release: v6.3.26
...
## Validator Changes
* Validate of experimental property on bindings
* Add -no-experimental-content flag
* Allow JSON named extensions to be structure types other than logical
* Process relative URLs properly in base when generating snapshots
## Other code changes
* Fix rendering path for value set references for kindling
* refactor error handling in ProfileUtilities
* Fix for NPE processing packages
***NO_CI***
6.3.26
2024-09-17 21:09:53 +00:00
Grahame Grieve
d794e8d63f
Merge remote-tracking branch 'origin/master'
2024-09-18 04:37:57 +08:00
Grahame Grieve
d2ad535b0b
update tests dependency
2024-09-18 04:36:03 +08:00
Mark Iantorno
e7f5c238d6
Updating test case dependency to v1.5.22
...
***NO_CI***
2024-09-17 20:31:50 +00:00
markiantorno
9ba7bb447f
Updating i18n-coverage csv and png table ***NO_CI***
2024-09-17 09:44:27 +00:00
Grahame Grieve
7d05d38509
Merge pull request #1749 from hapifhir/2024-09-gg-experimental-flag
...
2024 09 gg experimental flag
2024-09-17 17:21:34 +08:00
Grahame Grieve
ded7bc0ffd
release notes
2024-09-17 16:20:22 +08:00
Grahame Grieve
fbfd81532d
Merge remote-tracking branch 'origin/master'
2024-09-17 16:18:15 +08:00
Grahame Grieve
11efed6635
Validation of experimental property
2024-09-17 16:16:09 +08:00
Grahame Grieve
0d8c5942e7
Fix rendering path for value set references for kindling
2024-09-17 14:11:13 +08:00
dotasek
dd01e008ca
Revert "Merge pull request #1649 from hapifhir/do-20240606-fix-classname-typo"
...
This reverts commit 0c7e6ce9ac037170ff5af169fbade1e0232321e0, reversing
changes made to bfed8a15d535dc040a92931baddc0457568ea379.
2024-09-15 10:01:53 -04:00
Grahame Grieve
9dae4118ae
refactor error handling in ProfileUtilities
2024-09-14 08:26:07 +08:00
Grahame Grieve
0c7e6ce9ac
Merge pull request #1649 from hapifhir/do-20240606-fix-classname-typo
...
Fix case typo in Consent.ProvisionComponent
2024-09-14 07:27:42 +08:00
dotasek
a05f471c9c
Allow injection of lock parameters + correct usage of locked file write
2024-09-13 16:49:46 -04:00
dotasek
f4b54de8ed
Merge branch 'master' into do-20240909-package-lock-cleanup
2024-09-13 13:37:40 -04:00
Grahame Grieve
bfed8a15d5
Merge pull request #1744 from hapifhir/2024-09-gg-logical-json
...
2024 09 gg logical json
2024-09-12 14:07:06 +08:00
Grahame Grieve
07f1981a8c
Fix for NPE processing packages
2024-09-12 11:56:04 +08:00
Grahame Grieve
8056dced3e
Allow JSON named extensions to be structure types other than logical
2024-09-12 11:55:24 +08:00
Grahame Grieve
337aaf80cf
Process relative URLs properly in base when generating snapshots
2024-09-12 11:54:40 +08:00
Grahame Grieve
76c6bb6c44
Merge pull request #1741 from hapifhir/do-20240910-remove-cqframework-dependency
...
Remove cqlframework dependencies
2024-09-12 07:12:04 +08:00
dotasek
42ffbaf5a4
WIP master merges + smarter lockfile tests
2024-09-11 18:05:23 -04:00
markiantorno
4af3deff26
Updating version to: 6.3.26-SNAPSHOT and incrementing test cases dependency.
2024-09-11 18:28:22 +00:00
markiantorno
f09bc48f7d
Release: v6.3.25
...
## Validator Changes
* no changes
## Other code changes
* Fix logic for cache clearing on package cache initialization
***NO_CI***
6.3.25
2024-09-11 17:40:08 +00:00
dotasek
3524fd78c7
Update RELEASE_NOTES.md
...
***NO_CI***
2024-09-11 12:06:49 -04:00
dotasek
bc0303535a
Fix for cache init on existing directories ( #1743 )
...
* Add tests+fix for cache init on existing directories
* Clear the cache if it is the wrong version
* Link to FHIR spec docs for .index.json
2024-09-11 12:05:17 -04:00
dotasek
f7cf74423c
WIP2 More tests on file lock
2024-09-10 17:07:27 -04:00
Lloyd McKenzie
729c2da4c0
Fixed elide spelling
2024-09-10 08:23:26 -06:00
Lloyd McKenzie
fff805e5b7
Made changes as recommended by Grahame and Elliot
2024-09-10 08:07:01 -06:00
dotasek
44464de807
Remove cqlframework dependencies
2024-09-10 09:38:33 -04:00
Grahame Grieve
b88d9b2dab
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-09-10 05:54:52 +08:00
dotasek
e001d781b9
WIP tests for lock file cleanup
2024-09-09 17:03:56 -04:00
markiantorno
2c8122a42e
Updating version to: 6.3.25-SNAPSHOT and incrementing test cases dependency.
2024-09-09 19:09:24 +00:00
markiantorno
813f8200a2
Release: v6.3.24
...
## Validator Changes
* Fix expression for con-3 properly (fix validation problem on some condition resources)
* Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
* FHIRPath: Allow _ in constant names (per FHIRPath spec)
* Fix value set rendering creating wrong references
* Fix bug processing value set includes / excludes that are just value sets (no system value)
* Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors
* Improve message for when elements are out of order in profile differentials
## Other code changes
* fix problem where profile rendering had spurious 'slices for' nodes everywhere
* Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository
* Fix problem generating value set spreadsheets
* fix concurrent modification error processing language translations
* Check for null fetcher processing ConceptMaps (#1728 )
***NO_CI***
6.3.24
2024-09-09 18:23:37 +00:00
dotasek
4cbf1860d7
Bump fhir-test-cases to release version
2024-09-09 13:06:57 -04:00