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

sort by:
Revision Author Date Message Commit Date
1cd60e3 use constants 11 May 2021, 14:10:09 UTC
843b0b4 Also closes #2614 11 May 2021, 14:06:57 UTC
d276b2c enhance test 11 May 2021, 14:03:55 UTC
1eb1d58 Add changelog 11 May 2021, 13:50:07 UTC
34b28ea tidy logic 11 May 2021, 13:34:03 UTC
df52763 Flip check to avoid a null-check 11 May 2021, 13:31:59 UTC
90cc637 Add test 11 May 2021, 13:27:34 UTC
f38f3c5 wip 11 May 2021, 02:00:49 UTC
26d030f Add language validation (#2644) * Add language validation * Add tests * Test fix 11 May 2021, 00:09:45 UTC
eec6754 License header update 08 May 2021, 22:11:39 UTC
0cebbf4 Merge branch 'master' of github.com:hapifhir/hapi-fhir 07 May 2021, 21:44:27 UTC
2068372 Version bump 07 May 2021, 21:43:54 UTC
5a9f499 Resolve weakness in history operation (#2642) * Address DOS issue in History operation * Work on history caching * Add docs * Add changelog * Resolve test failures * Test fixes * Test fix * Test fixes 07 May 2021, 16:04:59 UTC
64564d5 Merge pull request #2635 from hapifhir/issue-2634-increase-src-path-length Increase length of HFJ_RES_LINK SRC_PATH field. 06 May 2021, 15:25:54 UTC
cf864c2 Merge remote-tracking branch 'origin/master' into issue-2634-increase-src-path-length 06 May 2021, 13:10:48 UTC
1424d48 Avoid NPE in concept mapping (#2637) 06 May 2021, 09:25:38 UTC
a4856bb fix iBundleProvider.getResources(from,to) throwing a NPE (#2632) * fix iBundleProvider.getResources(from,to) throwing a NPE * change log * review feedback * rename test to IT that has concurrency failures 06 May 2021, 01:50:51 UTC
98cc301 Allow failure during migration 05 May 2021, 21:01:57 UTC
4031968 Calls with zero request details and non-partitionable resource automatically go to default now. This updates the test to pass in servletrequest details, simulating a user request (#2636) 05 May 2021, 20:57:12 UTC
d17ee2e Add changelog 05 May 2021, 20:01:29 UTC
bf37d1d Fix test 05 May 2021, 19:36:20 UTC
e15825b Increase length, add test 05 May 2021, 19:29:02 UTC
95f951e Merge pull request #2633 from hapifhir/hotfix/broken-refresher-cache Fix for multitenant environment cache refreshing 04 May 2021, 20:27:31 UTC
0fb0419 If null, return default partition during create 04 May 2021, 20:22:01 UTC
fcc662d Fix not sending request details 04 May 2021, 20:18:34 UTC
9e61136 Bump greenmail from 1.5.11 to 1.6.3 (#2626) Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from 1.5.11 to 1.6.3. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-1.5.11...release-1.6.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 03 May 2021, 21:31:03 UTC
75c74a2 Merge pull request #2619 from hapifhir/2590_preserve_the_ID_value_of_the_resources_in_the_package_loader 2590 preserve the id value of the resources in the package loader 03 May 2021, 19:39:14 UTC
320e837 Now convert pure numeric ids to "npm-<id>". 03 May 2021, 16:55:17 UTC
172ea77 Fix transaction references (#2627) 03 May 2021, 16:25:51 UTC
8be5064 License header 03 May 2021, 12:45:54 UTC
cc05ff9 Fix openapi interceptor bug 03 May 2021, 12:09:58 UTC
82be821 Credit for #2577 03 May 2021, 12:03:49 UTC
871914b Concept properties are not being saved while using the operation apply-codesystem-delta-add (#2577) * fix issue #2280 * revert the indentation back. * revert-back untouched changes. * saving concept properties using the operation apply-codesystem-delta-add * fix test cases; add check for null properties * fix test; expected file descriptors 03 May 2021, 12:02:20 UTC
91fa23b Bump fhir_core_version from 5.3.10 to 5.3.11 (#2625) Bumps `fhir_core_version` from 5.3.10 to 5.3.11. Updates `org.hl7.fhir.utilities` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.convertors` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.validation` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.dstu2` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.dstu2016may` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.dstu3` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.r4` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.r4` from 5.3.10 to 5.3.11 Updates `org.hl7.fhir.r5` from 5.3.10 to 5.3.11 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 03 May 2021, 11:58:55 UTC
5db01f3 Build fixes 03 May 2021, 09:57:45 UTC
593230f Fix openapi redirect (#2624) * Fix redirect for openapi * FIx deps 03 May 2021, 09:32:34 UTC
5730973 Credit for #2623 02 May 2021, 21:20:16 UTC
6dc1260 Fixed GraphQL token parameter matching bug (#2623) 02 May 2021, 21:18:51 UTC
0cea403 Fix vulnerability warning on maven plugin (#2621) * Fix vulnerability warning on maven plugin * Compile fixes * Fix bootstrap dep * Test fix * Fix tests * FIx deps 02 May 2021, 16:14:32 UTC
970a988 Avoid tag definition constraint (#2620) * Avoid tag definition constraint failure * Version bumps * Add changelog * Avoid guava issue * Test fix * Test fix * Bump pom 01 May 2021, 21:16:15 UTC
55ef6f8 Add Snowstorm to the points map. (#2582) 30 April 2021, 23:05:46 UTC
12c0bcd Credit for #2579 30 April 2021, 23:03:47 UTC
fbca9f8 Offset query fixes (#2579) * Fix new searchbuilder limit similar to legacy searchbuilder * Fix returning includes when using offset query * Add unit tests for offset query with include * Only use count param if offset is given (sometimes we want to search synchronously more if DAO is used directly) * Throw if offset is tried to use with everything operations * Do not offer offset paging for everything operations and fix tests to assert that 30 April 2021, 23:01:27 UTC
e8ac24b Test now passes. 30 April 2021, 19:17:22 UTC
b3afe41 Added test to make sure we have loaded the expected package id. 30 April 2021, 19:14:19 UTC
292b350 Bump Junit for to avoid OWASP flag (#2618) 30 April 2021, 18:39:16 UTC
983d811 Merge pull request #2587 from hapifhir/issue-2585-enhance-placeholder-targets-logic Issue 2585 enhance placeholder targets logic 30 April 2021, 16:55:27 UTC
d14807b Merge pull request #2567 from hapifhir/2566_update_s13n_and_validation_handling Update s13n and validation handling 30 April 2021, 15:29:04 UTC
42109e8 Add changelog 29 April 2021, 22:31:10 UTC
8cde076 Merge branch 'master' into 2566_update_s13n_and_validation_handling 29 April 2021, 21:25:32 UTC
896c8fb Code review 29 April 2021, 21:25:06 UTC
ac7c684 Refactor to support all new tests 29 April 2021, 21:01:19 UTC
78271a2 Create tests for all possiblye use cases 29 April 2021, 19:25:11 UTC
646faa1 2540 - Upgraded the fhir_core_version from 5.3.0 to 5.3.10 (#2545) * 2540 - Upgraded the fhir_core_version from 5.3.0 to 5.3.9. * 2540 - Updated the Unit Test messages due to the upgraded dependencies. * 2540 - Fixed some additional Unit Test message checks. * 2540 - Updated the POM to refer to fhir_core_version 5.3.10-SNAPSHOT so a FULL Pipeline Build can run to verify that everything is fixed now. * 2540 - Added some DEBUG Sysout logging to try and determine why the Pipeline Builds fail for a specific Unit Test when it passes locally... * 2540 - Added some more logging to try and determine why the Pipeline Builds fail for a specific Unit Test when it passes locally... * 2540 - Updated a Unit Test to account for a newly returned search param. * 2540 - Updated a Unit Test to account for a newly returned search param and removed some debug output. 29 April 2021, 19:00:37 UTC
239d249 CQL hardening and Dstu3 unit tests (#2450) * WIP for elm caching * Bug fixes and a working DSTU3 unit test * More tests, Address review feedback, add initial docs * Update to cql-evaluator 1.2.0 * Fixes for documentation 29 April 2021, 18:52:13 UTC
3ff2ad3 Start with failing test 29 April 2021, 18:08:50 UTC
d675372 Merge branch 'master' into 2566_update_s13n_and_validation_handling 29 April 2021, 17:55:48 UTC
d45972a Added geo accuracy code 29 April 2021, 15:46:09 UTC
fc1cef2 Merge pull request #2584 from hapifhir/whitesource/configure Configure WhiteSource Bolt for GitHub 29 April 2021, 13:47:48 UTC
7c3ce41 Add .whitesource configuration file 29 April 2021, 13:42:31 UTC
4050c42 Treating C addresses as valid 28 April 2021, 19:31:34 UTC
ae1c26a Updated docs 28 April 2021, 14:45:15 UTC
95d7ba6 Streamline Search SQLs (#2576) * Streamline SQL queries * SQL query tidying * Add changelog * Test fixes * Tests passing * Ongoing work * Test fixes * Test fixes * Build fix * Cleanup * Fixes 28 April 2021, 14:29:09 UTC
21d8cdf Merge branch 'master' into 2566_update_s13n_and_validation_handling 28 April 2021, 14:16:27 UTC
418c1aa Added avc code to the interceptors 28 April 2021, 14:15:38 UTC
dd61a8a Merge pull request #2575 from hapifhir/kh_2526_Add_Operation_Section_to_Conformance_Statements_resource_section Kh 2526 add operation section to conformance statements resource section 28 April 2021, 02:47:30 UTC
ac1d4e3 Merge pull request #2542 from hapifhir/issue-2534-new-tx-pointcut Add new pointcut for transaction processing completed. 27 April 2021, 22:42:19 UTC
a1604c9 Updated address validating logic 27 April 2021, 22:27:38 UTC
b9151a4 Added Changelog. 27 April 2021, 20:34:24 UTC
10b83a6 Remove elastic bump as HS relies on it 27 April 2021, 19:58:48 UTC
4a5b626 Improved assertions for testBulkDataExport() 27 April 2021, 19:01:03 UTC
7cef07b Improved test coverage 27 April 2021, 15:47:57 UTC
29722ad Fixed exception handling 27 April 2021, 14:14:30 UTC
024f553 Merge branch 'master' into 2566_update_s13n_and_validation_handling 27 April 2021, 13:31:42 UTC
334ce0e Merge remote-tracking branch 'origin/master' into kh_2526_Add_Operation_Section_to_Conformance_Statements_resource_section 27 April 2021, 13:29:53 UTC
82bf8cd Code review updates 27 April 2021, 13:29:08 UTC
00a37de Credit for #2384 27 April 2021, 12:43:25 UTC
348198e Made unknown operation exception return an OperationOutcome with issue code "not-supported" (#2384) 27 April 2021, 12:39:17 UTC
1d05405 Test fixes 27 April 2021, 11:03:24 UTC
a5e734f Handle sorting entries which contain no resources 27 April 2021, 02:24:47 UTC
3a901a6 Cleaned up extra logging. 26 April 2021, 20:57:13 UTC
2f126a8 Merge branch 'master' into kh_2526_Add_Operation_Section_to_Conformance_Statements_resource_section 26 April 2021, 20:53:19 UTC
08934d2 Updated standardization logic and removed obsolete validator 26 April 2021, 20:27:44 UTC
798e960 Merge remote-tracking branch 'origin/master' into issue-2534-new-tx-pointcut 26 April 2021, 19:26:34 UTC
bb9c7a4 Added test to to verify operation section was added to Conformance Statement; Jame's changes to the Conformance Statement code have already made it pass, so no more code changes are necessary. :-) 26 April 2021, 18:32:58 UTC
9e153dd Updated docs 26 April 2021, 18:26:21 UTC
f6ed93b Updated validation logic 26 April 2021, 18:17:05 UTC
0246e7d 2572 - Add master Branch changes related to backport of fix for #2171… (#2574) * 2572 - Add master Branch changes related to backport of fix for #2171 for new 5.3.3 release. * 2572 - Added some missing changelog folders for the v5.3.1 and v5.3.2 releases. * 2572 - Added a missing backport changelog entry for the v5.3.1 release. * 2572 - Added a missing VersionEnum entry for the V5_3_1 release. 26 April 2021, 18:13:42 UTC
3adc259 Productioninizg 26 April 2021, 18:08:20 UTC
b007fec Add comment 26 April 2021, 17:40:40 UTC
9ecb390 Move tests to proper class. Fix issue with version referencing 26 April 2021, 17:40:11 UTC
0b8132b Bump elastic version 26 April 2021, 15:04:39 UTC
b200c10 Merge remote-tracking branch 'origin/master' into issue-2534-new-tx-pointcut 26 April 2021, 13:48:30 UTC
987264b Version bump JENA 25 April 2021, 21:38:04 UTC
2ba1005 OpenAPI Support (#2560) * Start work on OpenAPI * Fixes * Work on OpenAPI * Cleanup * Cleanup * More swagger work * Build fix * More work * More work * Add documentation * Docs fixes * Add changelog * License updates * Add API * Cleanup * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_plain/openapi.md Co-authored-by: patrick-vachon-smilecdr <81274188+patrick-vachon-smilecdr@users.noreply.github.com> * Work on scripts * Add docs * Compile fix * Work on fixes * Fix tests * Test fix * Test fix * Build fix * Tests * Build fix * Work on pipeline * Version bump * Test fix * Version bump * Test fix attempts * Test fix * Test fix * Remove accidentally committed files * Fixes * Tets fixes * Test fix * Test fix * Test fix * Test fixes * Test fixes * Test fixes * License header updates * test fix * Test fixes * Test fix * Test fixes * Test fix * Checkstyle bump Co-authored-by: patrick-vachon-smilecdr <81274188+patrick-vachon-smilecdr@users.noreply.github.com> 25 April 2021, 19:40:50 UTC
ac2aac4 Updated address validation handling 23 April 2021, 22:55:51 UTC
f842c23 Merge pull request #2565 from hapifhir/improve-bundle-builder Enhance BundleBuilder to support Deletes 23 April 2021, 17:24:04 UTC
634522b Updated validation ext handling 23 April 2021, 14:43:59 UTC
9c19a4c Add changelog 23 April 2021, 13:11:36 UTC
596196b Add licenses 23 April 2021, 13:08:41 UTC
back to top