Commit Graph

2867 Commits

Author SHA1 Message Date
Grahame Grieve 5b9736dbff add explicit control over the User-Agent header, and make sure headers flow through properly to all calls 2021-10-23 05:56:36 +11:00
Grahame Grieve c69413e9e0 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-10-21 12:57:08 +11:00
Grahame Grieve 54d31a33dc add -output-style parameter 2021-10-21 12:56:56 +11:00
Grahame Grieve 2157145050
Merge pull request #627 from hapifhir/gg-202110-ns
Gg 202110 ns
2021-10-21 07:37:15 +11:00
Grahame Grieve 09d717a2ba Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-10-21 07:03:00 +11:00
Grahame Grieve e62f3a3c6c handle naming system URLs when resolving URLs 2021-10-21 07:02:48 +11:00
Grahame Grieve 78ad6d17aa
Merge pull request #626 from hapifhir/gg-202110-profilecomp
fix profile comparison
2021-10-21 06:49:32 +11:00
Grahame Grieve b60afcb608 fix profile comparison 2021-10-21 06:18:17 +11:00
Grahame Grieve 2e075f674e
Merge pull request #624 from hapifhir/gg-202110-tx-version
fix terminology version management and caching + better error message…
2021-10-21 04:33:43 +11:00
Grahame Grieve 1fb17a0635 fix tests dependency 2021-10-21 03:51:41 +11:00
Grahame Grieve 3f66b3d474 ping build 2021-10-20 19:22:06 +11:00
Grahame Grieve 4cdead6f80 more validation for canonical URLs 2021-10-20 17:06:59 +11:00
Grahame Grieve e21a9830b8 fix terminology version management and caching + better error messages for extension context 2021-10-19 12:47:37 +11:00
Grahame Grieve 0ca2a6738e
Merge pull request #621 from hapifhir/gg-202110-json
fix json bug
2021-10-13 17:16:24 +11:00
Grahame Grieve 95f7f13908 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-10-13 09:20:37 +11:00
Grahame Grieve 5a4ebbcba2
Merge pull request #620 from EricLemieux/fix-618
Fix Issue 618 | NPE bundle validation
2021-10-13 08:12:52 +11:00
Grahame Grieve f120a617c2 fix json issue, and add tests for it 2021-10-13 08:10:27 +11:00
Eric Lemieux dc368e17cb Fix Issue 618 | NPE bundle validation
When validating a bundle, with the type, searchset, a NPE would be
thrown if some but not all entities contained a search mode.
2021-10-12 15:59:09 -04:00
Grahame Grieve 46b500d1a9 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-10-13 06:08:31 +11:00
Mark Iantorno a9962c94f3 Update master-branch-pipeline.yml for Azure Pipelines 2021-10-12 12:26:52 -04:00
Mark Iantorno e2855949fd
Removing pinentry option for gpg as it breaks in ubuntu 20.04 2021-10-12 12:24:39 -04:00
Grahame Grieve f4849101c0 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-10-11 10:59:39 +11:00
markiantorno 28bdc66c64 Updating version to: 5.5.8-SNAPSHOT and incrementing test cases dependency. 2021-10-10 23:07:21 +00:00
markiantorno f450904bdb Release: v5.5.7
* NPE fixes
* Smart Health Cards support in validator
* Fix bug generating spreadsheets due to sheet name length limitations
* Implement descendent-of filter
* more NPE fixes
* add Element.removeChild
* fix issue generation snapshot and content reference, and work around …
* improve SHC validation error
* fix for NPE generating ConceptMap spreadsheet
* fix crash in IG publisher rendering illegal content
* Improve slicing error messages
* more improving error message resolving slicing
* add missing code + track prohibited / required elements (improve rend…
* fix for broken links in R4B IGs
* fix bug related to logger in FHIRToolingClient
* fix bug related to logger in context
* enable detection of whether tx server knows about value set and bette…
* make likely source URL visible outside ProfileUtilities
* fix renderers - don't make nonvalid URLs into html links + fix NPE +
* fix bug with sheetnames generating spreadsheets
* supper branches in current version of packages
* report slicing information automatically where slicing is based on pr…
* fix misleading validation message + add -ips parameter for validator
* hint not warning when it's an example questionnaire
***NO_CI***
2021-10-10 22:40:40 +00:00
Mark Iantorno 76357d54b3
Update RELEASE_NOTES.md 2021-10-10 18:24:15 -04:00
Grahame Grieve 237897965b
Gg 202110 misc validation (#617)
* NPE fixes

* Smart Health Cards support in validator

* Fix bug generating spreadsheets due to sheet name length limitations

* Implement descendent-of filter

* more NPE fixes

* add Element.removeChild

* fix issue generation snapshot and content reference, and work around old erroneous binding description in R4

* improve SHC validation error

* fix for NPE generating ConceptMap spreadsheet

* fix crash in IG publisher rendering illegal content

* Improve slicing error messages

* more improving error message resolving slicing

* add missing code + track prohibited / required elements (improve rendering of IGs)

* fix for broken links in R4B IGs

* fix bug related to logger in FHIRToolingClient

* fix bug related to logger in context

* enable detection of whether tx server knows about value set and better track returned errors from tx server

* make likely source URL visible outside ProfileUtilities

* fix renderers - don't make nonvalid URLs into html links + fix NPE +

* fix bug with sheetnames generating spreadsheets

* supper branches in current version of packages

* report slicing information automatically where slicing is based on profile + fix shc support + support codesystem-properties-mode + fix value set validation on profiles + fix wrong entry point on vaildating contained resources with profiles

* fix misleading validation message + add -ips parameter for validator

* hint not warning when it's an example questionnaire
2021-10-10 17:37:02 -04:00
markiantorno df724155e0 Updating version to: 5.5.7-SNAPSHOT and incrementing test cases dependency. 2021-10-09 22:05:18 +00:00
markiantorno 04ceca78b1 Release: v5.5.6
* incrementing test case dependency
***NO_CI***
2021-10-09 21:34:22 +00:00
Mark Iantorno 8506c88d1f ubuntu version issues 2021-10-09 10:08:42 -04:00
markiantorno c33a3b5e82 forgot to change module versions 2021-10-08 13:31:53 -04:00
markiantorno 00f726b16c something is wrong with the sonatype publish of the previous snapshot 2021-10-08 13:28:31 -04:00
Mark Iantorno c1db3750eb release branch pipeline update to ubuntu-latest 2021-10-08 13:24:33 -04:00
Mark Iantorno 1bba89d547 changing macos build to latest 2021-10-08 13:24:07 -04:00
Mark Iantorno 425dcfa0b4 16-04 is getting deprecated 2021-10-08 13:23:10 -04:00
markiantorno 0d0abe75ff updating test case dep 2021-10-08 09:56:35 -04:00
Grahame Grieve ea6464d948 hint not warning when it's an example questionnaire 2021-10-08 14:16:23 +11:00
Grahame Grieve f2f7db761d merge fix 2021-10-08 08:20:40 +11:00
Grahame Grieve 9ae20d56a4 fix misleading validation message + add -ips parameter for validator 2021-10-08 08:10:40 +11:00
Grahame Grieve a8ba0ed4e5 report slicing information automatically where slicing is based on profile + fix shc support + support codesystem-properties-mode + fix value set validation on profiles + fix wrong entry point on vaildating contained resources with profiles 2021-10-08 08:09:37 +11:00
Grahame Grieve 4ff3c45fca supper branches in current version of packages 2021-10-08 08:05:55 +11:00
Grahame Grieve db2004abb7 fix bug with sheetnames generating spreadsheets 2021-10-08 08:05:20 +11:00
Grahame Grieve a75ac22c91 fix renderers - don't make nonvalid URLs into html links + fix NPE + 2021-10-08 08:04:21 +11:00
Grahame Grieve d427295ee6 make likely source URL visible outside ProfileUtilities 2021-10-08 08:02:34 +11:00
Grahame Grieve 579d98cf85 enable detection of whether tx server knows about value set and better track returned errors from tx server 2021-10-08 08:01:41 +11:00
Grahame Grieve 89732b4512 fix bug related to logger in context 2021-10-08 07:49:30 +11:00
Grahame Grieve eb750c6bf0 fix bug related to logger in FHIRToolingClient 2021-10-08 07:48:53 +11:00
markiantorno f0997bc0c0 Updating version to: 5.5.5-SNAPSHOT and incrementing test cases dependency. 2021-09-29 17:51:23 +00:00
markiantorno 6aaf495c85 Release: v5.5.4
* https://github.com/hapifhir/org.hl7.fhir.core/issues/499
* https://github.com/hapifhir/org.hl7.fhir.core/issues/602
* https://github.com/hapifhir/org.hl7.fhir.core/issues/611
***NO_CI***
2021-09-29 17:22:54 +00:00
katiesmilecdr 3b6a2c91cf
update ListResource profile in r4 (#612) 2021-09-29 12:38:13 -04:00
Grahame Grieve 342d75b2df
Gg 202109 misc snapshot (#610)
* NPE fixes

* Smart Health Cards support in validator

* Fix bug generating spreadsheets due to sheet name length limitations

* Implement descendent-of filter

* more NPE fixes

* add Element.removeChild

* fix issue generation snapshot and content reference, and work around old erroneous binding description in R4

* improve SHC validation error

* fix for NPE generating ConceptMap spreadsheet

* fix crash in IG publisher rendering illegal content

* Improve slicing error messages

* more improving error message resolving slicing

* add missing code + track prohibited / required elements (improve rendering of IGs)

* fix for broken links in R4B IGs
2021-09-29 10:29:10 -04:00