Nick Goupinets
02eae95c85
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-09 14:06:33 -05:00
Nick Goupinets
dd47c71f44
Fixed test failures
2021-03-09 13:17:48 -05:00
James Agnew
be50a46d76
Tweaks to contained searches ( #2461 )
...
* Tweaks to contained searches
* Add changelog
* Build fix
2021-03-09 11:51:30 -05:00
Diederik Muylwyk
6cc8a5ce4d
Fix HasParam#doGetQueryParameterQualifier() ( #2460 )
...
* Fix HasParam#doGetQueryParameterQualifier(); add changelog entry
* Fix bad test in SearchParameterMapTest
2021-03-09 06:28:40 -05:00
Nick Goupinets
ccb5b1aaad
Addresses #2449
2021-03-08 17:40:16 -05:00
Diederik Muylwyk
214c7eb45e
Remove unnecessary field.
2021-03-05 12:59:26 -05:00
Diederik Muylwyk
e3ba4bd1b6
Set default for Populate Identifier in Auto-Created Placeholder Reference Targets to true; update javadocs accordingly
2021-03-04 18:54:04 -05:00
Diederik Muylwyk
1d1d9a2f7c
Fix typo in IGenericClient javadocs
2021-03-04 18:02:06 -05:00
Diederik Muylwyk
dfdcfa1365
Add failing tests.
2021-03-04 17:01:39 -05:00
Diederik Muylwyk
9a7bd0e775
Add failing tests.
2021-03-04 16:55:16 -05:00
Tadgh
9dd42fa605
Remove duplicate constant
2021-03-01 14:00:20 -05:00
Tadgh
27cac16de6
Add custom mimetypes to capability statement
2021-03-01 13:54:21 -05:00
James Agnew
db44244405
Fix #2426 - Include modifiers in generic search URLs for map ( #2428 )
2021-02-28 10:33:43 -05:00
Ken Stevens
7d769e3b05
Issue 2332 create via put for implementationguide that references some placeholders ( #2423 )
...
* begin with failing test
* fixed. test passes.
* documentation and changelog
* added ConceptMap
* review feedback
2021-02-26 09:44:48 -05:00
Kevin Hartmann
62bfa2cdbc
Merge remote-tracking branch 'origin/master' into kh-20200222-search-list
2021-02-24 09:20:07 -05:00
Ken Stevens
330cafa83e
initial implementation
2021-02-23 11:25:56 -05:00
James Agnew
b108e43600
Allow partition date for non-partitionable resources ( #2407 )
...
* Allow partition date for searchparam resources
* Cleanup
* Test fix
* Documentation update
* Docs tweak
2021-02-22 20:49:09 -05:00
Nick Goupinets
ddd7c0f267
Merge pull request #2397 from hapifhir/ng_codepoint_fix
...
UTF-16 characters might cause errors when calculating hash values
2021-02-19 17:22:20 -05:00
James Agnew
3eda19c65a
Version bump ( #2400 )
...
* Version bump
* Docs changes
* Docs tweaks
* Docs tweak
* Spelling fixes
* Docs tweaks
2021-02-18 11:07:49 -05:00
Nick Goupinets
ca3811412b
Code review
2021-02-17 10:20:33 -05:00
Nick Goupinets
2ec906afb2
Code review
2021-02-17 09:42:00 -05:00
jamesagnew
919c1dbddc
Version bump to 5.3.0
2021-02-17 07:10:13 -05:00
Nick Goupinets
c4daefc9fb
Initial implementation
2021-02-16 17:19:57 -05:00
James Agnew
65ac0e80fb
Add CapabilityStatement customizer ( #2387 )
...
* Add CapabilityStatement customizer
* Fix javadocs
2021-02-15 14:58:34 -05:00
James Agnew
b247e8cde7
Avoid NPE in RequestPartitionId on Default Partition ( #2382 )
2021-02-12 11:04:25 -05:00
James Agnew
c69d741b43
Add CapbilityStatement customizing hook ( #2364 )
...
* Add CapbilityStatement customizing hook
* Add additional method
* Interceptor service tweak
2021-02-07 09:12:09 -05:00
Michael Buckley
eee11c8844
Merge commit 'af5c45531ab59c1374cd99230bd5b8e32c692123' into mb-20210203-date-param-validation
2021-02-05 11:31:04 -05:00
Michael Buckley
42afcebd11
Merge in ca.uhn.fhir.rest.param.DateParamTest and add changelog.
2021-02-05 09:57:10 -05:00
jamesagnew
f3c0ecd54d
Exception tweak
2021-02-04 17:31:39 -05:00
Michael Buckley
cb0f0161be
Add support for legacy "=" prefix.
2021-02-04 13:31:56 -05:00
James Agnew
273a5bbbd7
Add BundleUtil utility method ( #2356 )
2021-02-04 13:13:25 -05:00
Michael Buckley
50acfbede3
Reject invalid param prefix.
...
An unrecognized param prefix had been silently ignored.
Reject it with a DataFormatException instead.
2021-02-04 10:34:03 -05:00
Marcelo Avancini
0d00954852
Added @Inherited to ResourceDef annotation ( #2340 )
...
This change avoids duplication of ResourceDef on custom resources, where there is no changes on resource name or profile.
2021-02-02 14:25:07 -05:00
Kevin Dougan SmileCDR
2308d8f44b
Merge CQL Initial Implementation Into master ( #2330 )
...
* CQL initial implementation
2021-01-29 16:35:38 -05:00
Nick Goupinets
3be480c9f0
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-27 16:47:40 -05:00
James Agnew
909d9f742c
Enable Auto-reference versions in JPA ( #2323 )
...
* Automatic reference versions
* Auto reference versions
* resolve fixmes
* Add changelog
* Test fixes
* Test fixes
* Resolve fixmes
* Work on versioning
* Add support for _includes
* Update headers
* Change visibility
* One more tweak
* One more API tweak
* Fixes
* Account for review comments
* Fix errorprone reported issue
* Test fix
* Test fixes
* Test fixes
2021-01-27 14:49:10 -05:00
Nick Goupinets
04db4ed229
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-26 09:18:20 -05:00
Frank Tao
1d1ebcf5e8
Improved DateQuery and removed 'OR' in the SQL ( #2302 )
...
* improved DateQuery and removed 'OR' in the SQL
* improved DateQuery and removed 'OR' in the SQL
* Date handling cleanup (#2316 )
* Date handling cleanup
* Fix codecov
* One more fix
* Fix tests
Co-authored-by: James Agnew <jamesagnew@gmail.com>
2021-01-23 17:53:18 -05:00
James Agnew
522efc87d9
Reusable interceptor service ( #2318 )
...
* Reusable interceptor service
* Azure fix
2021-01-22 19:17:08 -05:00
Nick
82e52750e7
Merge branch 'master' into ng_20201218_survivorship_poc
2021-01-21 09:00:28 -05:00
James Agnew
14b0688f69
Bump core version to 5.2.16 ( #2308 )
...
* Bump core library version
* Test fix
* Build fixes
* Some test fixes
* One more bit of docs
* Build fix
* Test fix
* Test fix
* Docs fix
2021-01-21 05:30:23 -05:00
Nick
4b53ef3920
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-20 14:59:38 -05:00
Tadgh
159128109b
Add versionenum value
2021-01-20 10:49:08 -05:00
Nick
ae9d4a191f
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-19 11:34:01 -05:00
James Agnew
874b16207f
Bundle.entry.resource.id should not be stripped on POST from client #2297 ( #2303 )
2021-01-19 11:12:42 -05:00
Nick
b00f47ef81
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-18 09:25:58 -05:00
dependabot[bot]
391a6d1a3f
Bump ph-schematron from 5.2.0 to 5.6.5 ( #2184 )
...
* Bump ph-schematron from 5.2.0 to 5.6.5
Bumps [ph-schematron](https://github.com/phax/ph-schematron ) from 5.2.0 to 5.6.5.
- [Release notes](https://github.com/phax/ph-schematron/releases )
- [Commits](https://github.com/phax/ph-schematron/compare/ph-schematron-parent-pom-5.2.0...ph-schematron-parent-pom-5.6.5 )
Signed-off-by: dependabot[bot] <support@github.com>
* Fix compile error
* Build fix
* Add test logging
* Test fix
* Resolve classpath duplicates
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamesagnew <jamesagnew@gmail.com>
2021-01-17 14:27:26 -05:00
Eric Prud'hommeaux
8b338cd168
rework r4 RDF tests to skip fewer examples ( #2159 )
...
+ relative URL resolution in RDFParser
+ test non-DomainResources in RDFParserTest
~ factor/organize RDFParserTest
~ avoid EXTERNAL shapes (for now) in shex-java
- disable the bundle-response.json example as it is apparently malformed
+ added urn:-guard to PreResourceStateHl7Org.wereBack ID update
2021-01-16 19:15:39 -05:00
James Agnew
1dc4fb2206
Make quantity indexes use double datatype ( #2290 )
...
* Make quantity indexes use double datatype
* Add changelog
* Test fixes
* Test fixes
* Disable test
2021-01-16 18:44:15 -05:00
Nick
57662eedb3
Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc
2021-01-12 09:22:38 -05:00