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

sort by:
Revision Author Date Message Commit Date
ff7aab2 Merge remote-tracking branch 'remotes/origin/master' into im_20200728_term_multi_version_support 30 August 2020, 19:30:47 UTC
3fef8f7 Back out changes relating to validate operations. Cleanup of code 30 August 2020, 19:29:57 UTC
b285356 Per #2058 - Making R5 structures non optionsl 30 August 2020, 14:17:15 UTC
92313cd Tests and fixes to support versioned CodeSystem lookup and subsume operations 26 August 2020, 20:23:17 UTC
5a0bce9 Changes to enable request delete of specific Code System version. 25 August 2020, 16:45:53 UTC
796d292 Merge remote-tracking branch 'remotes/origin/master' into im_20200728_term_multi_version_support 25 August 2020, 16:07:13 UTC
749c2bc Changes to enable request delete of specific Code System version. 25 August 2020, 16:06:07 UTC
437e81f Support multiple updates of one resource in a transaction (#2050) * Support multiple updates of one resource in a transaction * Test update * Add changelog * Test fix 25 August 2020, 09:55:54 UTC
969a20d Credit for #2049 22 August 2020, 21:01:37 UTC
31d7369 - Adding missing null guard (#2049) * - Adding missing null guard. Guard needed when reference can't be resolved. * Adding test for INCLUDE_ALL null guard fix Co-authored-by: ahn <anders.havn@systematic.com> 22 August 2020, 20:59:36 UTC
dbbff1f Allow HTTP 204 response to transaction (#2051) * Allow HTTP 204 response to transaction * Add changelog * Test fix 22 August 2020, 01:00:55 UTC
29b293f Merge remote-tracking branch 'remotes/origin/master' into im_20200728_term_multi_version_support 21 August 2020, 14:16:49 UTC
dc786ea Refine model for storing multiple code versions. 21 August 2020, 14:16:10 UTC
a0710d4 Add constructor 19 August 2020, 10:05:23 UTC
03cde8c Don't use remote termsvc on implied system validation (#2045) * Don't use remote termsvc on implied system validation * Add changelog 18 August 2020, 17:56:37 UTC
2126c5c Merge remote-tracking branch 'remotes/origin/master' into im_20200728_term_multi_version_support 18 August 2020, 15:15:09 UTC
30ac449 Add JPA Starter to componentscan exclusions 18 August 2020, 12:06:21 UTC
c1dcf04 Fix broken tests. 18 August 2020, 01:52:16 UTC
4db00fa Fix broken test and cleanup. 17 August 2020, 22:14:37 UTC
1fadaee Reject nvalid SearchParameter wiith no path expression (#2043) * Fix some changelog typos * Reject SearchParameter with invalid path * Add changelog * Test fix * Test fixes * Test fixes * Test fix * One more test fix 17 August 2020, 15:21:55 UTC
eab828f Add transactionbuilder (#2041) * Add transactionbuilder * Add changelog * Add creates 17 August 2020, 11:47:40 UTC
bd94ff9 Merge remote-tracking branch 'remotes/origin/master' into im_20200728_term_multi_version_support 17 August 2020, 01:38:41 UTC
3a5e0ed Fix #2042 - Outdated CI link on website 17 August 2020, 01:03:27 UTC
ad12ee4 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 17 August 2020, 01:03:13 UTC
7dd7f2b resource pid userdata fix (#2044) * fixed resource UserData RESOURCE_PID for expunge hook (was incorrectly pointing to ResourceHistoryTable pid instead of ResourceTable pid. * fix merge 17 August 2020, 00:48:39 UTC
cd65c29 Fix some changelog typos 16 August 2020, 13:01:42 UTC
a3951b5 Add release details for 5.1.0 13 August 2020, 21:36:04 UTC
89f6835 Add changelog 13 August 2020, 09:47:56 UTC
f3d5b69 Bump flyway-core from 6.4.1 to 6.5.4 (#2039) Bumps [flyway-core](https://github.com/flyway/flyway) from 6.4.1 to 6.5.4. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-6.4.1...flyway-6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 August 2020, 09:47:43 UTC
d62e70c Add test 13 August 2020, 09:45:49 UTC
92718c7 Version bump to 5.2.0-SNAPSHOT 12 August 2020, 14:23:46 UTC
5fb7bd5 Version bump to 5.1.0 11 August 2020, 21:43:24 UTC
aed97ad added EMPI change log (#2036) 11 August 2020, 19:33:33 UTC
90ebaf8 Add one more test for #2023 11 August 2020, 12:54:03 UTC
f3fbad6 Avoid a LOB error when expanding a valueset on Postgres 11 August 2020, 12:30:48 UTC
39eea88 Update interceptors.md (#2033) Added the mention of public requirement! 11 August 2020, 09:25:36 UTC
f0ed640 Upgrade core library dependency version 10 August 2020, 13:05:04 UTC
e61b39f Force a flush of the SearchParameter cache sooner when SPs change (#2030) * Force a flush of the SearchParameter cache sooner when SPs change * Add changelog * Test fixes 09 August 2020, 23:30:59 UTC
096f310 Increase visibility 09 August 2020, 18:23:06 UTC
8f6d08d Fix #2022 - Invalidate caches on expunge (#2029) * Fix #2022 - Invalidate caches on expunge * Rename changelog file 09 August 2020, 18:14:28 UTC
49f4f3e Add license headers 09 August 2020, 17:23:45 UTC
7f69352 Use HTTPS instead of HTTP to resolve dependencies (#1708) This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com> 09 August 2020, 17:04:16 UTC
d39348d Initial changes to support multiple versions for code system. 09 August 2020, 15:49:04 UTC
8e0023c Disable referential integrity for some paths (#2025) * Disable referential integrity for some paths * Add changelog * Remove unneeded file 09 August 2020, 11:09:37 UTC
0de0b88 Fix TestpageOverlay XSS Vulnerability (#2027) * Resolve XSS vulnerability * Add changelog 09 August 2020, 11:06:11 UTC
63ef2ce Fix #2012 - Always filter total from search results when consent interceptor in use (#2020) * consent bug test * Fix #2012 - Always filter total from search results when consent interceptor in use * Add changelog * Address coverage issues Co-authored-by: Jens Kristian Villadsen <46567685+jvitrifork@users.noreply.github.com> Co-authored-by: jvi <jvi@trifork.com> 07 August 2020, 13:16:02 UTC
6cb39a1 Empi doc updates (#2021) * Update documentation about EMPI automatic linking * Further documentation updates 06 August 2020, 20:45:04 UTC
605c3d8 Merge pull request #2019 from jamesagnew/minimum-data-required-for-empi Add a Minimum data requirement for EMPI processing 06 August 2020, 19:46:03 UTC
5a720d4 Comment updates 06 August 2020, 18:33:38 UTC
1aa7d1c Remove dead comment 06 August 2020, 18:32:41 UTC
c4fd055 propagate class rename 06 August 2020, 18:32:06 UTC
d6ad434 Rename class, add log 06 August 2020, 18:02:20 UTC
ed61861 Add type-based filtering to filter service. Add tests 06 August 2020, 17:58:37 UTC
c92a77c Introduce Filtering service 06 August 2020, 04:48:06 UTC
87d14f2 Begin with a broken test 05 August 2020, 23:20:41 UTC
5d9d407 Fix an issue with binary storage not updating correctly if a retry (#2014) interceptor is present 05 August 2020, 13:14:40 UTC
750d693 Merge pull request #1984 from jamesagnew/batch-empi-job 04 August 2020, 20:21:25 UTC
03f7289 Add test for #2012 04 August 2020, 13:16:47 UTC
3b9f9e6 Rename operation 04 August 2020, 04:35:12 UTC
b8a3a6e Update test 02 August 2020, 00:35:04 UTC
da30772 Remove dead methods, constants, and add a javadoc 01 August 2020, 20:19:52 UTC
160155b Update test to ensure start state is correct 01 August 2020, 20:17:51 UTC
ac5d261 Doc updates and flip logic order in SearchParamSVc 01 August 2020, 20:16:50 UTC
ad88742 Add removeAll function to DeleteConflictList 01 August 2020, 20:15:22 UTC
46251af Rename queue to channel 01 August 2020, 20:12:32 UTC
2cf48eb Move field length into constants 01 August 2020, 20:11:33 UTC
c8dfd00 Remove dead comments 01 August 2020, 20:09:23 UTC
3068fe8 Rework escape hatch to error 01 August 2020, 20:08:29 UTC
0d90bbc Add escape hatch to while loop 01 August 2020, 20:06:25 UTC
b0d301b Remove constructor argument that was unused 01 August 2020, 20:04:22 UTC
995c188 implement function for all concrete classe 01 August 2020, 20:03:37 UTC
0a4d81e Move getNextBatch into IResultIterator 01 August 2020, 20:00:55 UTC
1d6a26b Remove unused method 01 August 2020, 18:49:07 UTC
0ef1665 Merge branch 'batch-empi-job' of github.com:jamesagnew/hapi-fhir into batch-empi-job 01 August 2020, 18:48:27 UTC
efaf09f Fix java.lang.string in empiLink entity 01 August 2020, 18:47:00 UTC
8b37899 Doc updates 01 August 2020, 18:45:47 UTC
4c64cec Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_empi/empi_operations.md Co-authored-by: Ken Stevens <khstevens@gmail.com> 01 August 2020, 18:40:24 UTC
9c5b69b Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_empi/empi_operations.md Co-authored-by: Ken Stevens <khstevens@gmail.com> 01 August 2020, 18:37:11 UTC
3179e34 Merge branch 'batch-empi-job' of github.com:jamesagnew/hapi-fhir into batch-empi-job 01 August 2020, 18:36:21 UTC
e67ee36 Renamed and modified reset constant for better naming 01 August 2020, 18:36:14 UTC
dfecca3 Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_empi/empi_operations.md Co-authored-by: Ken Stevens <khstevens@gmail.com> 01 August 2020, 18:32:30 UTC
7299162 Update doc phrasing 01 August 2020, 18:31:28 UTC
4d3ceca Fix pointcutlatch issue 01 August 2020, 18:12:28 UTC
bd22b02 Add caveat 31 July 2020, 16:13:38 UTC
63cc10c Updare license 31 July 2020, 05:10:59 UTC
9f0af3c docs for batch run 31 July 2020, 02:25:30 UTC
f731e44 Partial addition of docs for batch run 31 July 2020, 01:21:35 UTC
07f9e84 Add documentation for -clear 30 July 2020, 22:23:43 UTC
8b4fa80 Add changelog 30 July 2020, 21:42:25 UTC
48bf78e Rename service interface name 30 July 2020, 19:17:14 UTC
83d4035 Remove naming outside of cchannelproducer 30 July 2020, 01:45:40 UTC
b8c000b Rename queue to channel 30 July 2020, 00:43:53 UTC
30b517f Migrate the channel submitter to SubmitterConfig, (duh) 30 July 2020, 00:21:36 UTC
bcc5c59 Move batch svc to the submitter 30 July 2020, 00:05:57 UTC
5bfe3ce move transactional method to persistence 29 July 2020, 21:16:49 UTC
102f936 Rework into new person deleting service 29 July 2020, 19:17:07 UTC
0e88f35 Merge remote-tracking branch 'remotes/origin/master' into batch-empi-job 29 July 2020, 16:42:12 UTC
3098aff Update path when updating resource links (#2007) * fix resource link index reuse bug * Resolve merge conflicts Co-authored-by: Ken Stevens <khstevens@gmail.com> 29 July 2020, 01:40:56 UTC
2e48ded Add license, change bean name 29 July 2020, 01:05:17 UTC
6a8e09a Ensure that parent structuredefinitions are snapshotted before (#2005) * Ensure that parent structuredefinitions are snapshotted before snapshotting child * Add changelog 28 July 2020, 15:46:58 UTC
back to top