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

sort by:
Revision Author Date Message Commit Date
22bb1c8 removed google analytics script fixes #1207 14 February 2019, 17:40:55 UTC
5aadf91 Merge pull request #1205 from jamesagnew/subscription-interceptor-change no subs check interceptor calls on DELETE 14 February 2019, 03:25:43 UTC
435f573 sonar 14 February 2019, 01:50:04 UTC
7b3fedc sonar 14 February 2019, 01:41:11 UTC
455761f fix npe 13 February 2019, 21:54:38 UTC
68171ba don't call SUBSCRIPTION_BEFORE_PERSISTED_RESOURCE_CHECKED and SUBSCRIPTION_AFTER_PERSISTED_RESOURCE_CHECKED for DELETE operations (since we don't currently match subscriptions for DELETE operations) 12 February 2019, 19:25:36 UTC
c2de9c5 Merge pull request #1179 from tadgh/allow-3-to-2-specimen Allow specimen to be converted from STU3 -> STU2 11 February 2019, 15:49:17 UTC
b3fd1b9 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 11 February 2019, 14:05:24 UTC
96ad875 Credit for #1204 11 February 2019, 14:04:57 UTC
6af36eb Merge pull request #1204 from volsch/fixes/example_server_subscriptions Subscriptions are not enabled in JPA Server Example 3.7.0. 10 February 2019, 15:22:07 UTC
ff0e2b6 Added enabled subscription types to JPA Example Server. 10 February 2019, 14:01:05 UTC
f34926b fixed a bug matching long ids in searchparams (#1203) * fixed a bug matching long ids in searchparams 09 February 2019, 18:45:51 UTC
a5e1074 Merge pull request #1194 from jamesagnew/ja_more_subscription_logger More subscription logger work 09 February 2019, 16:45:25 UTC
b5acd71 Merge pull request #1202 from jamesagnew/in-memory-searchparam-bugfix In memory searchparam bugfix 08 February 2019, 22:29:53 UTC
4699c51 Address review comments 08 February 2019, 22:26:34 UTC
7adb14c Make App logging customizable 08 February 2019, 22:14:22 UTC
f40614a fixed bug in in-memory matching for reference id when searchparam has two components 08 February 2019, 21:37:08 UTC
52c6288 Merge branch 'master' into reuse-subscription-channels 08 February 2019, 15:39:00 UTC
37fc432 Credit for https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/3/ 08 February 2019, 01:20:32 UTC
ce840ec Fix broken test 07 February 2019, 22:48:08 UTC
0063627 Add missing version constant 07 February 2019, 22:02:42 UTC
c01b9ef Merge branch 'master' of github.com:jamesagnew/hapi-fhir 07 February 2019, 21:47:27 UTC
dc35e50 Add additional files to distribution 07 February 2019, 21:47:14 UTC
810f1ad Improvements to elements parameter as well as adding attributes to RequestDetails 07 February 2019, 21:45:59 UTC
b3e80f8 Merge branch 'master' into reuse-subscription-channels 07 February 2019, 15:10:10 UTC
4592184 fixed typo in logs 07 February 2019, 15:06:41 UTC
0f8c8d1 Bump version to 3.8.0-SNAPSHOT 07 February 2019, 01:02:28 UTC
207015c Version bump to 3.7.0 06 February 2019, 02:36:38 UTC
c6dfbac Credit for #1148 06 February 2019, 01:31:28 UTC
73dda18 Eevaturkka master (#1196) * Added unit tests - Case when hasAnswer is false doesn't work with InstanceValidator yet. * Fixed test cases to make EnableWhen disable questions * Fixed unit test asserts * Unit tests up to date and maybe we need to use r4 path * First implementation of enableWhen evaluator * Missing file * fix enablewhen result * Added operator evaluation for R4 enableWhen * Fixed bug in finding QuestionnaireResponse child items * Remove unnecessary throw * Added default enablewhen behaviour to STU3 resources converted to R4 * Removed unused HapiWorkerContext * Cherry picked changes from master to 3.5.0 branch * Unit tests up to date and maybe we need to use r4 path * Added operator evaluation for R4 enableWhen * Removed unused HapiWorkerContext * Added default operator type EQUALS * Added check for answering questions which are not enabled * Way to inject custom enablewhen evaluator added * Changed versions to use fi.kela.kanta.phr parent * Copying modifierExtensions from QuestionnaireItems added * Thread questionnaireResponse root element through questionnaire validation so implementations of enablewhen may validate against the complete resource * Added missing propagation of QuestionnaireResponse root element * Avoid infinite loop when validating misaligned questionnaireresponseitems * Added support for Quantity in the default enable when evaluator * Added more information to the error message about misplaced QuestionnaireResponseItem * Temporarily set isNoTerminologyServer() return true to avoid errors about loinc codes * Returned to original state as the experiment failed * temporarily set hard coded error when no profile found * Support required questionnaireitem groups * bumped version n. for release * Filter Extensions from enablewhen evaluation * Don't evaluate Extensions when determining type of answer * Do not force enableWhen to have system * Corrected project dependency version numberts * Corrected problems caused by merge * Make this configurable * Deleted unnecessary Inteface class * Corrected group ids back to ca.uhn.hapi.fhir 05 February 2019, 21:31:35 UTC
e3dd296 Fix flaky test hopefully? 05 February 2019, 20:36:21 UTC
9a8e324 Build fixes 05 February 2019, 20:00:36 UTC
4712319 Merge branch 'master' of https://github.com/eevaturkka/hapi-fhir into eevaturkka-master 05 February 2019, 19:26:41 UTC
4498335 Elements query cleanup 05 February 2019, 19:16:47 UTC
c7d857d Merge branch 'master' of github.com:jamesagnew/hapi-fhir 04 February 2019, 21:34:55 UTC
d4af1ee Add tests and license headers 04 February 2019, 21:34:39 UTC
edb79b8 Updates to parser dont encode elements functionality 04 February 2019, 21:34:05 UTC
88eb2c4 formatting 04 February 2019, 18:50:47 UTC
87a6c24 More subscription logger work 04 February 2019, 18:49:10 UTC
e401ec8 Enhanced elements (#1192) Squashed merge: Add elements exclude mode * Start working on elements enhancement * Work on elements projection * Work on elements filter * Feature is now working * Just some cleanup * Address compile issues 03 February 2019, 21:41:33 UTC
447c394 Ja subscription debug logger (#1190) Squashed commit adding subscription debug logger * Work on subscription debug logger * Add subscription logging interceptor * Remove unneeded variables * A bit of cleanup * Tweak the output logs a bit * Address review comments 03 February 2019, 21:33:54 UTC
b928af7 Merge pull request #1191 from jamesagnew/standalone-subscription-delete-fail Standalone subscription delete fail 03 February 2019, 21:32:57 UTC
4a49a93 just clearing the cache doesn't shut down the channel consumers. Switching to unregisterAll 03 February 2019, 00:26:20 UTC
84db66d fixed 03 February 2019, 00:07:06 UTC
37670ac actually, we shouldn't be trying to match on deleted resources. Corrected assertion in test. 03 February 2019, 00:00:14 UTC
4106d67 ready for review 02 February 2019, 23:03:09 UTC
dd0b561 found another bug in standalone subscriptions 02 February 2019, 22:14:05 UTC
3662d08 Merge branch 'master' into windows-fixes-2 # Conflicts: # hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/BaseApp.java 02 February 2019, 18:16:23 UTC
6616fbc added CannonicalSubscription.toString() 02 February 2019, 18:15:07 UTC
86a12bc Credit for #1114 02 February 2019, 16:33:08 UTC
b7ba529 Merge pull request #1114 from zilin375/hapiFhir001 Fix NPE 02 February 2019, 16:31:43 UTC
ea84f2c Version bump hibernate search 02 February 2019, 16:26:19 UTC
f40148f Merge branch 'master' into windows-fixes-2 # Conflicts: # hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/module/ResourceModifiedMessage.java # hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/module/FhirObjectPrinter.java # hapi-fhir-jpaserver-subscription/src/test/java/ca/uhn/fhir/jpa/subscription/module/PointcutLatch.java # pom.xml 01 February 2019, 21:40:49 UTC
9280cde Subscription only registers active (#1189) * Fixed a bug in standalone subscription subscriber: It was adding REQUESTED subscriptions to the active subscription registry. (Only ACTIVE subscriptions should be added.) 01 February 2019, 15:14:46 UTC
3af8782 Merge pull request #1187 from bdenton/r4-json-like-tests Add JSON-like tests for DSTU3 and R4 31 January 2019, 21:47:26 UTC
5ca352a Merge branch 'master' into windows-fixes-2 31 January 2019, 14:52:09 UTC
25f1afe Merge branch 'windows-fixes-2' of https://github.com/jamesagnew/hapi-fhir into windows-fixes-2 31 January 2019, 14:50:41 UTC
ba225c6 Merge pull request #1112 from bdenton/master Enhancements to tinder generic Mojo and Ant tasks 31 January 2019, 13:25:50 UTC
b46b607 Credit for #1130 31 January 2019, 10:26:14 UTC
d0b33e4 issue-1128: update versions in dependencies so that mvn clean package will be successful 31 January 2019, 10:22:58 UTC
db42609 Credit for #1135 31 January 2019, 10:20:43 UTC
c6a7c52 Update old removed Chef syntax in Vagrant provision The original reported issue was due to the deprecation and removal of `Chef::Platform.set`. This was fixed by moving to the new provider syntax. Other changes in the Chef cookbooks were performed to address similar changes due to deprecated and removed methods and models as well as to conform to new enforcements. One issue not addressed in this change is to make the Oracle JDK download work, since Java 8u20 is no longer available. This fix was tested with the following override in the Vagrantfile: java: { install_flavor: 'openjdk', jdk_version: 7 } The above change is NOT included in this patch set. Further work would be necessary to update the Oracle download before `vagrant up` will work without this modification. Fix #1123 Signed-off-by: Steve Lewis <steven.lewis@cambiahealth.com> 31 January 2019, 10:17:22 UTC
4b298fe Retrier now uses RetryTemplate 31 January 2019, 03:34:26 UTC
737ee9e add JSON-like tests for DSTU3 and R4 31 January 2019, 01:32:06 UTC
6b60170 Merge branch 'master' into windows-fixes-2 30 January 2019, 23:01:17 UTC
adb037e copying over updates to helper classes 30 January 2019, 22:56:47 UTC
ca3b17f Merge remote-tracking branch 'upstream/master' 30 January 2019, 20:09:25 UTC
5f29e4f Fix #1174 - Prevent serialization exception 30 January 2019, 10:49:45 UTC
5d540d9 Query optimization in JPA 28 January 2019, 01:03:48 UTC
16c44d2 reducing visibility of internal class 27 January 2019, 17:50:09 UTC
503d1d8 Subscription NPE fix 26 January 2019, 23:42:01 UTC
10c59fc Subscription strategy tag (#1178) tests pass 25 January 2019, 18:01:04 UTC
f55be0b Test fix 25 January 2019, 15:56:17 UTC
f2fa65c Remove erroneous test 25 January 2019, 01:20:29 UTC
237a508 Allow specimen to be converted from STU3 -> STU2 25 January 2019, 00:06:08 UTC
38d03ea Invalid ids in subscription queue (#1175) * Start work on this * Work on interceptors * Attempt fix * Avoid environment dependency * Test fixes * One more test fix * One more build tweak * Lots of cleanup * A bit more cleanup * Still more cleanup * Some test fixes * Add legacy methods temporarily * Don't auto-scan interceptor beans * One more test fix * rsolve merge conflicts * Address review comments 24 January 2019, 02:17:47 UTC
e5723f2 Merge pull request #1177 from jamesagnew/windows-fixes Windows fixes 24 January 2019, 00:16:10 UTC
0eb70b8 Oops. This was supposed to be automatically backed out. But SQUASH MERGE prevented that from happening. Hmmmmm...... 23 January 2019, 23:13:29 UTC
cdd75bb Merge branch 'master' into windows-fixes # Conflicts: # hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/subscription/module/subscriber/SubscriptionDeliveringRestHookSubscriber.java 23 January 2019, 22:16:08 UTC
67eaeb8 Merge remote-tracking branch 'origin/windows-fixes' into windows-fixes 23 January 2019, 22:14:51 UTC
e819b83 Make busywait more clear 23 January 2019, 21:21:13 UTC
cfd67d8 Merge remote-tracking branch 'origin/windows-fixes' into windows-fixes 23 January 2019, 21:17:48 UTC
5c7907d magic number 23 January 2019, 21:17:41 UTC
7d1d5a1 Attempt to fix a weird lucene indexing issue 23 January 2019, 21:14:53 UTC
5a08593 _id support (#1176) * added support for _id in in-memory matcher 23 January 2019, 19:37:34 UTC
707bf07 optimistic the windows tests will now finally pass! 23 January 2019, 16:57:59 UTC
f53130c Merge branch 'master' of github.com:jamesagnew/hapi-fhir 23 January 2019, 14:39:02 UTC
afaa1b0 Hivernate back to 5.4.0 23 January 2019, 14:38:49 UTC
68fae08 Fix casing in base64Binary type 23 January 2019, 13:34:09 UTC
eee4c75 Version bump hibernate 23 January 2019, 10:57:20 UTC
2c7eb39 final batch of windows fixes (to deal with jumpy windows clock) also added semaphore to PointcutLatch 22 January 2019, 23:53:54 UTC
6b22977 fixing more tests for Windows 22 January 2019, 03:28:48 UTC
c92cbdd Merge remote-tracking branch 'remotes/origin/submit-retry-extension' into windows-fixes 22 January 2019, 01:35:04 UTC
00320da Merge branch 'master' into windows-fixes 22 January 2019, 01:34:01 UTC
a6d1cc5 added maxRetriex extension to canonical subscription 21 January 2019, 21:58:14 UTC
9cf64f7 Deprecate a bad setter on RetfulServer, fix a paging issue, and add a disabled unit test to the subscription matcher 21 January 2019, 19:46:17 UTC
29f483d Merge branch 'master' into windows-fixes 21 January 2019, 16:06:42 UTC
b4350bb Working through failed tests. Consolidating sleep calls 21 January 2019, 16:05:53 UTC
17f03ac Allow null return type for interceptors 21 January 2019, 00:44:18 UTC
690af1c Add interceptor example 21 January 2019, 00:43:08 UTC
back to top