summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors
AgeCommit message (Expand)AuthorFilesLines
2020-07-09Bump policy/models to 2.3.1-SNAPSHOTRam Krishna Verma12-12/+12
2020-07-02Rename XxxActorServiceProvider to XxxActorJim Hahn27-142/+141
2020-06-26Add CDS simulator to policy-modelsJim Hahn2-2/+74
2020-06-24Updating models dependencies to latest versionsRossC1-1/+0
2020-06-18Changes for Checkstyle 8.32liamfallon7-8/+6
2020-06-12Moving common polling code into HttpOperationJim Hahn40-1081/+861
2020-06-11Merge "Default ActorImpl should have an "operations" property"Pamela Dragosh16-50/+61
2020-06-11Merge "Fixing issue with Jacoco coverage being stored above project directory"Pamela Dragosh1-4/+4
2020-06-11Merge "Rename GuardOperation to DecisionOperation"Jorge Hernandez6-18/+18
2020-06-11Default ActorImpl should have an "operations" propertyJim Hahn16-50/+61
2020-06-11Fixing issue with Jacoco coverage being stored above project directoryRossC1-4/+4
2020-06-10Rename GuardOperation to DecisionOperationJim Hahn6-18/+18
2020-06-09Flesh out junits for SDNR and VFC actorsJim Hahn4-2/+116
2020-06-08Fix VFC Restart operation nameJim Hahn1-1/+1
2020-06-03Merge "Use plain HashMap instead of IdentityHashMap"Pamela Dragosh2-5/+6
2020-06-02Use plain HashMap instead of IdentityHashMapJim Hahn2-5/+6
2020-06-02Change Actor makeCoder() to getCoder()Jim Hahn12-16/+16
2020-06-01Merge "Use "coder" to serialize Actor requests"Pamela Dragosh13-109/+76
2020-05-31Merge "Made Actor names public"Ram Krishna Verma4-4/+7
2020-05-29Made Actor names publicJim Hahn4-4/+7
2020-05-29Use "coder" to serialize Actor requestsJim Hahn13-109/+76
2020-05-29Use default serialization providerJim Hahn2-4/+2
2020-05-29Do not generate notification in SDNR ActorJim Hahn4-49/+0
2020-05-27Include response in OperationOutcomeJim Hahn31-26/+131
2020-05-19Bump models master to 2.3.0-SNAPSHOTRam Krishna Verma12-12/+12
2020-05-19Bump models to 2.2.7-SNAPSHOTRam Krishna Verma12-12/+12
2020-05-15Cannot parse finishTime in legacy SO responsesJim Hahn1-46/+1
2020-05-15Cannot parse finishTime in SO responsesJim Hahn3-3/+103
2020-05-14SO poll should not require request IDJim Hahn6-12/+20
2020-04-24Bump models patch 2.2.6-SNAPSHOTPamela Dragosh12-12/+12
2020-04-17Add PNF support to new CDS actorJim Hahn14-184/+813
2020-04-16CDS Operator should be genericJim Hahn4-4/+26
2020-04-16CDS actor was not registeredJim Hahn6-16/+55
2020-04-14Bump models to 2.2.5-SNAPSHOTRam Krishna Verma12-12/+12
2020-04-11Bump models patch 2.2.4-SNAPSHOTPamela Dragosh12-12/+12
2020-04-08SDNR Actor enhancementsJim Hahn9-222/+179
2020-04-01Set sub request ID before start callbackJim Hahn29-149/+162
2020-03-30Test new actors against simulatorsJim Hahn31-32/+780
2020-03-27Cleanup sonar bugs and security hotspotPamela Dragosh1-1/+1
2020-03-26Discard requests in APPC legacy actorJim Hahn1-0/+3
2020-03-25Bump models 2.2.3-SNAPSHOTPamela Dragosh12-12/+12
2020-03-25Cleanup eclipse warningsPamela Dragosh1-2/+1
2020-03-24Bump policy-models to version 2.2.2-SNAPSHOTliamfallon12-12/+12
2020-03-23New Guard actor request structure is incorrectJim Hahn14-128/+71
2020-03-23Update new SDNR actor with v2.0 structuresJim Hahn5-56/+81
2020-03-23Merge "Exception not propagated by processResponse"Liam Fallon2-6/+41
2020-03-20Fix legacy APPC handling of RequestJim Hahn2-4/+5
2020-03-20Exception not propagated by processResponseJim Hahn2-6/+41
2020-03-12Clean up minor checkstyle/sonar issuesliamfallon1-14/+11
2020-03-11Merge "Add VFC Actor"Jim Hahn13-52/+1121