Grahame Grieve
ddba4b77c1
Date tracking in new Terminology Cache
2021-11-16 17:23:39 +11:00
Grahame Grieve
105e073e35
Fix NPEs rendering code system properties
2021-11-16 17:23:07 +11:00
Grahame Grieve
4cd0a3e56c
Render Expressions + Fix NPE rendering date with no value (only extension)
2021-11-16 17:22:30 +11:00
Vassil Peytchev
c3c6653f87
Further CapabilityStatement improvements
2021-11-15 15:48:45 -06:00
Vassil Peytchev
9c31554101
Add support for CapabilityStatement.resource.supportedProfile in the renderer
2021-11-15 13:23:18 -06:00
markiantorno
d483a7dbc3
Updating version to: 5.5.13-SNAPSHOT and incrementing test cases dependency.
2021-11-13 22:03:00 +00:00
markiantorno
86eb372965
Release: v5.5.12
...
Code changes:
* remove erroneous logging to c:\temp
***NO_CI***
2021-11-13 21:33:11 +00:00
dotasek
232e31dbb4
Merge pull request #656 from hapifhir/gg-202111-remove-logging
...
Gg 202111 remove logging
2021-11-12 16:32:29 -05:00
dotasek
4dab9a8d19
incrementing test cases dependencies
2021-11-12 15:28:54 -05:00
Grahame Grieve
f4e9c21c86
update test case dependency
2021-11-13 05:16:25 +11:00
Grahame Grieve
f3a0ee5ce9
ping build
2021-11-12 10:59:17 +11:00
Grahame Grieve
a1d35f5127
release notes
2021-11-12 10:31:26 +11:00
Grahame Grieve
bbec9e0d43
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-11-12 10:30:24 +11:00
Grahame Grieve
c5999e4624
remove erroneous logging to c:\temp
2021-11-12 10:30:06 +11:00
markiantorno
24efd996e0
Updating version to: 5.5.12-SNAPSHOT and incrementing test cases dependency.
2021-11-11 06:51:17 +00:00
markiantorno
31e05f39fa
Release: v5.5.11
...
Validator Changes
* Add warning about resources not linked to in bundles
* Fix up support for pre-adopting R5 extensions
Other Code Changes
* Updating client logger to log both req and resp
* Refactoring of converter loader and misc packages.
* rework all HTTP access through a single access point (todo: refactor this to use okhttp)
* Improvements to rendering for IG publication (including fixing broken links)
* fix NPE in QuestionnaireRenderer
* Move tx-cache management to tx.fhir.org instead of git
* fix concept map rendering
***NO_CI***
2021-11-11 06:24:42 +00:00
Grahame Grieve
2b8b3e7a1f
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-11-11 16:43:20 +11:00
Grahame Grieve
bfc8945402
release notes
2021-11-11 16:43:07 +11:00
Grahame Grieve
cf440359aa
Merge pull request #655 from hapifhir/gg-202111-conceptmap-rendering
...
Gg 202111 conceptmap rendering
2021-11-11 16:42:56 +11:00
Grahame Grieve
07220c27f4
update for release
2021-11-11 14:36:51 +11:00
Grahame Grieve
042e936287
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-11-11 14:36:22 +11:00
Grahame Grieve
0f4b966988
fix concept map rendering
2021-11-11 14:36:00 +11:00
dotasek
05121fc84a
***NO_CI*** Remove strategy from test-java pipeline
2021-11-10 14:47:54 -05:00
dotasek
e99a9926ab
Add pipeline to test parameterized builds
2021-11-10 14:18:55 -05:00
Grahame Grieve
78eeba7045
fix bugs in TerminologyCacheManager
2021-11-10 17:05:32 +11:00
Grahame Grieve
1e69909466
Add warning about resources not linked to in bundles
2021-11-10 17:04:51 +11:00
Grahame Grieve
f508f7279a
fix NPE in QuestionnaireRenderer
2021-11-10 17:04:28 +11:00
markiantorno
4c939c4f75
I am a dummy
2021-11-09 16:09:21 -05:00
Grahame Grieve
9b868d3af3
Merge pull request #650 from hapifhir/gg-202111-renderer-n-http
...
Gg 202111 renderer n http
2021-11-10 06:18:56 +11:00
Grahame Grieve
227d1cd94b
fix test case dependency
2021-11-09 18:34:44 +11:00
Grahame Grieve
76504db802
ping build
2021-11-09 17:47:45 +11:00
Grahame Grieve
62e324ab11
update release notes
2021-11-09 16:37:24 +11:00
Grahame Grieve
5a33d5c15a
merge conflicts + rework rendering + gather all HTTP access to SimpleHTTPClient + add TerminologyCacheManager
2021-11-09 16:24:21 +11:00
Grahame Grieve
f695023d6f
Merge pull request #648 from hapifhir/logging_interceptor
...
Adding changes for logging request and resp
2021-11-09 11:43:27 +11:00
Grahame Grieve
1aae6c8c76
rework HTTP client - all client calls route through SimpleHTTPClient + define CommonPackages infrastructure
2021-11-09 11:38:25 +11:00
Mark Iantorno
f5de73921a
Merge branch 'master' into logging_interceptor
2021-11-08 16:10:36 -05:00
markiantorno
7bcd2b6434
Adding changes for logging request and resp
2021-11-08 16:10:04 -05:00
Grahame Grieve
d91b26e69b
Add getServerVersion to tooling client
2021-11-09 06:13:18 +11:00
dotasek
20989776db
Convertor refactor iii ( #635 )
...
* Move loaders to own packages
* Move inner loader classes up one level
* Use lombok annotaions for BaseLoaderX classes
* Move ADLImporter
* Use lombok for ADLImporter inner classes
* Move inner ADLImporter classes up one level
* Move misc classes with inner classes to their own packages
* Encapsulate and add lombok to misc internal classes
* Move inner misc classes up one level
* Clean up explicit type arguments
* Revert back to master validator_test_case_version in pom.xml
* Update RELEASE_NOTES.md
Co-authored-by: David Otasek <david.otasek@Davids-MacBook-Pro.local>
2021-11-08 12:06:51 -05:00
Grahame Grieve
227664a9b3
fix versions for 5.0 extensions
2021-11-05 17:25:14 +11:00
Grahame Grieve
43c25ae4f8
fix rule around request/response when logging
2021-11-05 17:14:08 +11:00
Grahame Grieve
80e1606bf9
fix broken links
2021-11-05 17:09:59 +11:00
Grahame Grieve
5dcb4e3e37
fix dicom package builder - add dependency
2021-11-05 17:05:40 +11:00
Grahame Grieve
27852389d6
fix missing logging of requests
2021-11-04 12:41:27 +11:00
dotasek
83b1702cc5
SHCParser file cleanup ( #640 )
...
* Use File.createTempFile to manage SHCParser payload writing
* Undo auto-reorg imports
* Remove JsonTrackingParser.write
2021-11-03 10:40:06 -04:00
markiantorno
52cbe69651
Updating version to: 5.5.11-SNAPSHOT and incrementing test cases dependency.
2021-11-03 04:58:39 +00:00
markiantorno
2c2fb1179a
Release: v5.5.10
...
Validator
* Fix validation of RiskAssessment probability
* Don't check MeasureReport groups if Measure doesn't have any groups
Other code changes
* Fix generation of GraphQL schema
* remove spurious log files
***NO_CI***
2021-11-03 04:32:39 +00:00
Grahame Grieve
ff3b68afd6
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-11-03 14:44:21 +11:00
Grahame Grieve
927f8d7d22
Delete c:\temp\payload.json
2021-11-03 14:44:15 +11:00
Grahame Grieve
e5caf48cf3
set up new release
2021-11-03 14:43:34 +11:00