Commit Graph

5052 Commits

Author SHA1 Message Date
markiantorno 794a9c46b6 Updating version to: 5.6.116-SNAPSHOT and incrementing test cases dependency. 2023-03-25 12:24:55 +00:00
markiantorno e68a6171ee Release: v5.6.115
Final Code changes for R5 release

## Validator Changes

* Fix NPE validating maps

## Other code changes

* Refactor Loader for easier loading of earlier versions
* Fix various NPEs from version conversion testing
* First draft of Code generation for Extensions
* Improve summary message for map conversion outcome
* Move web path out of userData into resource field
* Fix FTP problem on windows (remote seperator)
* Update tests to use R5 package from test case repo everywhere
* Finish removing population type
* Rebuild .index.json if it's empty when installing a package
***NO_CI***
2023-03-25 11:55:37 +00:00
Grahame Grieve e6e8c66a3d upgrade test cases 2023-03-25 22:06:48 +11:00
Grahame Grieve b660de971b Merge remote-tracking branch 'origin/master' 2023-03-25 22:04:13 +11:00
Grahame Grieve 739f5e0a66 release notes 2023-03-25 22:04:05 +11:00
Grahame Grieve ce75d57808 fix extension status and extension generator 2023-03-25 21:54:53 +11:00
Grahame Grieve f77184e680
Merge pull request #1190 from hapifhir/gg-202303-r5-loader
refactor loader for easier loading of old versions
2023-03-25 21:10:19 +11:00
Grahame Grieve 8e9b96b4b7 refactor loader for easier loading of old versions 2023-03-25 18:58:22 +11:00
Grahame Grieve b273d3f730 Merge remote-tracking branch 'origin/master' 2023-03-24 23:09:37 +11:00
Grahame Grieve ade21ddb1f fix NPEs 2023-03-24 23:09:01 +11:00
Grahame Grieve 7bf243f593
Merge pull request #1188 from hapifhir/gg-202303-ftp-windows
Fix FTP problem on windows
2023-03-24 22:20:05 +11:00
Grahame Grieve f27d5b3adf Improve summary message for map conversion outcome 2023-03-24 22:19:37 +11:00
Grahame Grieve 490e588cf3 First draft of generation for extensions 2023-03-24 22:19:17 +11:00
Grahame Grieve 272f00e786 move web path out of user data into resource field 2023-03-24 22:18:52 +11:00
Grahame Grieve ac64a6bbd7 Fix FTP problem on windows 2023-03-24 21:13:54 +11:00
Grahame Grieve 37206a1f30
Merge pull request #1187 from hapifhir/gg-202303-r5-final-gen
Gg 202303 r5 final gen
2023-03-24 11:50:23 +11:00
Grahame Grieve b8777319da update tests to use R5 package from test case repo everywhere 2023-03-24 10:18:42 +11:00
Grahame Grieve fcd6484657 finish removing population type 2023-03-24 10:17:48 +11:00
Grahame Grieve f98c2b2f03 more r5 updates 2023-03-24 01:45:34 +11:00
Grahame Grieve d16e6d3249
Merge pull request #1184 from hapifhir/gg-202303-r5-final-gen
Gg 202303 r5 final gen
2023-03-23 21:42:19 +11:00
Grahame Grieve b5c48d1934 rebuild .index.json if it's empty 2023-03-23 20:49:55 +11:00
Grahame Grieve adf6d5e3a0 updates for R5 final 2023-03-23 20:49:30 +11:00
Grahame Grieve 0ea81d247a fix NPE validating maps 2023-03-23 20:48:54 +11:00
Grahame Grieve f122dc164f update code for R5 final 2023-03-23 20:48:38 +11:00
dotasek 36dce28691 Make getter for remote separator 2023-03-22 17:31:40 -04:00
markiantorno ce2480a745 Updating version to: 5.6.115-SNAPSHOT and incrementing test cases dependency. 2023-03-22 14:12:23 +00:00
markiantorno 7736f31847 Release: v5.6.114
## Validator Changes

