aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.so/src/test/java/org/onap/policy/controlloop/actor/so/SoOperationTest.java
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Upgrade and clean up dependenciesliamfallon1-4/+8
2021-02-05Give better messages than NPE for missing dataJim Hahn1-1/+35
2020-10-27Make Actors event-agnosticJim Hahn1-200/+0
2020-09-01Add Modify NSSI operation in SO actorkrishnaa961-2/+2
2020-08-27Remove Target and TargetTypePamela Dragosh1-32/+18
2020-08-06Modify Actors to use properties when providedJim Hahn1-32/+114
2020-07-31Add property lists to ActorsJim Hahn1-5/+8
2020-06-12Moving common polling code into HttpOperationJim Hahn1-98/+2
2020-06-02Change Actor makeCoder() to getCoder()Jim Hahn1-2/+2
2020-05-27Include response in OperationOutcomeJim Hahn1-0/+4
2020-05-15Cannot parse finishTime in SO responsesJim Hahn1-0/+17
2020-05-14SO poll should not require request IDJim Hahn1-1/+4
2020-04-01Set sub request ID before start callbackJim Hahn1-4/+6
2020-03-10Fix field names in SO Actor messagesJim Hahn1-3/+3
2020-03-06Add subrequest ID to OperationOutcomeJim Hahn1-0/+4
2020-02-25Support separate VF Counts for different TargetsJim Hahn1-27/+53
2020-02-21Change payload to Map<String,Object> so it's more versatileJim Hahn1-11/+48
2020-02-20More actor clean-upJim Hahn1-9/+9
2020-02-19Add SO actorJim Hahn1-0/+353