* WIP start moving FhirRequestBuilder to ManagedWebAccess
* Update PECodeGenerator.java
* WIP keep moving FhirRequestBuilder to ManagedWebAccess + fix some tests
* WIP move logging, retry, timeout and proxy
* WIP move accept to parameter
* WIP some HTTP Header refactoring, rename FhirRequest to HTTPRequest
* WIP fix removed import
* Tidy up code
***NO_CI***
* Fix for renamed class
* Change mem settings for build
* Adjust pipeline mem again
* Apply changes to r4b
* Actually add headers from HTTPRequest to OkHttp request
* Use ManagedFhirWebAccess in r4
* Removing leftover okttp usage
* Remove unused classes and okhttp usages and add tests for r4
* Make dstu3 use ManagedFhirWebAccess
* Make sure we get response headers
* Add test coverage (some failing) for DSTU2 ClientUtils
* Add FHIRToolingClient tests
* Use ManagedFhirWebAccess for DSTU2
* WIP restore format header tests - turns out they break
* Fix format header issues
* Switch to static fhirBuilder for all FhirRequestBuilders
+ Fix null user agent issue
+ Load ManagedWebAccess from FHIR settings
+ Add terminology servers to FhirSettings
* fix slicing by type and profile to allow multiple options per slice
* List measure choices when a match by version can't be found
* Validate fhirpath expression in slice discriminators
* Remove conflicting authorization header setting methods
* fix VSAC importer for changes to ManagedWebAccess
* Tests 1
* Rename ...AccessBuilder classes to ...Accessor
* Fix api-key token mixup, more tests
* Resolve all deletions enclosed in FIXME + fix headers in dstu2 postfeed
* More TODO erasures. Plus found missing functionality
* Move tests to utilities. Clarify missing functionality
* Clean up comments and JavaDoc
* Final rename
* update vsac access code
* Fix get bytes for -1 or chunked content
---------
Co-authored-by: Jens Kristian Villadsen <jenskristianvilladsen@gmail.com>
Co-authored-by: Grahame Grieve <grahameg@gmail.com>
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
* Return null for all toCode enum params that are null
* Revert "Return null for all toCode enum params that are null"
This reverts commit 97a61b2ff9.
* Return null for all toCode enum params that are Enum.NULL
* Revise FHIRPath API so hosts can evaluate expressions in custom functions
* Implement slice() function in validator
* more improvements to profile generation
* Fix issue where .resolve() in FHIRPath didn't work with URL values (and fix typo in i18n system)
* release notes
* Fix test ignore/exclude issues, bump test cases
---------
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
Co-authored-by: dotasek <david.otasek@smilecdr.com>
* Start work
* Tests for new Param
* More tests, add param, refactor
* Rename + JsonProperty annotations
* Logging for API keys
* WIP rename search parameter + add settings object for serialization
* Switch to JSON based settings file.
* Rename FHIRSettings and remove ToolGlobalSettings
* Update default path for settings file + expand test
* Only allow single instantiation with explicitFilePath
* Move and expand tests
* Fix failing test
* Add test for FhirSettings param precedence
* Refactor to only call getInstance() internally in FhirSettings
If the base text was null, appending a text in the derived element (using "...") would show a "null" before the text. This commit adds the method Utilities.appendDerivedTextToBase() to implement to correct behavior.
* Redo pull pipeline to check for alternate file encodings
* Fix jdkVersion references in pull-request-pipeline
* Failing test for Cp1252 encoded Java environments
* Fix file encoding mistake
* Add fix + refactor test
* Backport ParserBase changes and tests to previous versions
* And I mean it, this time
* Update tx cache resources
Co-authored-by: dotasek <david.otasek@smilecdr.com>
* wip
* first go at this, still some failing tests
* post-pairing with Grahame
* wip
* failing test cases
* fixed InstanceValidator to respect new validation options for both references and contained resources
* removed dead code
* put copyright back in BaseValidator
* wip
* add explicit control over the User-Agent header, and make sure headers flow through properly to all calls
* #328 - wrong processing of markdown URLs
* test fixes for URL handling
* fix tests
* improved validation of UUIDs
* fix test case dependency
* Add Dicom Package builder