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

sort by:
Revision Author Date Message Commit Date
e1272a3 Bump version of HAPI-FHIR 31 August 2021, 15:43:17 UTC
87986d3 Add versionenum 31 August 2021, 15:42:26 UTC
993b2a2 Backport changelog 31 August 2021, 15:41:17 UTC
dd5c452 Revert logging 31 August 2021, 15:39:09 UTC
7fc6a2f Add changelog 31 August 2021, 15:39:01 UTC
ad6c6d6 Fix bug in hashToSearchMap 31 August 2021, 15:38:53 UTC
9cba941 Add failing test 31 August 2021, 15:38:48 UTC
cc2e968 Add version.yaml 31 August 2021, 15:04:20 UTC
a054055 Add dependencies to convertor for javadoc build 23 August 2021, 15:07:37 UTC
3135e82 Strip jetbrains annotations 20 August 2021, 22:48:34 UTC
35440d3 Merge pull request #2900 from hapifhir/bump-hapi-core-for-5-5-0 Bump hapi core for 5 5 0 20 August 2021, 22:03:29 UTC
f3fe713 flipped case for code validation test 20 August 2021, 18:36:37 UTC
3cfc41f updating all convertor calls to not failfast 20 August 2021, 18:11:20 UTC
770b773 JPA conversion lib fixes 20 August 2021, 15:08:14 UTC
b352bc5 Fix all tests in validation package 19 August 2021, 19:25:19 UTC
101e0d7 Fix tests in class 19 August 2021, 19:19:31 UTC
77c99e4 TIL that anyString() wont match nulls in Mockito, but any() will 19 August 2021, 19:15:51 UTC
ac31c4e Merge branch 'bump-hapi-core-for-5-5-0' of https://github.com/jamesagnew/hapi-fhir into bump-hapi-core-for-5-5-0 19 August 2021, 17:49:13 UTC
3fdb7c8 conversion issues fixed, validation issues next 19 August 2021, 17:48:59 UTC
40e7653 Bump hapi core version to new release 19 August 2021, 13:12:47 UTC
367b338 Updating HAPI to use latest core lib changes. 18 August 2021, 15:06:14 UTC
61101d3 Merge pull request #2899 from hapifhir/Partitioning-bug-in-resource-dao-svc-impl set version map to check all partitions 18 August 2021, 00:42:34 UTC
e92fd47 Bump core ver 17 August 2021, 22:07:23 UTC
1f7fb52 set version map to check all partitions 17 August 2021, 20:45:12 UTC
cf917d0 Version Bump 15 August 2021, 20:54:38 UTC
d7d2919 Merge pull request #2889 from hapifhir/issue-2887-contained-cache-key Add _contained parameter to SearchParameterMap query string normalizer 15 August 2021, 17:13:00 UTC
3fd5f7d Omit if set to false 12 August 2021, 23:12:09 UTC
669cf05 Modify SearchParameterMap toNormalizedQueryString to include value of _contained parameter 12 August 2021, 18:25:12 UTC
41ec1e0 Merge pull request #2880 from hapifhir/weird-contained-issue Contained Issue 11 August 2021, 12:27:54 UTC
b34d569 Fix changelog test 11 August 2021, 02:22:57 UTC
6f3006f Fix NPE 11 August 2021, 00:56:54 UTC
e311835 Revert test 10 August 2021, 22:44:42 UTC
a89798a Merge pull request #2872 from hapifhir/issue-2871-enhance-mdm-expansion Add MDM expansion by golden pid 10 August 2021, 21:40:22 UTC
a5c850b Pre-review cleaning 10 August 2021, 21:37:24 UTC
daa3bc7 remove dummy test 10 August 2021, 20:46:03 UTC
33fbffc Bump issue number 10 August 2021, 20:18:40 UTC
6a46a68 Move file 10 August 2021, 20:18:03 UTC
fe98162 Add changelog 10 August 2021, 18:59:03 UTC
71ed25b Add commetn for juan 10 August 2021, 18:58:47 UTC
1cb6f49 Add dummy test. NOTE, remove before merge 10 August 2021, 18:58:38 UTC
2f42391 wip 10 August 2021, 18:58:30 UTC
e402804 Add test json files 10 August 2021, 18:58:24 UTC
8f200c1 Add a failing test 10 August 2021, 18:58:17 UTC
35afa8b tidy 10 August 2021, 18:57:51 UTC
4c15495 Fully fleshed test, partial refactor 10 August 2021, 18:56:57 UTC
293bbe2 Merge pull request #2878 from hapifhir/backport-mdm-resource-util-npe Backport mdm resource util npe 09 August 2021, 22:53:50 UTC
2d20330 Remove changelog as it will eventually create a duplicate 09 August 2021, 20:20:46 UTC
966e451 Backport fix 09 August 2021, 20:19:38 UTC
0a303a0 Add MDM expansion by golden pid 06 August 2021, 17:22:08 UTC
1df270c Merge pull request #2864 from hapifhir/mb-20210804-ioob-pick-to-release Pick d85a4e5ec24a27646b86487414e20ea4d36641f4 for release branch 04 August 2021, 20:41:07 UTC
e8e49f3 Pick d85a4e5ec24a27646b86487414e20ea4d36641f4 for release branch 04 August 2021, 20:34:48 UTC
66e1f10 Merge pull request #2821 from hapifhir/issue-2786-upload-terminology-command-add-explicit-current-version-control Issue 2786 upload terminology command add explicit current version control 03 August 2021, 20:55:49 UTC
cb68c59 Remove validation in code which will never reached for the conditions. 03 August 2021, 19:39:02 UTC
45549d2 Fix broken ITs. Add error message for non-snapshot upload with current version = false combination. 03 August 2021, 18:11:14 UTC
1ff1954 Merge branch 'master' into issue-2786-upload-terminology-command-add-explicit-current-version-control 30 July 2021, 15:20:23 UTC
4e8b171 Add test for fixed use case 30 July 2021, 14:48:10 UTC
f5dfc3a New reindex spring batch operation (#2845) * first sweep to add new $reindex job * first cut done. next up integration test. * start roughing out reindex everything * Failing test * test passes * add BundleUtil helper method * rough in processEverything * rough in processEverything * fix mock test * merge master * Make BaseJpaTest.mySrd lenient. * fix test * reindex everything works with FIXMEs * reindex everything more tests * moar tests * moar tests * fix test * fix test * fix regression and fix test * fix test cycle * fixme * fix test * test provider layer * reindex everything partition aware * yay last fixme! * run reindex in partitioned threads * add fixmes for areas that require extra testing * added transaction and log message * manual integration testing * changelog * reindex all partitions * bump hapi version * fix test * moar test * pre-review cleanup * fix javadoc * review feedback * review feedback * review feedback * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2845-reindex-operation.yaml Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * review feedback * review feedback * Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/delete/job/ReindexJobTest.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/provider/r4/MultitenantBatchOperationR4Test.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/provider/r4/MultitenantBatchOperationR4Test.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * Update hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/ResourceSearch.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> * Update hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/api/server/storage/IDeleteExpungeJobSubmitter.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> Co-authored-by: michaelabuckley <michaelabuckley@gmail.com> 29 July 2021, 23:18:49 UTC
264dfee Merge branch 'master' into issue-2786-upload-terminology-command-add-explicit-current-version-control 29 July 2021, 20:21:56 UTC
1fcb36d Fix implementation to work also for use case where version is being updated. Use property instead of parameter. 29 July 2021, 19:54:00 UTC
1b9761c Merge pull request #2840 from hapifhir/issue-2835-cve-jetty bump Jetty for CVEs 28 July 2021, 14:51:59 UTC
e076b30 bump Jetty for CVEs 27 July 2021, 19:49:00 UTC
7c1d87b Merge pull request #2834 from hapifhir/issue-2833-commons-compress-cve Bump commons-compress version 27 July 2021, 15:00:19 UTC
07cb3ff Bump commons-compress version 27 July 2021, 13:14:05 UTC
f957661 Patient ID Partition Mode should support conditional create (#2828) * Fixes * Test fix * Add changelog * Test fixes * Test fixes * Docs tweak * Partitioning fixes * Import fix * Fix test data 26 July 2021, 18:18:58 UTC
6bbb403 When Client Id Strategy is set to NOT_ALLOWED, permit system requests to create resources (#2827) * resolved 2826 * fix regression 23 July 2021, 23:10:19 UTC
92ec113 fixed bug (#2824) 23 July 2021, 20:58:53 UTC
91bbeba Merge pull request #2830 from hapifhir/mb-docker-mac-m1-arm Upgrade net.java.dev.jna dependency to support Mac M1 ARM architecture. 23 July 2021, 20:50:31 UTC
2539f49 Add detail to changelog 23 July 2021, 19:07:36 UTC
d99f94e changelog 23 July 2021, 19:00:48 UTC
0a256fe Upgrade net.java.dev.jna dependency to support Mac M1 ARM architecture. 23 July 2021, 18:58:10 UTC
6f7f787 fixed migration (#2822) 22 July 2021, 18:07:10 UTC
ad6f7a2 Fix changelog syntax. Merge current master. 22 July 2021, 14:49:16 UTC
ae06651 Fix syntax. 22 July 2021, 13:41:16 UTC
a5e6674 Version bump to 5.5.0-PRE7-SNAPSHOT 22 July 2021, 12:41:16 UTC
d78fef6 Fix NPE in IdHelperService (#2819) 22 July 2021, 12:34:28 UTC
8b8db82 Enable Package Loader when partitioning is enabled with unnamed partitions (#2808) * Enable Package Loader when partitioning is enabled with unnamed partitions. * Enable Package Loader when partitioning is enabled with unnamed partitions. * Additional package loading problems found with partitioning. * Additional package loading problems found with partitioning. Co-authored-by: ianmarshall <ian@simpatico.ai> 22 July 2021, 09:17:17 UTC
6d37749 Add non unique combo search params (#2809) * Start work on nonunique combo search params * Work on SQL * Version bump * A fix * Test fixes * Fixes * Undo version bump * Test fixes * Resolve fixme 21 July 2021, 23:14:14 UTC
6af0220 Fix issue with partitioning in patient ID compartment mode (#2810) * Fix issue with partitioning in patient ID compartment mode * Add changelog 21 July 2021, 21:21:23 UTC
e0e52c6 Add current-version parameter to upload-terminology command. 21 July 2021, 20:18:35 UTC
9f77c57 Widen access for utility methods 20 July 2021, 21:30:26 UTC
0ebf274 Merge pull request #2806 from hapifhir/2805-improve-package-error-messages Add details when we fail to load an element of a package definition. 20 July 2021, 19:41:05 UTC
cbb9a43 Add details when we fail to load an element of a package definition. 19 July 2021, 21:59:54 UTC
64f1643 Added LOINC linguistic variants support (#2803) * Added linguistic variants for LOINC uploader * Using static class * Added the changelog 19 July 2021, 18:17:56 UTC
946080d Added ConsumerName to the loinc loader. (#2800) * Added ConsumerName to the loinc loader. * Added extra test for coverage * Added the changelog for LOINC CONSUMER NAME support 16 July 2021, 17:30:42 UTC
0235296 Add support for bulk export of multiple types (#2797) * Add support for bulk export of multiple types * Add changelog 15 July 2021, 18:01:10 UTC
5f2a3af Add Innovattic B.V. to HAPI FHIR Global Atlas (#2798) 15 July 2021, 18:00:33 UTC
ddf3df4 Merge pull request #2795 from hapifhir/2794_res_links_not_resolved Fixed link resolution 15 July 2021, 14:38:26 UTC
ac31000 Updated docs 15 July 2021, 13:13:03 UTC
520cec1 Fixed link resolution 14 July 2021, 15:30:09 UTC
744a95a Merge pull request #2792 from hapifhir/2791-increase-identifier-length 2791 increase identifier length 14 July 2021, 13:49:33 UTC
554685d Fix MDM documentation 13 July 2021, 20:08:01 UTC
a7e6813 Update string length. Add migration 13 July 2021, 19:46:47 UTC
0a27b08 Merge pull request #2783 from hapifhir/2777-hapi-fhir-cli-Add-option-to-pass-request-headers-to-target-server Add changelog. Address MR comments. 09 July 2021, 13:35:56 UTC
b48b188 Add license header 08 July 2021, 23:19:02 UTC
218325b Add backport info for full diff between 5.4.1 and 5.4.2 (#2784) 08 July 2021, 20:25:18 UTC
6d4c2ef Expand access to SqlQuery 08 July 2021, 20:16:27 UTC
1e9163c Add changelog. Address MR comments. 08 July 2021, 18:52:19 UTC
ee1f1fb Merge pull request #2778 from hapifhir/2777-hapi-fhir-cli-Add-option-to-pass-request-headers-to-target-server Add header-passthrough option to hapi-fhir-cli commands which generate http requests(#2777) 07 July 2021, 20:47:28 UTC
95306c3 Add NPM validation support module (#2782) * Add NPM validation support module * Add changelog 07 July 2021, 20:28:41 UTC
d83cf30 Remove double interceptor setup 07 July 2021, 17:33:33 UTC
back to top