Grahame Grieve
a65de7b980
Correct fix for bug parsing json-property-key values
2024-11-01 08:04:28 +10:30
dotasek
c5aaf43121
Make sure we get response headers
2024-10-30 19:08:38 -04:00
Brian Postlethwaite
323ec42c32
Corrent the parameter order for the assert parameters
2024-10-31 10:05:40 +11:00
Brian Postlethwaite
01af08030f
#1794
...
Update the implementation of the `toString` fhirpath function to: (pending FHIR-48737)
* not return the text 'null' when no primitive value exists (when extension only)
* throw an error if more than 1 item is to be returned (doesn't support collections)
* return an empty set when no primitive values exist (when extension only)
2024-10-31 10:04:57 +11:00
Brian Postlethwaite
bcf2ee886a
Tip for Windows users for building
2024-10-31 07:55:02 +11:00
dotasek
eb7144053d
Make dstu3 use ManagedFhirWebAccess
2024-10-30 13:11:51 -04:00
dotasek
2f95e3fe9f
Remove unused classes and okhttp usages and add tests for r4
2024-10-30 09:30:09 -04:00
Grahame Grieve
cdfcd3e7f2
update test case dependency
2024-10-30 21:07:41 +10:30
Grahame Grieve
8ceb1024c0
Update output from tx-tester to include release ready statement
2024-10-30 21:07:32 +10:30
Grahame Grieve
6533f2bd36
Fix rendering of Logical Models for polymorphic elements, and rendering target profiles with versions
2024-10-30 21:06:58 +10:30
Grahame Grieve
8a9039f08f
Fix problem validating json key value pairs
2024-10-30 21:05:57 +10:30
Grahame Grieve
1850995465
Render contained resources in List resource
2024-10-30 21:05:22 +10:30
Grahame Grieve
e8973a90d8
#1790 - Fix versionFromCanonical returns system instead and systemFromCanonical returns version
2024-10-30 21:05:03 +10:30
Grahame Grieve
1100fe2855
fix special case r5 loading of terminology to fix validation error on ExampleScenario
2024-10-30 21:04:05 +10:30
Grahame Grieve
b683b0f778
fix r5 to use r5 end-point on tx.fhir.org
2024-10-30 21:03:40 +10:30
dotasek
2fdfaf8602
Removing leftover okttp usage
2024-10-29 18:32:58 -04:00
dotasek
a5ef974c3d
Use ManagedFhirWebAccess in r4
2024-10-29 17:07:41 -04:00
dotasek
fe58a8a2c5
Actually add headers from HTTPRequest to OkHttp request
2024-10-29 11:09:47 -04:00
dotasek
0ebf628bec
Fix expected generated code ( #1793 )
...
* Fix expected generated code
* Update PECodeGenerator.java
---------
Co-authored-by: Jens Kristian Villadsen <jenskristianvilladsen@gmail.com>
2024-10-29 10:21:53 -04:00
dotasek
d8ca1cc144
Apply changes to r4b
2024-10-29 10:06:42 -04:00
dotasek
cbafe2a28f
Adjust pipeline mem again
2024-10-28 16:00:20 -04:00
dotasek
2de5c65347
Merge remote-tracking branch 'origin/master' into do-20241021-tx-auth
2024-10-28 13:44:54 -04:00
dotasek
555edcf329
Change mem settings for build
2024-10-28 11:46:07 -04:00
dotasek
b51ac15051
Fix for renamed class
2024-10-28 10:45:06 -04:00
Vadim Peretokin
cde5d86fe0
Update maven wrapper version ( #1769 )
...
* Update mvnw
* Run update command
2024-10-28 09:10:03 -04:00
Grahame Grieve
c7f747519c
test generated code
2024-10-28 07:33:05 +11:00
dotasek
f82f8764cf
Tidy up code
...
***NO_CI***
2024-10-25 17:01:09 -04:00
dotasek
0308d18107
WIP fix removed import
2024-10-25 16:58:34 -04:00
dotasek
03b0c163be
Merge branch 'master' into do-20241021-tx-auth
2024-10-25 13:56:06 -04:00
dotasek
0b45b0b882
WIP some HTTP Header refactoring, rename FhirRequest to HTTPRequest
2024-10-25 13:55:33 -04:00
dotasek
b33de12e49
WIP move accept to parameter
2024-10-24 13:57:51 -04:00
markiantorno
54d239a38a
Updating version to: 6.4.1-SNAPSHOT and incrementing test cases dependency.
2024-10-24 14:15:50 +00:00
markiantorno
26c445c8fc
Release: v6.4.0
...
## Validator Changes
* Improve warning messages about collections in SQL ViewDefinitions
* Fix type evaluation of .item() in FHIRPath
* Revise message about unknown usage context on additional binding
* Add support for code generation
* Add check for # in CanonicalResource.version
* Fix problem parsing urls in cds-hooks formats
* Fix issues with output folder running tx tests
* Fix bug evaluating resolve() in contained resources when doing slicing
## Other code changes
* Fix NPE processing markdown
* Capture missing snapshot generation messages
* Track OID status
* Improve rendering of coded values
* update tests for changes to PE code generation
* Tx Tests: Add support for special header on specific tests
* Tx Tests: Fix framework to handle diagnostics correctly
* Tx Tests: check http code in tx test cases
* Add support for NCI code rendering
* Adding missing lombok annotation (cannot build without it from scratch) (#1785 )
* Remove Encounter Renderer
* Profile code generation fixes
* Add r4 code gen classes
* Draft work for tx server authentication (not landed yet)
* Move XXE safe SAXParserFactory and XMLReader instantiation to XMLUtil
* Bump commons-compress version
***NO_CI***
2024-10-24 13:30:23 +00:00
Grahame Grieve
c612a9e518
Merge remote-tracking branch 'origin/master'
2024-10-24 23:12:21 +10:30
Grahame Grieve
5ec1e3e15f
setup release
2024-10-24 23:12:14 +10:30
markiantorno
626fe4c0c7
Updating i18n-coverage csv and png table ***NO_CI***
2024-10-24 10:57:54 +00:00
Grahame Grieve
78f6040ceb
Merge pull request #1787 from hapifhir/2024-10-gg-tx-server-auth-1
...
2024 10 gg tx server auth 1
2024-10-24 21:09:22 +10:30
Grahame Grieve
0bb0aac47b
Capture missing snapshot generation messages
2024-10-24 16:47:58 +10:30
Grahame Grieve
a632594a67
track OID status
2024-10-24 07:16:36 +10:30
Grahame Grieve
89be42a649
Merge remote-tracking branch 'origin/master'
2024-10-24 07:16:05 +10:30
Grahame Grieve
e6c720450b
Merge pull request #1774 from hapifhir/do-20241009-documentbuilderfactory-refactor
...
Move new DocumentBuilderFactory calls to XMLUtils
2024-10-24 07:14:28 +10:30
dotasek
ddb0a661dd
Merge branch '2024-10-gg-tx-server-auth-1' into do-20241021-tx-auth
2024-10-23 11:55:58 -04:00
dotasek
fdbf0da576
WIP move logging, retry, timeout and proxy
2024-10-23 11:55:27 -04:00
Grahame Grieve
5a4f794add
Merge remote-tracking branch 'origin/master'
2024-10-23 23:34:39 +10:30
Grahame Grieve
7c075ae347
Improve warning messages about collections in SQL ViewDefinitions
2024-10-23 23:00:48 +10:30
Grahame Grieve
44b6888cb8
Improve rendering of coded values
2024-10-23 23:00:29 +10:30
Grahame Grieve
93c7c3da68
fix type evaluation of .item() in FHIRPath
2024-10-23 23:00:13 +10:30
Grahame Grieve
832906da13
update tests for changes to PE code generation
2024-10-23 22:59:54 +10:30
Grahame Grieve
77580465c7
revise message about unknown usage context on additional binding
2024-10-23 22:59:32 +10:30
Grahame Grieve
d652aa2f30
Fix NPE processing markdown
2024-10-23 22:19:08 +10:30