* Fix up stated path in CodeSystemValidator
* Validate example URLs in value sets correctly
* Fix problem with composition library reference in R4

## Other code changes

* More work to sort out mappings
* Fix broken links in FMM & standards status levels
* Fix type of IG-parameter extension
* FTP: Stop re-initializing file type and mode with each upload (#1178)  …
* Fix snaphot generation warning when when profile-element is used
* fix path failure in tests
* Inline help16.png when generating narrative
* Suppress img.src=data content when rendering narrative
* Suppress value set expansion for core value sets that tx.fhir.org is getting wrong
* Fix NPE in profile comparison
***NO_CI***
2023-03-22 13:46:22 +00:00
Grahame Grieve 4a1d5200f0 Merge remote-tracking branch 'origin/master' 2023-03-23 00:00:58 +11:00
Grahame Grieve 9648efb184 upgrade 2023-03-23 00:00:33 +11:00
Grahame Grieve 6173d77a24
Merge pull request #1181 from hapifhir/gg-202303-vs-example-urls
Gg 202303 vs example urls
2023-03-22 23:56:01 +11:00
Grahame Grieve def2e78276 fix up path in CodeSystemValidator 2023-03-22 23:06:50 +11:00
Grahame Grieve 74a69de992 validate example URLs in value sets correctly 2023-03-22 23:06:33 +11:00
Grahame Grieve 05a367b088 validate example URLs in value sets correctly 2023-03-22 23:06:06 +11:00
Grahame Grieve 417bae01b1 more work to sort out mappings 2023-03-22 23:05:44 +11:00
Grahame Grieve aba6e8958d fix broken links 2023-03-22 13:44:52 +11:00
Grahame Grieve 037f74964e fix type of extension 2023-03-22 13:44:29 +11:00
Grahame Grieve 19760bcaf2 add todo note 2023-03-22 13:44:19 +11:00
dotasek 1442f1609c
Stop re-initializing file type and mode with each upload (#1178)
* Stop re-initializing file type and mode with each upload

* Methods for setting up buffer size
2023-03-21 15:36:19 -04:00
Grahame Grieve 085ce861d8 remove warning when profile-element is used 2023-03-21 19:14:00 +11:00
Grahame Grieve 15909f8302 fix path failure in tests 2023-03-21 18:42:48 +11:00
Grahame Grieve f796ffc57f fix issues with help16.png 2023-03-21 18:21:42 +11:00
Grahame Grieve 53051153a6 bump test cases 2023-03-21 17:44:35 +11:00
Grahame Grieve 851d9c149d Merge remote-tracking branch 'origin/master' 2023-03-21 17:41:52 +11:00
Grahame Grieve c053ed9c6e suppress data attributes in XHTML 2023-03-21 17:27:14 +11:00
Grahame Grieve 5444c3a33a Inline help6.png in resources 2023-03-21 17:26:51 +11:00
Grahame Grieve 075bb46fa3 Suppress value set expansion for core value sets that tx.fhir.org is handling wrongly 2023-03-21 17:26:24 +11:00
Grahame Grieve bb61229931 suppress NPE in profile comparison 2023-03-21 17:25:56 +11:00
Grahame Grieve 98a7f26b84 fix problem with composition library reference in R4 2023-03-21 17:25:45 +11:00
markiantorno 8878bc9cef Updating version to: 5.6.114-SNAPSHOT and incrementing test cases dependency. 2023-03-21 00:29:38 +00:00
markiantorno 950c781ffc Release: v5.6.113
## Validator Changes

* Fix problems validating variables
* No longer ignore hl7.org/fhir/tools when validating

## Other code changes

* Fixed bug with incorrect parameter type when POSTing a $validate-code request to a remote terminology server
* Fix OS issue with zipslip protection
* Fix for where profile_element extension was being ignored when checking types after snapshot generation
* Fix generated name for FML rules to be a valid name
* Allow loaders to decide which resources to load into the context
***NO_CI***
2023-03-21 00:00:30 +00:00