aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions
AgeCommit message (Expand)AuthorFilesLines
2020-03-20Merge "Misc simple sonar issue fixes"Liam Fallon1-5/+5
2020-03-19Misc simple sonar issue fixesChris Ramstad1-5/+5
2020-03-12Revert some UUID variable namesJim Hahn5-80/+63
2020-03-12Clean up minor checkstyle/sonar issuesliamfallon16-943/+672
2020-03-11Merge "Add VFC Actor"Jim Hahn13-52/+1121
2020-03-10Merge "Immediately finish if guard is disabled"Liam Fallon2-6/+24
2020-03-10Add VFC ActorPamela Dragosh13-52/+1121
2020-03-10Fix field names in SO Actor messagesJim Hahn2-6/+6
2020-03-10Immediately finish if guard is disabledJim Hahn2-6/+24
2020-03-06Add subrequest ID to OperationOutcomeJim Hahn24-59/+128
2020-03-06Log full URL for REST callsJim Hahn7-40/+26
2020-03-05Add other APPC-LCM operationsJim Hahn10-276/+451
2020-03-05Add SO VF Module Delete OperationJim Hahn15-30/+1153
2020-03-05Merge "Add APPC-LCM actor"Ram Krishna Verma9-18/+541
2020-03-05Add APPC-LCM actorPeyton Puckett9-18/+541
2020-03-04SDNC Actor doesn't use full URLJim Hahn2-2/+8
2020-03-04Fix exception message in ActorsJim Hahn1-1/+1
2020-03-03Translate APPC Instant to LongJim Hahn4-8/+14
2020-03-03Merge "Fix path issues"Ram Krishna Verma11-36/+116
2020-03-03Merge "Don't log cancellation exception"Jim Hahn1-2/+9
2020-03-02Log topic message before publishingJim Hahn1-2/+2
2020-03-02Don't log cancellation exceptionJim Hahn1-2/+9
2020-03-03Fix path issuesJim Hahn11-36/+116
2020-03-02Merge "Log Actor parameter error message"Ram Krishna Verma2-14/+3
2020-03-02Log Actor parameter error messageJim Hahn2-14/+3
2020-03-02Testcases for cds actorRam Krishna Verma7-8/+390
2020-03-01Add SDNR ActorPamela Dragosh8-76/+716
2020-03-01Merge "Add sequence number to Actors"Ram Krishna Verma7-14/+73
2020-03-01Merge "Sequence throws NPE if task outcome is null"Liam Fallon2-2/+4
2020-02-29Guard Actor is adding the wrong type of OperatorJim Hahn2-2/+4
2020-02-29Add sequence number to ActorsJim Hahn7-14/+73
2020-02-29Sequence throws NPE if task outcome is nullJim Hahn2-2/+4
2020-02-26Change ActorService config to Map<String,Object>Jim Hahn3-6/+8
2020-02-26Merge "ActorService constructor should be public"Ram Krishna Verma2-1/+8
2020-02-26ActorService constructor should be publicJim Hahn2-1/+8
2020-02-26Custom Query should always use vserverJim Hahn2-9/+34
2020-02-26Merge "Add actor for CDS"Liam Fallon6-38/+497
2020-02-26Merge "Remove ActorService singleton"Ram Krishna Verma3-32/+7
2020-02-25Eliminate a couple more xxxAsync calls in ActorsJim Hahn1-6/+12
2020-02-25Merge "Add "disabled" property to Guard Actor"Ram Krishna Verma8-3/+80
2020-02-25Add actor for CDSRam Krishna Verma6-38/+497
2020-02-25Merge "Support separate VF Counts for different Targets"Pamela Dragosh5-67/+132
2020-02-25Remove ActorService singletonJim Hahn3-32/+7
2020-02-25Support separate VF Counts for different TargetsJim Hahn5-67/+132
2020-02-25Add "disabled" property to Guard ActorJim Hahn8-3/+80
2020-02-25Add PipelineUtilJim Hahn3-8/+93
2020-02-25Merge "Move CQ operation name from actor.aai to aai"Ram Krishna Verma7-23/+4
2020-02-24Move CQ operation name from actor.aai to aaiJim Hahn7-23/+4
2020-02-24Add "finalOutcome" flag to OperationOutcomeJim Hahn3-29/+76
2020-02-21Change payload to Map<String,Object> so it's more versatileJim Hahn63-184/+1267