Commit Graph

2598 Commits

Author SHA1 Message Date
Alexander Henket 06a007ab38 Initial checkin as copy of English base file 2021-05-26 20:55:53 +02:00
Alexander Henket e7798b47f8
Fixed minor typos
Found these while working on the Dutch version to be submitted later
2021-05-26 20:54:37 +02:00
Mark Iantorno 5db9b65c21
Test pr (#511)
* adding maven exec command to let me run tests on validator jar so people stop breaking it

* adding release notest to test PR pipeline
2021-05-21 18:47:22 -04:00
Mark Iantorno 30bdbf4518 Update pull-request-pipeline.yml for Azure Pipelines 2021-05-21 15:53:54 -04:00
Mark Iantorno a0d64cc224 Update pull-request-pipeline.yml for Azure Pipelines
yaml is the best language to do things in
2021-05-21 15:51:37 -04:00
Mark Iantorno 7ddf41f571 Update pull-request-pipeline.yml for Azure Pipelines
Adding validation cli jar test run
2021-05-21 15:42:41 -04:00
Mark Iantorno 124bef0e8b
adding maven exec command to let me run tests on validator jar so people stop breaking it (#510) 2021-05-21 15:40:05 -04:00
markiantorno d91a4bbb03 Updating version to: 5.4.3-SNAPSHOT and incrementing test cases dependency. 2021-05-21 18:14:31 +00:00
markiantorno 552ef55ada Release: v5.4.2
* Rolling back HAPI dependency so we can build and publish
***NO_CI***
2021-05-21 17:42:50 +00:00
markiantorno e9915e5178 release notes 2021-05-21 13:22:56 -04:00
markiantorno 5ca9c7bcc5 Rolling back HAPI dependency so we can build and publish validation jar 2021-05-21 11:56:15 -04:00
markiantorno 5648f7a925 Updating version to: 5.4.2-SNAPSHOT and incrementing test cases dependency. 2021-05-19 18:42:31 +00:00
markiantorno 52169f00ba Release: v5.4.1
* update so I can push a new validator
***NO_CI***
2021-05-19 18:15:50 +00:00
Mark Iantorno 278838bd62
Update RELEASE_NOTES.md 2021-05-19 13:51:52 -04:00
markiantorno cfd52b75f3 MAGIC II 2021-05-19 12:51:51 -04:00
markiantorno 41f2fe7626 MAGIC BUILD FIXING WIZARDY 2021-05-19 11:03:57 -04:00
jamesagnew 9b829d9714 Version bump to 5.4.0 for release 2021-05-18 16:55:09 -04:00
markiantorno f082ed15ee Updating version to: 5.3.15-SNAPSHOT and incrementing test cases dependency. 2021-05-14 15:05:25 +00:00
markiantorno d17a8da923 Release: v5.3.14
Validator:

* Added parameter -want-invariants-in-messages
* fix issue with dependencies on IGs that have uppercase in package IDs

Other Code Changes

* Fix displays for some codes in ConceptMap.relationship when rendering
* Add Publication Version to rendering context for future use.
***NO_CI***
2021-05-14 14:32:48 +00:00
markiantorno 857e504315 upping version for release 2021-05-14 09:37:04 -04:00
Grahame Grieve d57fd9fa1d
Merge pull request #496 from hapifhir/gg_202105_04
Gg 202105 04
2021-05-14 14:55:11 +10:00
Grahame Grieve 7f5b47d9d3
Merge branch 'master' into gg_202105_04 2021-05-14 12:26:13 +10:00
Grahame Grieve 278916ba97 Fix displays for some codes in ConceptMap.relationship when rendering + Add Publication Version to rendering context for future use. 2021-05-14 12:24:57 +10:00
Grahame Grieve 1b1b564682 fix issue with dependencies on IGs that have uppercase in package IDs 2021-05-14 12:23:21 +10:00
Grahame Grieve cf859c9ed1 add new parameter for whether to include FHIRPath in invariant error messages 2021-05-14 12:21:28 +10:00
Mark Iantorno 1af9edc6f1
Update RELEASE_NOTES.md 2021-05-13 19:05:44 -04:00
Grahame Grieve 24152a2f92 resolve conflicts 2021-05-14 06:12:25 +10:00
markiantorno baf81057a8 Updating version to: 5.3.13-SNAPSHOT and incrementing test cases dependency. 2021-05-13 19:12:04 +00:00
markiantorno a20d84bf2b Release: v5.3.12
* Update core R5 code to v4.6.0 (breaking changes to questionnaire, concept map, and other resources that are less important to core)
* Fix compartment definitions of ListResource.source and subject for R3 and R4
* Snapshot generator: fix problem checking types on logical models
* Do not flag internal references as suspicious
* XMLParser allows passing a schema location
* XMLParser allows passing a schema location
* Issue 484 https://github.com/hapifhir/org.hl7.fhir.core/issues/484
* Adding Kotlin to the build process
* random cleaning up in convertors
* Adding version option to ignore bundle entry in conversion advisors
* Validator: Load code systems from known packages on the fly
* Validator: better handle invalid v3 dates
* Renderer: Render OperationDefinition.InputProfile and OutputProfile
* Important: Allow more valid schemas for Utilities.isAbsoluteUrl
* Validator: remove notes about extensible bindings if profile extensible binding is valid
***NO_CI***
2021-05-13 18:41:58 +00:00
Mark Iantorno e27e2dc281 Updating test case dependency to v1.1.63
***NO_CI***
2021-05-13 18:22:18 +00:00
Grahame Grieve 9a6d08778a fix release notes 2021-05-13 22:53:46 +10:00
Grahame Grieve 3cb51f88c8 fix overrun error reading invalid xhtml + fix loading problem on validation test 2021-05-13 22:51:01 +10:00
Mark Iantorno 9a82457b36
Adding version option to ignore bundle entry in conversion advisors (#492) 2021-05-07 14:50:40 -04:00
Grahame Grieve 5a11851ec7
Merge pull request #491 from hapifhir/gg-202105-bugfixes-2
* Validator: Load code systems from known packages on the fly
2021-05-07 21:36:47 +10:00
Grahame Grieve 154ac5c3ca
Merge branch 'master' into gg-202105-bugfixes-2 2021-05-07 18:30:26 +10:00
Grahame Grieve 4e173f4715 * Validator: Load code systems from known packages on the fly
* Validator: better handle invalid v3 dates
* Renderer: Render OperationDefinition.InputProfile and OutputProfile
* Important: Allow more valid schemas for Utilities.isAbsoluteUrl
* Validator: remove notes about extensible bindings if profile extensible binding is valid
2021-05-07 18:29:21 +10:00
Mark Iantorno 05cd371796
Convertor advisor 1 (#490)
* RELEASE THE ~~KRAKEN~~ KOTLIN

* doing some cleanup before going into more details

* renaming folder

* commit merge issues

* release notes
2021-05-06 09:18:11 -04:00
dependabot[bot] f329c4ac3f
Bump jackson-databind in /org.hl7.fhir.validation (#442)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.10.5.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 18:50:02 -04:00
Grahame Grieve 3c28b476f1
Merge pull request #488 from hapifhir/gg-202105-version-conversion-1
tidy up and document version conversion advisors
2021-05-05 15:14:13 +10:00
Grahame Grieve c56b7b67c8
Merge branch 'master' into gg-202105-version-conversion-1 2021-05-05 14:10:12 +10:00
Grahame Grieve b13b4932f9 XMLParser allows passing a schema location 2021-05-05 12:17:02 +10:00
Grahame Grieve 6da83fa41e Do not flag internal references as suspicious 2021-05-05 10:17:08 +10:00
Grahame Grieve c6f392b7e0 #466: fix problem checking types on logical models 2021-05-05 09:54:22 +10:00
Grahame Grieve 9ae04aed03 Fix compartment definitions of ListResource.source and subject for R3 and R4 2021-05-05 08:51:36 +10:00
Grahame Grieve 6a7435787f tidy up and document version conversion advisors 2021-05-05 08:28:03 +10:00
Mark Iantorno 64cbdb5bc4
Adding stale issue bot.
_adjective_
(of food) no longer fresh and pleasant to eat; hard, musty, or dry.
`"stale bread"`
2021-05-04 16:43:48 -04:00
Mark Iantorno f14ef6d83f
Issue 484 (#485)
* added Integer argument constructor for IntegerType class.

* Updating release notes
2021-05-04 11:21:57 -04:00
Grahame Grieve f60434ef79
Merge pull request #487 from hapifhir/gg-202105-npm-case
Gg 202105 npm case
2021-05-04 14:34:42 +10:00
Grahame Grieve 5bdc7861ff
Merge pull request #486 from hapifhir/gg-202105-r460
update R5 to 4.6.0
2021-05-04 13:12:55 +10:00
Grahame Grieve 696c16740e Add tests for package name case insensitivity and handle illegal characters in package file names 2021-05-04 13:04:06 +10:00