dotasek.dev
2c2e935f0a
Fix duplicate txServer getters and setters
2024-05-09 15:26:20 -04:00
dotasek
743b2fb33f
Update RELEASE_NOTES.md
...
***NO_CI***
2024-05-09 09:46:24 -04:00
Grahame Grieve
144746857d
Merge pull request #1616 from hapifhir/do-20240506-cr-shims
...
CR Backward Compatibility Shims
2024-05-08 23:17:12 +00:00
dotasek.dev
9859b1df72
Merge branch 'master' into do-20240506-cr-shims
2024-05-08 10:18:59 -04:00
dotasek
178f7b0fa1
Use extension class on Exception to force try-catch blocks on checkCodeOnServer calls ( #1609 )
...
* Catch missed exception from HAPI
* Wrap general exception for IWorkerContext
2024-05-08 10:18:01 -04:00
dotasek
e05660a76c
Merge remote-tracking branch 'origin/master' into do-20240506-cr-shims
2024-05-08 09:29:03 -04:00
markiantorno
bdfb5aa050
Updating i18n-coverage csv and png table ***NO_CI***
2024-05-08 03:10:50 +00:00
Grahame Grieve
dbac1cf294
Merge pull request #1615 from hapifhir/2024-05-gg-misc
...
2024 05 gg misc
2024-05-08 02:52:10 +00:00
Grahame Grieve
698ba562ab
update test case version
2024-05-08 12:06:47 +10:00
Grahame Grieve
c90fa8c023
fix extension urls not being linked in tree view
2024-05-08 12:06:29 +10:00
Grahame Grieve
a87dcd1d93
fix up i18n for change notes
2024-05-08 12:05:54 +10:00
Grahame Grieve
e129e6879d
don't process wrong parent when processing snapshot of element with profiled type that is not reprofiled
2024-05-08 12:05:38 +10:00
dotasek
b46a3ef77d
Update README.md ( #1610 )
...
Adds I18n coverage table to the README.md
2024-05-07 12:09:38 -04:00
dotasek.dev
3317d8bd86
Add shim interfaces and classes for CR project compatibility
2024-05-06 17:03:08 -04:00
dotasek
b65f7afb1d
Move i18n coverage png table to job in master pipeline ( #1612 )
2024-05-06 14:18:52 -04:00
markiantorno
77769415bc
Updating i18n-coverage csv and png table ***NO_CI***
2024-05-05 08:20:36 +00:00
Grahame Grieve
c24fde0bb6
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-05-05 18:17:33 +10:00
Grahame Grieve
f79fdb44ec
rendering improvements and remove static use of describeSystem
2024-05-05 18:12:57 +10:00
Grahame Grieve
fec36d70b3
fix handling value set exclude filters
2024-04-27 21:46:31 +10:00
Grahame Grieve
b4b93de9b0
fix NPE rendering profile comparisons
2024-04-27 21:46:16 +10:00
Grahame Grieve
d8741f72e6
Fix bug where slicing and grouping gets mixed up rendering profile tree
2024-04-27 21:46:03 +10:00
Grahame Grieve
2833d1da62
fix typo in OID message
2024-04-25 22:01:15 +10:00
Grahame Grieve
316161e3a7
i18n for rendering phrases (step 1) #1592
2024-04-25 22:01:04 +10:00
Grahame Grieve
a28ba7ee2e
allow code system declared proporties to be self-referential
2024-04-25 22:00:08 +10:00
Grahame Grieve
1d913459fe
rework OID handling for better consistency
2024-04-25 21:59:44 +10:00
Grahame Grieve
5118c26ee4
handle time outs doing vsac import (starlink obstructions)
2024-04-25 21:58:42 +10:00
markiantorno
f2fe93a1d7
Updating i18n-coverage csv and png table ***NO_CI***
2024-04-24 18:57:46 +00:00
dotasek
63fb941793
Update master-branch-i18n-coverage-pipeline.yml
...
Put csv in correct location
2024-04-24 14:54:43 -04:00
dotasek
315d115cc7
Refactor + add rendering phrases + sort output ( #1607 )
2024-04-24 14:01:30 -04:00
Grahame Grieve
f9aaf9a1f3
Merge pull request #1586 from hapifhir/do-20240327-language-translation-coverage
...
Add coverage test to output missing translations + summary
2024-04-24 08:09:13 +10:00
dotasek.dev
f029c7bc9b
Update bidi-check with new png
2024-04-23 15:01:40 -04:00
dotasek.dev
8e969cd9e8
Merge remote-tracking branch 'origin/master' into do-20240327-language-translation-coverage
2024-04-23 14:54:15 -04:00
markiantorno
9372e6221a
Updating i18n-coverage csv and png table ***NO_CI***
2024-04-23 17:15:39 +00:00
dotasek.dev
dab6150e9a
Merge remote-tracking branch 'origin/master' into do-20240327-language-translation-coverage
2024-04-23 11:46:52 -04:00
dotasek.dev
aa8979c3d4
Adjust table formatting and title
2024-04-23 11:46:41 -04:00
markiantorno
9ce2c57b8b
Updating version to: 6.3.7-SNAPSHOT and incrementing test cases dependency.
2024-04-23 08:51:21 +00:00
markiantorno
46bdec9054
Release: v6.3.6
...
## Validator Changes
* fix NPE loading resources
* Don't enforce ids on elements when processing CDA
* Send supplements to tx server
* fix bug processing code bindings when value sets are complex (multiple filters)
* fix spelling of heirarchy
* Look up CodeSystem from terminology server
* Don't use tx-registry when manual terminology server is set
## Other code changes
* More work on WHO language support ($1592)
* allow validation message to have count
* render versions in profile links when necessary
* rework OID handling for better OID -> CodeSystem resolution
* fix up vsac importer for changes to client
* don't send xhtml for tx operations
* FHIRPath: Backport the defineVariable code to the R4 and R4B fhirpath implementations
* FHIRPath: Remove the alias/aliasAs custom functions (use standard defineVariable now)
* Bump lombok (#1603 )
***NO_CI***
2024-04-23 08:03:57 +00:00
Grahame Grieve
1573b8911f
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-04-23 16:39:35 +10:00
Grahame Grieve
7f3a195680
set up relase
2024-04-23 16:39:28 +10:00
Grahame Grieve
d67e080c91
Merge pull request #1606 from hapifhir/2024-04-gg-tx-control
...
Look up CodeSystem from terminology server + don't use tx-registry wh…
2024-04-23 13:39:02 +10:00
Grahame Grieve
befac845ae
fix typo
2024-04-23 08:39:37 +10:00
Grahame Grieve
60bf358bfa
Look up CodeSystem from terminology server + don't use tx-registry when manual terminology server is set
2024-04-23 08:34:25 +10:00
dotasek.dev
bebc2a6eb9
Add git push, add comments, set to trigger on master.
2024-04-22 16:47:01 -04:00
dotasek.dev
e24f98827f
Rename output file + verify exists
2024-04-22 16:29:07 -04:00
dotasek.dev
9e3594d95c
Merge remote-tracking branch 'origin/master' into do-20240327-language-translation-coverage
2024-04-22 16:16:39 -04:00
dotasek
eadfcfdb1b
Set up i18n pipeline
...
[skip ci]
2024-04-22 16:13:43 -04:00
dotasek.dev
c7f9960895
Add generated CSV and table generator
2024-04-22 15:50:16 -04:00
dotasek.dev
b522c1e4d2
Allow creation of i18n coverage csv
2024-04-22 15:45:08 -04:00
dotasek.dev
aff1c0d6f6
Merge branch 'master' into do-20240327-language-translation-coverage
2024-04-22 09:30:27 -04:00
Grahame Grieve
9bf309e9df
Merge pull request #1605 from hapifhir/2024-04-gg-tx-tests
...
2024 04 gg tx tests
2024-04-22 18:40:38 +10:00