https://github.com/jamesagnew/hapi-fhir

sort by:
Revision Author Date Message Commit Date
5b39605 Fixed a version num error. 26 April 2021, 16:52:30 UTC
eaa87a9 Backport the fix for #2171 to a new 5.3.3 release. 26 April 2021, 12:48:37 UTC
6a46e73 Version bump to 5.3.2. 14 April 2021, 14:00:00 UTC
10a4a3d 2543 - Fix issue where versionned references are not being returned properly. (#2544) * 2543 - Fix issue where versionned references are not being returned properly. * 2543 - Added changelog entries for this fix plus a previous fix for 2533. (cherry picked from commit b45ddcc3da1f03cfb07d38bcdbac8b62fe7a0f71) 14 April 2021, 13:00:43 UTC
4802c41 2533 - Fix Issue with Reference Resources Not Being Returned In Search Queries (#2539) * 2533 - Initial commit to show how I might fix this Bug but not ready for merge at this time as it causes some other Unit Test failures in FhirResourceDaoR4VersionedReferenceTest. * Fix up test * 2533 - Cleaned up Unit Test to make it ready to merge. Co-authored-by: jamesagnew <jamesagnew@gmail.com> (cherry picked from commit 129df5dc1439efac52b0ba662a861070b3ad040b) 14 April 2021, 13:00:38 UTC
413e2ff oppsie woopsie 18 March 2021, 13:58:47 UTC
54b6387 Version bump 17 March 2021, 16:58:41 UTC
b394ac2 Parameterize term valueset concept view dao (#2477) * Generic the list type to accomidate different substring queries * special subquery for Oracle * change the conceptview dao depending on dialect * address review comments * remove generics * no longer inherits * copy paste from non Oracle version * dang copy pasters * changelog Co-authored-by: Mike G <michel.gleeson@gmail.com> (cherry picked from commit 0a6c61372c5015dc327e4696effb4bf17d4dda20) 16 March 2021, 20:36:49 UTC
1adf320 rel_5_3_1 hotfix backport partitiondate fix (#2467) * 2422 - Back-port the fix for Issue #2407 to allow us to create a new 2021.02.R03 Release. * 2422 - Undo the changelog file that I added incorrectly. * 2422 - Updated the version to 5.3.1 and added a changelog folder and entry. * 2422 - Fixed a problem with Default Partitions. 11 March 2021, 22:09:44 UTC
919c1db Version bump to 5.3.0 17 February 2021, 12:10:13 UTC
65ac0e8 Add CapabilityStatement customizer (#2387) * Add CapabilityStatement customizer * Fix javadocs 15 February 2021, 19:58:34 UTC
98b4141 Merge pull request #2383 from hapifhir/ng_mdm_channel_restart_fix Fixed orphaned channel on restart 12 February 2021, 20:52:23 UTC
c5342c1 Fixed orphaned channel setup 12 February 2021, 19:06:44 UTC
b247e8c Avoid NPE in RequestPartitionId on Default Partition (#2382) 12 February 2021, 16:04:25 UTC
aaa9161 moved daoRegistry call into @PostConstruct to avoid a race condition at app context boot time (#2380) 12 February 2021, 14:20:24 UTC
9c3f9f8 Initial implementation (#2381) 12 February 2021, 10:47:49 UTC
fdd0b67 Merge pull request #2378 from hapifhir/im_20210210_loinc_upload_fix Make LOINC Top2000* files optional in terminology loader. 11 February 2021, 16:07:30 UTC
88d820b Make LOINC Top2000* files optional in terminology loader. 11 February 2021, 14:12:08 UTC
7413584 Make LOINC Top2000* files optional in terminology loader. 11 February 2021, 03:35:15 UTC
a383cb9 Make LOINC Top2000* files optional in terminology loader. 11 February 2021, 03:30:19 UTC
772bc9c Removed the com.vladsch.flexmark dependency from the hapi-fhir-jpaserver-cql project. (#2375) 10 February 2021, 15:37:16 UTC
2759db2 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. 10 February 2021, 01:25:14 UTC
64878c2 Update text, add changelog 10 February 2021, 00:03:09 UTC
2e37123 Throw configueration error when somebody tries to put a protocol in the rest URL 09 February 2021, 23:59:11 UTC
dd7a156 Call startOperation for paging requests (#2370) 09 February 2021, 20:47:11 UTC
7f127f7 validate that Terminology beans are proxied so that @Transactional annotated methods are run within transactions (#2362) 08 February 2021, 18:11:29 UTC
0ec64cf 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 08 February 2021, 15:23:07 UTC
028ef1b Credit for #2365 08 February 2021, 14:15:04 UTC
da847ad Credit for #2282 07 February 2021, 17:32:41 UTC
6384067 Customize concept display in value set expansion (#2282) * fix issue #2280 * revert the indentation back. * revert-back untouched changes. 07 February 2021, 17:29:05 UTC
c69d741 Add CapbilityStatement customizing hook (#2364) * Add CapbilityStatement customizing hook * Add additional method * Interceptor service tweak 07 February 2021, 14:12:09 UTC
703f7b2 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> 06 February 2021, 22:34:26 UTC
6640395 Merge pull request #2355 from hapifhir/mb-20210203-date-param-validation Improve date parameter validation 05 February 2021, 16:34:23 UTC
4553ca2 Fix expected error code. 500 is a server error. 0 is a failed connection. This should be a server error. 05 February 2021, 16:32:48 UTC
eee11c8 Merge commit 'af5c45531ab59c1374cd99230bd5b8e32c692123' into mb-20210203-date-param-validation 05 February 2021, 16:31:04 UTC
42afceb Merge in ca.uhn.fhir.rest.param.DateParamTest and add changelog. 05 February 2021, 14:57:10 UTC
af5c455 JPATerminologyProvider tests and bug fixes (#2346) * Add initial jpaTerminologyProvider tests, add EXM130 to test suite 05 February 2021, 13:22:02 UTC
f3c0ecd Exception tweak 04 February 2021, 22:31:39 UTC
cfc5b87 Removed an old comment from the root pom. (#2359) 04 February 2021, 20:21:39 UTC
222bb7a Update to release versions of cql components (#2357) 04 February 2021, 20:00:03 UTC
cb0f016 Add support for legacy "=" prefix. 04 February 2021, 18:31:56 UTC
273a5bb Add BundleUtil utility method (#2356) 04 February 2021, 18:13:25 UTC
92669b2 Add elastic test (#2348) * Add elastic test * Rework * Add test 04 February 2021, 16:04:27 UTC
7a0a252 Revert noisy change. 04 February 2021, 16:00:02 UTC
50acfbe Reject invalid param prefix. An unrecognized param prefix had been silently ignored. Reject it with a DataFormatException instead. 04 February 2021, 15:34:03 UTC
ba41daf Added a dependency on info.cqframework:quick since we also need this JAR at runtime. (#2351) 03 February 2021, 22:15:51 UTC
3dac899 begin with failing test 03 February 2021, 20:01:12 UTC
dd13827 Added changelog entry for -measure operation. (#2347) 03 February 2021, 19:01:20 UTC
e195bdc 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 03 February 2021, 14:44:57 UTC
c0142a6 Credit for #2340 02 February 2021, 19:27:42 UTC
0d00954 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. 02 February 2021, 19:25:07 UTC
589d323 Merge pull request #2345 from hapifhir/mimetype-to-mediatype Change name of mimetype to mediatype 02 February 2021, 18:01:23 UTC
fc148e9 Change name of mimetype to mediatype 02 February 2021, 16:46:39 UTC
1c6592b License header updates 02 February 2021, 16:26:45 UTC
0f31d10 Allow empty request details in JPA (#2343) * Allow empty request details in JPA * Test fixes 02 February 2021, 16:00:14 UTC
54fac48 Merge pull request #2342 from hapifhir/im_20210201_oracle_migration_fixes Address migration issues affecting Oracle DB when flyway is disabled 02 February 2021, 14:18:05 UTC
c46330f 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. 02 February 2021, 13:01:27 UTC
ca28a4f Add CQL evaluate-measure operation. (#2339) 02 February 2021, 00:55:51 UTC
ca93cd8 Merge pull request #2338 from hapifhir/2325-channel-import-mimetype ResourceOperation mimetype 01 February 2021, 22:56:01 UTC
c5299df Use constant 01 February 2021, 21:31:35 UTC
40bc754 Address gaps in migration that can occur with Oracle DB when flyway is disabled. 01 February 2021, 20:52:41 UTC
8b92417 Merge pull request #2336 from hapifhir/add_prefix_and_suffix_to_human_name_search refactor and modify for prefix and suffix 01 February 2021, 19:59:14 UTC
3a04675 Merge branch 'master' into add_prefix_and_suffix_to_human_name_search 01 February 2021, 18:44:09 UTC
5e36d71 fix mimetype 01 February 2021, 18:43:47 UTC
d65ed82 Javadoc build fix 01 February 2021, 17:13:47 UTC
f61cb16 refactor and modify for prefix and suffix 01 February 2021, 17:11:11 UTC
1d835d8 Fixed Ucum Conversion NullPointerException issue (#2331) * Fixed Ucum Conversion NullPointerException issue * Revoke:save value to the original table if it can't be normalized 31 January 2021, 00:30:12 UTC
8c5b54b Fix broken changelog 31 January 2021, 00:26:58 UTC
2308d8f Merge CQL Initial Implementation Into master (#2330) * CQL initial implementation 29 January 2021, 21:35:38 UTC
5961fde Docs tweak 29 January 2021, 21:12:06 UTC
ba63f65 changed $expand filter matching from left-match to contains match (#2327) * changed $expand filter matching from left-match to contains match * changelog * pure substring match is too generous (a regression test checked for that). Tightened the match up to word boundaries. * CLean up to avoid intermittent test failure Co-authored-by: jamesagnew <jamesagnew@gmail.com> 29 January 2021, 17:37:54 UTC
d115155 Added FHIRPathResource Generator for R4 including Test. (#2310) Signed-off-by: Marcel Parciak <marcel.parciak@gmail.com> 29 January 2021, 16:05:05 UTC
3cc9d08 Merge remote-tracking branch 'origin/master' into 2325-channel-import-mimetype 29 January 2021, 16:02:54 UTC
589eb31 Credit for #2310 29 January 2021, 16:02:51 UTC
96b4e5a Merge pull request #2324 from hapifhir/single-threading-mdm Ensure Single threading mdm 29 January 2021, 15:01:56 UTC
947622d CLean up to avoid intermittent test failure (#2329) * CLean up to avoid intermittent test failure * One more intermittent test fix 29 January 2021, 10:28:21 UTC
8854f34 Add test 28 January 2021, 21:22:36 UTC
0be3f0e Merge pull request #2286 from hapifhir/ng_20201218_survivorship_poc Survivorship proof-of-concept implementation and optional manual override for GR merge 28 January 2021, 14:18:20 UTC
3be480c Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc 27 January 2021, 21:47:40 UTC
909d9f7 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 27 January 2021, 19:49:10 UTC
fdd965d Merge remote-tracking branch 'origin/master' into 2325-channel-import-mimetype 26 January 2021, 22:53:20 UTC
04db4ed Merge remote-tracking branch 'origin/master' into ng_20201218_survivorship_poc 26 January 2021, 14:18:20 UTC
170d633 Merge pull request #2326 from hapifhir/azure-pipelines Update snapshot-pipeline.yml for Azure Pipelines 25 January 2021, 19:32:01 UTC
e80e592 Skip tests 25 January 2021, 19:31:36 UTC
e696262 Update snapshot-pipeline.yml for Azure Pipelines Add CI,ERRORPRONE profiles. 25 January 2021, 18:08:15 UTC
5c0b3ea Add mutator for payload 25 January 2021, 17:20:38 UTC
4c9df3f Add string mimetype to resourceoperationemssage 25 January 2021, 16:25:47 UTC
1e2f425 Merge pull request #2322 from hapifhir/README-update Just cleaning up the README a little 25 January 2021, 15:30:37 UTC
c572575 Remove mutator 25 January 2021, 14:55:31 UTC
aa37884 Worked on #2317, force single consumer 25 January 2021, 14:51:50 UTC
86ea0d6 reduce _count to the maximum page size rather than throwing an error. (#2319) * reduce _count to the maximum page size rather than throwing an error. Also when setting the paging provider on a restful server, automatically set the default page size and max page sized of the restful server from the paging provider. * reword log message * fixing this paging issue has uncovered all sorts of interesting things, including this long hidden bug! * fix tests in sub-optimal way * fix NPE * fix test * fixed a couple of bugs in SearchCoordinatorSvcImpl that surfaced when i added a default page size to RestfulServer 25 January 2021, 13:19:29 UTC
5d2e830 Fix android tests (#2321) 24 January 2021, 17:09:50 UTC
9e5d079 Just cleaning up the README a little 24 January 2021, 16:49:53 UTC
66e6cab Fixed xml.bind conflict between jakakax and javax (#2320) 24 January 2021, 14:56:45 UTC
42d1240 Try to restore codecov 23 January 2021, 23:50:27 UTC
c55410e Add changelog for #2302 23 January 2021, 22:54:51 UTC
1d1ebcf 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> 23 January 2021, 22:53:18 UTC
522efc8 Reusable interceptor service (#2318) * Reusable interceptor service * Azure fix 23 January 2021, 00:17:08 UTC
10382c4 Added a few more tests 22 January 2021, 21:46:18 UTC
749934d fixed name text indexing (#2309) * fixed name text indexing * fixed name text indexing 22 January 2021, 20:39:26 UTC
back to top