summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actorServiceProvider/src/test
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Dependency management updateadheli.tavares1-4/+4
2023-09-22Java 17 Upgradeadheli.tavares2-14/+16
2021-06-21Fix new checkstyle issues in modelsJim Hahn1-3/+0
2021-02-11Fix sonars from depeendency upgradeJim Hahn18-88/+70
2021-02-10More sonars in modelsJim Hahn3-11/+10
2020-11-30Remove targetEntity from makeOutcomeJim Hahn5-37/+24
2020-11-20Delete preprocessed flag from actorsJim Hahn2-31/+21
2020-10-27Make Actors event-agnosticJim Hahn5-397/+17
2020-08-27Remove Target and TargetTypePamela Dragosh6-87/+76
2020-08-18Make targetEntity a propertyJim Hahn5-22/+36
2020-08-13Do not require context in ControlLoopOperationParamsJim Hahn1-10/+48
2020-08-04Skip preprocessor step in ActorsJim Hahn1-0/+9
2020-07-31Add property lists to ActorsJim Hahn7-15/+56
2020-07-21Fix some sonars in policy-modelsJim Hahn3-3/+7
2020-07-13Remove legacy actor code from modelsJim Hahn2-95/+0
2020-06-18Changes for Checkstyle 8.32liamfallon4-5/+4
2020-06-12Moving common polling code into HttpOperationJim Hahn6-4/+665
2020-06-11Default ActorImpl should have an "operations" propertyJim Hahn5-25/+24
2020-06-02Change Actor makeCoder() to getCoder()Jim Hahn3-5/+5
2020-06-01Merge "Use "coder" to serialize Actor requests"Pamela Dragosh1-6/+8
2020-05-29Use "coder" to serialize Actor requestsJim Hahn1-6/+8
2020-05-29Use default serialization providerJim Hahn1-2/+1
2020-05-29Do not generate notification in SDNR ActorJim Hahn1-6/+0
2020-05-27Include response in OperationOutcomeJim Hahn4-2/+27
2020-04-08SDNR Actor enhancementsJim Hahn1-0/+10
2020-04-01Set sub request ID before start callbackJim Hahn2-20/+12
2020-03-30Test new actors against simulatorsJim Hahn1-0/+4
2020-03-25Cleanup eclipse warningsPamela Dragosh1-2/+1
2020-03-23New Guard actor request structure is incorrectJim Hahn1-9/+3
2020-03-20Exception not propagated by processResponseJim Hahn1-1/+31
2020-03-06Add subrequest ID to OperationOutcomeJim Hahn1-6/+11
2020-03-06Log full URL for REST callsJim Hahn1-11/+11
2020-03-05Add other APPC-LCM operationsJim Hahn1-0/+5
2020-03-02Testcases for cds actorRam Krishna Verma2-6/+8
2020-03-01Merge "Add sequence number to Actors"Ram Krishna Verma2-2/+15
2020-02-29Add sequence number to ActorsJim Hahn2-2/+15
2020-02-29Sequence throws NPE if task outcome is nullJim Hahn1-0/+2
2020-02-26Change ActorService config to Map<String,Object>Jim Hahn1-1/+1
2020-02-26ActorService constructor should be publicJim Hahn1-0/+7
2020-02-25Remove ActorService singletonJim Hahn2-19/+7
2020-02-25Add PipelineUtilJim Hahn1-0/+37
2020-02-24Add "finalOutcome" flag to OperationOutcomeJim Hahn1-5/+33
2020-02-21Change payload to Map<String,Object> so it's more versatileJim Hahn9-62/+114
2020-02-20More actor clean-upJim Hahn9-171/+289
2020-02-18Actor updates to support SOJim Hahn2-2/+5
2020-02-17More changes to actor codeJim Hahn2-8/+30
2020-02-17Use BidirectionalTopicClient from policy-commonJim Hahn18-972/+1043
2020-02-13Add Topic Actor superclassesJim Hahn12-42/+1465
2020-02-12Add A&AI actor and some operatorsJim Hahn1-1/+1
2020-02-11Add more code to facilitate actor implementationJim Hahn14-1509/+2275