summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actorServiceProvider/src/main
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Remove dmaap from modelsrameshiyer272-2/+2
2023-09-22Java 17 Upgradeadheli.tavares2-17/+17
2022-09-16Remove unused imports in modelsliamfallon1-1/+1
2022-01-07extend vnf properties model for cds actorsjhh1-2/+2
2021-06-21Fix new checkstyle issues in modelsJim Hahn3-4/+2
2021-06-17Use lombok annotations for actorsJim Hahn4-33/+15
2021-05-07Fix sonars in policy-models actorsJim Hahn10-29/+25
2021-02-10More sonars in modelsJim Hahn6-13/+13
2020-11-30Remove targetEntity from makeOutcomeJim Hahn2-13/+6
2020-11-20Delete preprocessed flag from actorsJim Hahn2-28/+14
2020-11-18Merge "Make Actors event-agnostic"Ram Krishna Verma4-352/+26
2020-11-06Fix upcoming checkstyle issuesPamela Dragosh1-1/+1
2020-10-27Make Actors event-agnosticJim Hahn4-352/+26
2020-08-27Remove Target and TargetTypePamela Dragosh8-27/+302
2020-08-18Make targetEntity a propertyJim Hahn4-44/+80
2020-08-13Do not require context in ControlLoopOperationParamsJim Hahn1-3/+41
2020-08-06Modify Actors to use properties when providedJim Hahn2-15/+115
2020-08-04Skip preprocessor step in ActorsJim Hahn1-0/+5
2020-07-31Add property lists to ActorsJim Hahn7-8/+140
2020-07-21Fix some sonars in policy-modelsJim Hahn3-3/+0
2020-07-13Remove legacy actor code from modelsJim Hahn2-40/+0
2020-06-18Changes for Checkstyle 8.32liamfallon2-2/+1
2020-06-12Moving common polling code into HttpOperationJim Hahn9-89/+503
2020-06-11Default ActorImpl should have an "operations" propertyJim Hahn4-6/+13
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 Hahn3-4/+4
2020-05-29Use "coder" to serialize Actor requestsJim Hahn3-25/+31
2020-05-29Do not generate notification in SDNR ActorJim Hahn1-3/+0
2020-05-27Include response in OperationOutcomeJim Hahn3-0/+9
2020-04-08SDNR Actor enhancementsJim Hahn1-0/+3
2020-04-01Set sub request ID before start callbackJim Hahn2-8/+24
2020-03-30Test new actors against simulatorsJim Hahn1-1/+1
2020-03-23New Guard actor request structure is incorrectJim Hahn1-9/+2
2020-03-20Exception not propagated by processResponseJim Hahn1-5/+10
2020-03-10Immediately finish if guard is disabledJim Hahn1-2/+2
2020-03-06Add subrequest ID to OperationOutcomeJim Hahn1-3/+8
2020-03-06Log full URL for REST callsJim Hahn1-14/+10
2020-03-05Add other APPC-LCM operationsJim Hahn2-0/+13
2020-03-04Fix exception message in ActorsJim Hahn1-1/+1
2020-03-03Merge "Fix path issues"Ram Krishna Verma1-1/+1
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 Hahn1-1/+1
2020-03-02Log Actor parameter error messageJim Hahn2-14/+3
2020-03-01Merge "Add sequence number to Actors"Ram Krishna Verma3-12/+49
2020-02-29Add sequence number to ActorsJim Hahn3-12/+49
2020-02-29Sequence throws NPE if task outcome is nullJim Hahn1-2/+2
2020-02-26Change ActorService config to Map<String,Object>Jim Hahn1-4/+6