Commit Graph

5318 Commits

Author SHA1 Message Date
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
dotasek bde546d3b9 Bump test cases to release version
***NO_CI***
2023-03-20 19:28:37 -04:00
dotasek 64ccf6845c Release notes
***NO_CI***
2023-03-20 19:13:06 -04:00
Grahame Grieve 50f2d05a87
Merge pull request #1176 from aehrc/ml-202303-fix-1175-incorrect-type-in-validate-code-call
Make url parameter type UriType, not StringType
2023-03-21 07:59:20 +11:00
Grahame Grieve 102fc366dd
Merge pull request #1179 from hapifhir/gg-202303-various-fixes
Gg 202303 various fixes
2023-03-21 07:37:43 +11:00
Grahame Grieve 7ea1e5197d Fix OS issue with zipslip protection 2023-03-21 06:14:01 +11:00
Grahame Grieve 900faa2450 part of fix for type checking 2023-03-21 06:12:16 +11:00
Grahame Grieve 71a19710a0 Fix for where profile_element extension was being ignored when checking types after snapshot generation 2023-03-21 06:12:02 +11:00
Grahame Grieve b5419efcab bump test case version 2023-03-21 06:10:50 +11:00
Grahame Grieve 510758ed3e fix problems validating variables 2023-03-21 06:10:22 +11:00
Grahame Grieve 0d61c92997 no longer ignore hl7.org/fhir/tools when validating 2023-03-21 06:08:13 +11:00
Grahame Grieve 2fbb607f81 Fix generated name for FML rules to be a valid name 2023-03-21 06:04:31 +11:00
Grahame Grieve 11c80f7d00 allow loaders to decide which resources to load into the context 2023-03-21 06:03:36 +11:00
dotasek 7a85bc00c9 Merge branch 'master' into do-20230315-pathbuilder 2023-03-20 11:38:53 -04:00
markiantorno 2a877b6faa Updating version to: 5.6.113-SNAPSHOT and incrementing test cases dependency. 2023-03-19 04:45:57 +00:00
markiantorno 59d8cf0bee Release: v5.6.112
## Validator Changes

* Don't validate codes in value sets if terminology vlidation is turned…  …
* Fix nPE validating bundles

## Other code changes

* Add file: to URL scheme list when checking for absolute URLs
* Adjust mappings handling code generating snapshots
* More improvements to r4/r5 transform testing
* Better error messages setting properties when transforming
* Better error messages converting types
* FHIRPath tests on element model
* Refactor FTPClient to perform fewer directory creates (#1159)  …
* Document how to build validator_cli locally (#1171)
***NO_CI***
2023-03-19 04:17:32 +00:00
Grahame Grieve 682e880bba Merge remote-tracking branch 'origin/master' 2023-03-19 14:40:22 +11:00
Grahame Grieve c9f870840f upgrade 2023-03-19 14:28:22 +11:00
Mark Iantorno df2e5f2e10 Updating test case dependency to v1.2.21
***NO_CI***
2023-03-19 02:26:11 +00:00
Grahame Grieve 12d114016d
Merge pull request #1177 from hapifhir/gg-202303-mapping
Gg 202303 mapping
2023-03-19 12:30:48 +11:00
Grahame Grieve e1fed0a8eb Merge remote-tracking branch 'origin/master' 2023-03-19 08:52:55 +11:00
Grahame Grieve 95f3fdd187 Add file: to URL scheme list 2023-03-19 08:52:49 +11:00
Grahame Grieve 813a850730 adjust mappings handling code generating diffs 2023-03-19 08:52:37 +11:00
Michael Lawley 14edde2ab8
Make url parameter type UriType, not StringType 2023-03-18 10:33:16 +10:00
Grahame Grieve f8a19a1bae Refactor how mappings are handled when generating differentials: in R5, mapping names are unique 2023-03-18 05:47:33 +11:00
dotasek bc4a76f1ad
Bump Maven memory heap (#1174)
* Bump maven heap by 1G

* Real numbers this time.
2023-03-17 14:06:42 -04:00
Grahame Grieve 8dd61f4b2e more improvements to r4/r5 transform testing 2023-03-17 07:56:47 +11:00
Grahame Grieve 2740371c88 don't validate codes in value sets if terminology vlidation is turned off 2023-03-17 07:56:34 +11:00
Grahame Grieve 6bb466a5fe fix nPE validating bundles 2023-03-17 07:56:15 +11:00
Grahame Grieve fe538ea530 fhirpath tests on element model 2023-03-17 07:56:06 +11:00
Grahame Grieve 72d97a2960 better error messages setting properties when transforming 2023-03-17 07:55:53 +11:00
Grahame Grieve d9c632d9ad better error messages converting types 2023-03-17 07:55:32 +11:00
dotasek cbf864b1b9
Refactor FTPClient to perform fewer directory creates (#1159)
* Refactor FTPClient to perform fewer directory creates

* Restore old main

* More lenient test for delete timing (delete is fast)

* More timing leniency

* Add more checks for command completion, switch time track to nanos

* Logging logging logging
2023-03-16 14:53:59 -04:00
dotasek 679c7188c6
Update README.md
***NO_CI***
2023-03-16 10:30:27 -04:00
dotasek 6ad0c6b50a
Update README.md
***NO_CI***
2023-03-16 10:12:40 -04:00
Vadim Peretokin fbc1e7f5e9
Document how to build validator_cli locally (#1171) 2023-03-16 09:50:46 -04:00
markiantorno 90bcab6554 Updating version to: 5.6.112-SNAPSHOT and incrementing test cases dependency. 2023-03-16 11:24:39 +00:00