markiantorno
30e45f54ed
wip
2021-05-25 13:36:07 -04:00
Alexander Zautke
0069da7b6e
Merge branch 'az-fix-extensions-on-pattern' of github.com:alexzautke/org.hl7.fhir.core into az-fix-extensions-on-pattern
2021-05-23 22:13:11 +02:00
Alexander Zautke
26bcee1675
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into az-fix-extensions-on-pattern
2021-05-23 22:12:14 +02:00
Alexander Zautke
e5553fe7d9
Merge branch 'hapifhir:master' into az-fix-extensions-on-pattern
2021-05-23 22:10:30 +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
Alexander Zautke
22af0cba90
Allow extensions in checkFixedValue if a pattern instead of a fixedValue is defined on the element
2021-05-20 17:23:34 +02:00
Lloyd McKenzie
5d9b7f4d62
If there's an ampersand that doesn't actually have a closing semi-colon, the process eventually runs out of characters and then fails doing a charAt(0). Catch this issue and throw a useful exception.
2021-05-19 19:04:11 -06: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
Pieter Edelman
396e562d89
Fix for a bug where the line number was reported as column number when validating constraints
2021-05-19 16:52:53 +02:00
jamesagnew
9b829d9714
Version bump to 5.4.0 for release
2021-05-18 16:55:09 -04:00
tyfni
56738f7acf
add copying of aggregation mode for conversion from 50 to 30
2021-05-18 13:39:36 +02: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
Pieter Edelman
783ad9b850
Issue #497 : turn on single line mode for FHIRPath matches()
2021-05-14 15:58:03 +02: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
Grahame Grieve
d4c25d56b5
Merge branch 'master' into gg_202105_03
2021-05-14 11:32:06 +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