dotasek
8d485c0f34
Expand tests, fix break
2022-11-28 18:47:58 -05:00
dotasek
fce80bb9b1
Fix unnecessary switch. Refactor tests.
2022-11-28 18:28:34 -05:00
dotasek
9e6700d9a9
Pass initial tests
2022-11-28 17:05:57 -05:00
dotasek
cce0d42c0e
GitHub complains about missing newlines.
2022-11-28 15:12:17 -05:00
dotasek
1b823ef97a
Failing test
2022-11-28 15:12:17 -05:00
markiantorno
63f905d184
Updating version to: 5.6.82-SNAPSHOT and incrementing test cases dependency.
2022-11-28 18:44:16 +00:00
markiantorno
2715d811dc
Release: v5.6.81
...
## Validator Changes
* Avoid repeated R5 Extension loading in ValidatorService
* Fix problems validating logical models
* Fix `-locale` parameter functionality
* Add Spanish internationalization phrases
## Other code changes
* ProfileUtilities: Provide Standards Status in tree view
* JSONParser: numerous r4b/r5 speed improvements and fixes
* FHIRPathEngine: Catch exceptions resolving references in r5
* Handle null source and target in ConceptMap conversions
* Provide consistent rendering of comments in examples in IGs
* Preparations for changes to IG Publisher narrative generation
* Fix for Identifier.use conversion in dstu3
***NO_CI***
2022-11-28 18:23:09 +00:00
dotasek
7f6db2933a
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-28 12:42:55 -05:00
James Agnew
1fc0ed4cbd
Add null guard to converter ( #1013 )
...
* Add null guard to converter
* One more guard
* One more null guard
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-28 12:24:01 -05:00
Grahame Grieve
1b07d221ea
Merge remote-tracking branch 'origin/master'
2022-11-28 12:28:07 -03:00
Grahame Grieve
4cda6dd998
Don't double load R5
2022-11-28 12:27:57 -03:00
Grahame Grieve
a49a82aab5
capture exception chasing references
2022-11-28 12:27:41 -03:00
Grahame Grieve
9405d0b715
Fix problems validating logical models
2022-11-28 12:27:26 -03:00
Grahame Grieve
35774955ae
Produce Standards Status in tree view
2022-11-28 12:26:58 -03:00
Grahame Grieve
65863d88d1
Merge pull request #1012 from hapifhir/gg-202211-json-comments
...
Consistency around rendering comments in examples in IGs
2022-11-27 05:33:35 -03:00
Grahame Grieve
49f798de48
Consistency around rendering comments in examples in IGs
2022-11-26 22:24:17 -03:00
Grahame Grieve
83b2921c2e
Merge pull request #1011 from hapifhir/gg-202211-json5
...
update JSON parser used by validator to JSON5 parser
2022-11-26 19:22:05 -03:00
Grahame Grieve
53fb08ab19
update JSON parser used by validator to JSON5 parser
2022-11-26 18:24:29 -03:00
dotasek
f7cae7f2b9
Ignore previous commit. Release was fine.
...
***NO_CI***
2022-11-26 14:15:58 -05:00
dotasek
9099f11ba6
Retry release, update RELEASE_NOTES.md
...
***NO_CI***
2022-11-26 14:13:44 -05:00
Grahame Grieve
e189ae2b76
Merge pull request #1001 from ahdis/oe_np_with_structuremaps
...
fix np and index out of bound exception
2022-11-26 01:00:34 -03:00
Grahame Grieve
cbb317e8c2
Merge pull request #1009 from hapifhir/gg-202211-json-fixes
...
Gg 202211 json fixes
2022-11-26 00:51:10 -03:00
Grahame Grieve
363a95bb8a
more replacing json library
2022-11-25 22:37:43 -03:00
Grahame Grieve
450fa1d02c
minor improvements to json library
2022-11-25 22:37:18 -03:00
Grahame Grieve
21bd9bf7e9
improve parsing speed for json resources
2022-11-25 22:36:51 -03:00
Grahame Grieve
8f1e6f2c59
Improve parsing speed for Json resources
2022-11-25 22:36:38 -03:00
Grahame Grieve
275d83a4c7
work around bug in template OO
2022-11-25 22:36:14 -03:00
Grahame Grieve
f3413dad23
Fix error converting Identifier.use = old to R3
2022-11-25 22:35:55 -03:00
Grahame Grieve
0f6b2ad297
Merge remote-tracking branch 'origin/master'
2022-11-24 19:56:13 -03:00
Grahame Grieve
61d998963a
fix debugging
2022-11-24 19:56:07 -03:00
Grahame Grieve
59199075b9
Merge pull request #1003 from hapifhir/gg-202211-json
...
Gg 202211 json
2022-11-24 19:33:30 -03:00
Grahame Grieve
962f3f09ea
prepare for changing the way the IG publisher generates narrative
2022-11-24 18:02:21 -03:00
Grahame Grieve
618f98e323
Add spanish messages
2022-11-24 18:02:02 -03:00
Grahame Grieve
1617315ed8
minor improvements to validator message
2022-11-24 17:58:15 -03:00
Grahame Grieve
80f275ff18
upgrade to new JSON parser
2022-11-24 17:57:46 -03:00
Hank Yang
8e5ad3a693
Fixed -locale parameter for validatorcli ( #1002 )
...
* "Added Failing Tests"
* Added Failing Tests
* Failing Tests
* Fixed locale param for validatorcli
2022-11-23 16:02:37 -05:00
Grahame Grieve
b2e2c68f7e
minor typo fixes in validation messages
2022-11-22 12:45:33 -03:00
Oliver Egger
b3cc460ccd
fix nullpointer exceptions
2022-11-22 16:19:16 +01:00
markiantorno
01d212afac
Updating version to: 5.6.81-SNAPSHOT and incrementing test cases dependency.
2022-11-22 14:28:51 +00:00
markiantorno
3ab720a6af
Release: v5.6.80
...
## Validator Changes
* Improved Loading speed (20% reduction)
* Fix issue handling path on content references on deeply nested content
## Other code changes
* Fix rendering issue when reference.reference missing
* Add rule date to validation messages so new rules can be highlighted
***NO_CI***
2022-11-22 14:05:59 +00:00
Grahame Grieve
2a0eef6ddf
set up release
2022-11-22 10:13:42 -03:00
Grahame Grieve
36ec1549fd
Merge remote-tracking branch 'origin/master'
2022-11-22 09:06:20 -03:00
Grahame Grieve
6e44ac7b69
release notes
2022-11-22 09:06:15 -03:00
Grahame Grieve
86c9e2615c
Merge pull request #1000 from hapifhir/gg-202211-rule-date
...
Gg 202211 rule date
2022-11-22 07:59:10 -03:00
Grahame Grieve
4630b86476
More rule dates
2022-11-22 06:45:35 -03:00
Grahame Grieve
6bdf3389bb
fix bug missing R5 definitions in publisher
2022-11-22 06:38:01 -03:00
Grahame Grieve
74b1b7f201
fix rendering issue when reference.reference missing
2022-11-22 05:58:17 -03:00
Grahame Grieve
24331956f1
Add rule date to validation messages so new rules can be highlighted
2022-11-22 05:58:02 -03:00
Grahame Grieve
ca5cd63d60
Merge pull request #999 from hapifhir/gg-202211-nested-paths
...
Gg 202211 nested paths
2022-11-22 01:54:45 -03:00
Grahame Grieve
ed5930b68d
fix loading resource types
2022-11-21 22:35:01 -03:00