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
Kevin Dougan SmileCDR
aa05667761
Clarified partitioning docs. ( #2396 )
...
* Clarified partitioning docs.
* Added some more ResourceTypes to the list of non-partitioned ones according to the authoritative list found in RequestPartitionHelperSvc.java.
2021-02-17 08:32:37 -05:00
jamesagnew
919c1dbddc
Version bump to 5.3.0
2021-02-17 07:10:13 -05:00
James Agnew
65ac0e80fb
Add CapabilityStatement customizer ( #2387 )
...
* Add CapabilityStatement customizer
* Fix javadocs
2021-02-15 14:58:34 -05:00
Nick Goupinets
98b4141b1b
Merge pull request #2383 from hapifhir/ng_mdm_channel_restart_fix
...
Fixed orphaned channel on restart
2021-02-12 15:52:23 -05:00
Nick Goupinets
c5342c116f
Fixed orphaned channel setup
2021-02-12 14:06:44 -05:00
James Agnew
b247e8cde7
Avoid NPE in RequestPartitionId on Default Partition ( #2382 )
2021-02-12 11:04:25 -05:00
Ken Stevens
aaa91616aa
moved daoRegistry call into @PostConstruct to avoid a race condition at app context boot time ( #2380 )
2021-02-12 09:20:24 -05:00
Nick Goupinets
9c3f9f84d5
Initial implementation ( #2381 )
2021-02-12 05:47:49 -05:00
IanMMarshall
fdd0b67188
Merge pull request #2378 from hapifhir/im_20210210_loinc_upload_fix
...
Make LOINC Top2000* files optional in terminology loader.
2021-02-11 11:07:30 -05:00
ianmarshall
88d820bf38
Make LOINC Top2000* files optional in terminology loader.
2021-02-11 09:12:08 -05:00
ianmarshall
7413584bff
Make LOINC Top2000* files optional in terminology loader.
2021-02-10 22:35:15 -05:00
ianmarshall
a383cb94fc
Make LOINC Top2000* files optional in terminology loader.
2021-02-10 22:30:19 -05:00
Kevin Dougan SmileCDR
772bc9c0ea
Removed the com.vladsch.flexmark dependency from the hapi-fhir-jpaserver-cql project. ( #2375 )
2021-02-10 10:37:16 -05:00
Tadgh
2759db2a31
Merge pull request #2371 from hapifhir/config-error-on-url-protocol
...
Throw ConfigurationError if you attempt to provide a Rest URL that contains a protocol.
2021-02-09 20:25:14 -05:00
Tadgh
64878c23d3
Update text, add changelog
2021-02-09 19:03:09 -05:00
Tadgh
2e3712357f
Throw configueration error when somebody tries to put a protocol in the rest URL
2021-02-09 18:59:11 -05:00
James Agnew
dd7a156d19
Call startOperation for paging requests ( #2370 )
2021-02-09 15:47:11 -05:00
Ken Stevens
7f127f75f9
validate that Terminology beans are proxied so that @Transactional annotated methods are run within transactions ( #2362 )
2021-02-08 13:11:29 -05:00
Jari Maijenburg
0ec64cfab1
Fixed bug where AND resource search-params were matched as OR params ( #2365 )
...
* Fixed bug where AND resource search-params were matched as OR params
* Added InMemoryResourceMatcher test to test searching in a period
2021-02-08 10:23:07 -05:00
jamesagnew
028ef1b088
Credit for #2365
2021-02-08 09:15:04 -05:00
jamesagnew
da847ad08a
Credit for #2282
2021-02-07 12:32:41 -05:00
Hanan Awwad
6384067e50
Customize concept display in value set expansion ( #2282 )
...
* fix issue #2280
* revert the indentation back.
* revert-back untouched changes.
2021-02-07 12:29:05 -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
dependabot[bot]
703f7b2e65
Bump mariadb-java-client from 2.5.1 to 2.7.2 ( #2334 )
...
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) from 2.5.1 to 2.7.2.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.5.1...2.7.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-06 17:34:26 -05:00
michaelabuckley
6640395d6b
Merge pull request #2355 from hapifhir/mb-20210203-date-param-validation
...
Improve date parameter validation
2021-02-05 11:34:23 -05:00
Michael Buckley
4553ca2708
Fix expected error code.
...
500 is a server error. 0 is a failed connection. This should be a server error.
2021-02-05 11:32:48 -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
JP
af5c45531a
JPATerminologyProvider tests and bug fixes ( #2346 )
...
* Add initial jpaTerminologyProvider tests, add EXM130 to test suite
2021-02-05 08:22:02 -05:00
jamesagnew
f3c0ecd54d
Exception tweak
2021-02-04 17:31:39 -05:00
Kevin Dougan SmileCDR
cfc5b87e3e
Removed an old comment from the root pom. ( #2359 )
2021-02-04 15:21:39 -05:00
JP
222bb7a8c0
Update to release versions of cql components ( #2357 )
2021-02-04 15:00:03 -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
James Agnew
92669b29da
Add elastic test ( #2348 )
...
* Add elastic test
* Rework
* Add test
2021-02-04 11:04:27 -05:00
Michael Buckley
7a0a252ad3
Revert noisy change.
2021-02-04 11:00:02 -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
Kevin Dougan SmileCDR
ba41daf4bf
Added a dependency on info.cqframework:quick since we also need this JAR at runtime. ( #2351 )
2021-02-03 17:15:51 -05:00
Ken Stevens
3dac899e3a
begin with failing test
2021-02-03 15:01:12 -05:00
Kevin Dougan SmileCDR
dd13827290
Added changelog entry for -measure operation. ( #2347 )
2021-02-03 14:01:20 -05:00
James Agnew
e195bdc065
Try to avoid codecov fluctuations ( #2344 )
...
* Try to avoid codecov fluctuations
* Less slowdown
* Another build tweak
* Build tweak
* Container bump
* Another build attempt
* One more test
2021-02-03 09:44:57 -05:00
jamesagnew
c0142a67b1
Credit for #2340
2021-02-02 14:27:42 -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
Tadgh
589d323175
Merge pull request #2345 from hapifhir/mimetype-to-mediatype
...
Change name of mimetype to mediatype
2021-02-02 13:01:23 -05:00
Tadgh
fc148e9e53
Change name of mimetype to mediatype
2021-02-02 11:46:39 -05:00
jamesagnew
1c6592b9fa
License header updates
2021-02-02 11:26:45 -05:00
James Agnew
0f31d106e5
Allow empty request details in JPA ( #2343 )
...
* Allow empty request details in JPA
* Test fixes
2021-02-02 11:00:14 -05:00
IanMMarshall
54fac48cc0
Merge pull request #2342 from hapifhir/im_20210201_oracle_migration_fixes
...
Address migration issues affecting Oracle DB when flyway is disabled
2021-02-02 09:18:05 -05:00
Kevin Dougan SmileCDR
c46330f54b
add evaluate measure to smile using the ProviderConstants definition of evaluate-measure ( #2341 )
...
* Make the dstu3 and r4 MeasureOperationProvider classes use the ProviderConstants definition for evaluate-measure.
2021-02-02 08:01:27 -05:00