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

sort by:
Revision Author Date Message Commit Date
348086e If statement checking wrong attribute 21 September 2020, 18:39:30 UTC
6315560 Merge pull request #2076 from jamesagnew/2069-message-retry-attributes 2069 message retry attributes 18 September 2020, 18:08:36 UTC
45775c8 Reuse constant 16 September 2020, 19:29:04 UTC
ddfac72 Clean spacing 16 September 2020, 19:27:03 UTC
9d3a97a Default for int 16 September 2020, 19:24:09 UTC
558f7a5 Minor cleanup 16 September 2020, 19:21:49 UTC
4c5051a More refactor for custom headers and top level attributes 16 September 2020, 19:05:44 UTC
3189819 limit transaction size config (#2087) 16 September 2020, 18:13:03 UTC
6661136 add attributes to HapiHeaders. Turns out deserialization makes a best guess, and doesnt respect types in Map<String,Object> 16 September 2020, 18:06:54 UTC
cdc195b Change to use long type for failure timestamps 16 September 2020, 17:13:43 UTC
b64e982 Credit for #2083 16 September 2020, 13:07:33 UTC
c884f29 SearchCoordinatorSvcImpl gets ExecutorService from injected ThreadPoolTaskExecutor (#2083) * Get ExecutorService from injected ThreadPoolTaskExecutor which enables support of TaskDecorators (e.g. to add/clear ThreadLocal logging context (MDC) variables) * Properly initialize ThreadPoolTaskExecutor 16 September 2020, 13:05:28 UTC
6ab7a0b Bump animal-sniffer-maven-plugin from 1.18 to 1.19 (#2084) Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.18 to 1.19. - [Release notes](https://github.com/mojohaus/animal-sniffer/releases) - [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.18...animal-sniffer-parent-1.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 September 2020, 12:02:01 UTC
74bba9d Rename to ResourceOperationMessage 15 September 2020, 22:57:55 UTC
3ca1a42 Swap EMPI channel consumer to use Subscription ResourceModifiedMessages 15 September 2020, 19:37:24 UTC
ea64bea Refactor to use concrete class instead of parent 15 September 2020, 19:27:21 UTC
9711b5e Update resources on package reinstall (#2078) * Start testing * Update resources on package install * Add changelog 15 September 2020, 12:46:43 UTC
ea5fba6 Remove maven site plugin 15 September 2020, 09:40:19 UTC
7947316 Bump ant from 1.7.0 to 1.10.8 (#2080) Bumps ant from 1.7.0 to 1.10.8. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 15 September 2020, 09:24:43 UTC
5744f70 Rename to match names across classes 14 September 2020, 20:54:09 UTC
a9fb849 Moved more into parent class, added javadocs for transactionId 14 September 2020, 20:44:50 UTC
2871b72 Merge branch 'master' into 2069-message-retry-attributes 14 September 2020, 20:06:14 UTC
6e0ef03 Rename constants. Remove dead comment 14 September 2020, 19:35:58 UTC
f20c42a Remove license claims, remove dead class 14 September 2020, 17:48:44 UTC
9a09a8a Update todos 14 September 2020, 17:41:11 UTC
3e32435 Add javadocs 14 September 2020, 17:28:36 UTC
2e1f2a6 Move class to top level, add tests 14 September 2020, 17:20:01 UTC
c3ddf59 Add HapiMessageHeaders to BaseJsonMessage class 14 September 2020, 17:02:32 UTC
5b6ee4e Dependency version bump (#2074) * Dependency version bump * More dependency work * One more fix 14 September 2020, 12:42:28 UTC
800283a Update points.json (#2073) Update of my contact e-mail and lat./long. points 13 September 2020, 20:06:33 UTC
3b8b368 One more test data creator 11 September 2020, 15:50:39 UTC
064e4f5 Test data creator 11 September 2020, 15:46:19 UTC
e637a84 One more test data builder 11 September 2020, 15:42:47 UTC
2bd304f Add method to test data builder 11 September 2020, 15:34:50 UTC
28a9a53 Rework to keep several things in subscription 10 September 2020, 20:05:56 UTC
2229233 Move subscription models to legacy, except the ones that are subscription specific 09 September 2020, 19:58:41 UTC
df20a04 Add test to ensure Messageheaders are serializable 09 September 2020, 16:07:22 UTC
f3a5433 Set reference validation policy on hapi.fhir.org 08 September 2020, 09:51:10 UTC
0e34f16 Make PID column name configurable in migrator 08 September 2020, 00:46:53 UTC
2d7c808 Localizer refactor 05 September 2020, 19:47:10 UTC
c73da4d Fix SIL-A's name 03 September 2020, 18:17:37 UTC
7ad8929 Merge pull request #2064 from jamesagnew/fix_mssql_drop_index_and_table_migrations Fix mssql drop index and table migrations 03 September 2020, 16:29:04 UTC
8167a0c use new getters 03 September 2020, 14:15:55 UTC
1de1ebb rename getters 03 September 2020, 14:15:07 UTC
faab567 replace fetching of query strings with running of tasks 03 September 2020, 04:58:49 UTC
60c03c4 add constraint dropping when dropping index in case of unique 03 September 2020, 04:57:32 UTC
6012bc4 add getters and modify some setters to return a reference to itself 03 September 2020, 04:56:12 UTC
5b7e6b5 Avoid startup retry loop 02 September 2020, 23:56:57 UTC
190f0cc Add test for #2063 01 September 2020, 18:12:57 UTC
d854289 Don't lazy load DAOs (#2061) * Don't lazy load DAOs * More tweaks 01 September 2020, 13:54:50 UTC
c677757 Avoid DB binary storage deadlock (#2062) * Avoid DB binary storage deadlock * Add changelog * Rework 01 September 2020, 13:52:38 UTC
b285356 Per #2058 - Making R5 structures non optionsl 30 August 2020, 14:17:15 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
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
30ac449 Add JPA Starter to componentscan exclusions 18 August 2020, 12:06:21 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
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
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
back to top