Age | Commit message (Expand) | Author | Files | Lines |
2023-09-25 | Upgrade Java 17 |  adheli.tavares | 12 | -62/+56 |
2023-08-03 | Add support for composition outProperties in ACM intermediary |  FrancescoFioraEst | 1 | -10/+0 |
2023-07-13 | Add restart support inside participants |  FrancescoFioraEst | 2 | -0/+81 |
2023-06-12 | Add failure handling support in Intermediary |  FrancescoFioraEst | 3 | -77/+22 |
2023-06-09 | Add Minor Refactor for Intermediary to support failure handler |  FrancescoFioraEst | 1 | -0/+1 |
2023-06-06 | Add Failure handling support in all ACM-participants |  FrancescoFioraEst | 2 | -13/+131 |
2023-05-23 | Refactor failure handling in policy-participant |  FrancescoFioraEst | 3 | -30/+44 |
2023-05-16 | Add participant capability to send message with status and properties |  FrancescoFioraEst | 2 | -39/+7 |
2023-04-11 | Add UseState and OperationalState support in ACM |  FrancescoFioraEst | 2 | -0/+31 |
2023-03-14 | Add SNI support |  liamfallon | 1 | -2/+2 |
2023-02-17 | Fix UNDEPLOY transition in policyParticipant in ACM |  FrancescoFioraEst | 3 | -87/+139 |
2023-02-15 | Merge "Refactor yaml files in ACM" |  Liam Fallon | 2 | -6/+0 |
2023-02-14 | Refactor yaml files in ACM |  FrancescoFioraEst | 2 | -6/+0 |
2023-02-13 | Deployment and undeployment on Participant Intermediary |  FrancescoFioraEst | 2 | -79/+35 |
2023-02-02 | Refactor ParticipantUpdate to ParticipantPrime |  saul.gill | 2 | -22/+22 |
2023-02-01 | Upgrade and clean up dependencies |  liamfallon | 2 | -22/+24 |
2023-01-30 | Remove ParticipantType in all yaml files |  FrancescoFioraEst | 3 | -21/+1 |
2023-01-26 | Remove participantType and references |  saul.gill | 3 | -25/+2 |
2023-01-23 | Refactor participantId as UUID |  FrancescoFioraEst | 3 | -8/+5 |
2023-01-23 | Remove reference type of participantId in Unit Tests in ACM |  FrancescoFioraEst | 5 | -105/+32 |
2023-01-19 | Add supported ac elements to participants |  saul.gill | 4 | -7/+23 |
2022-12-20 | Add compositionId into Messages between ACM and Participants |  FrancescoFioraEst | 2 | -22/+1 |
2022-12-13 | Replace ToscaConceptIdentifier with UUID in Participant Messages ACM |  FrancescoFioraEst | 2 | -62/+36 |
2022-12-06 | Replace SpringFox with SpringDoc in CLAMP |  liamfallon | 1 | -7/+3 |
2022-11-03 | Add Prometheus metric messages for ACM participants |  FrancescoFioraEst | 3 | -4/+56 |
2022-10-28 | Remove old implementation of statistics in ACM participants |  FrancescoFioraEst | 2 | -23/+0 |
2022-10-11 | Use spring-boot-starter-actuator managed version |  liamfallon | 1 | -1/+1 |
2022-09-27 | Improve code coverage on policy-participant module in clamp |  rameshiyer27 | 5 | -10/+354 |
2022-09-01 | Fix Clamp build fails in policy participant module |  FrancescoFioraEst | 1 | -6/+10 |
2022-06-30 | Fix CSIt failure in CLAMP test case |  rameshiyer27 | 1 | -19/+31 |
2022-06-02 | Fix type version in all tosca_service_template yaml files |  FrancescoFioraEst | 1 | -7/+7 |
2022-04-11 | Rename controlloop to ACM |  Sirisha_Manchikanti | 1 | -1/+1 |
2022-03-22 | Clean up unit tests |  adheli.tavares | 10 | -400/+70 |
2022-02-18 | Rename TOSCA Control Loop to ACM |  liamfallon | 57 | -3093/+939 |
2022-02-14 | Fix Policy Participant to create and deploy the policies in Passive state |  Lathish | 1 | -12/+7 |
2021-11-18 | Added Camel Unit Tests |  brunomilitzer | 3 | -5/+5 |
2021-11-16 | Code coverage in clamp participant-impl |  lapentafd | 1 | -0/+102 |
2021-11-15 | Merge "Add health check, metrics and prometheus endpoints for CL participants" |  Liam Fallon | 5 | -3/+270 |
2021-11-11 | Add health check, metrics and prometheus endpoints for CL participants |  rameshiyer27 | 5 | -3/+270 |
2021-11-10 | Fixed https issue in policy-participant |  saul.gill | 1 | -2/+2 |
2021-11-02 | Remove code smells in controlloop runtime |  Sirisha_Manchikanti | 1 | -2/+2 |
2021-10-29 | Merge "Refactor policy-participant policy deployment and undeployment" |  Liam Fallon | 2 | -28/+29 |
2021-10-27 | Move code to common, avoid duplication |  Sirisha_Manchikanti | 1 | -98/+7 |
2021-10-27 | Refactor policy-participant policy deployment and undeployment |  waynedunican | 2 | -28/+29 |
2021-09-15 | Add policy deployment/undeployment to policy-participant |  waynedunican | 5 | -11/+179 |
2021-09-14 | Add Priming flag per controlloop |  Sirisha_Manchikanti | 1 | -7/+10 |
2021-09-09 | Verify participant Simulator and messages |  FrancescoFioraEst | 1 | -69/+39 |
2021-09-07 | Fix parsing of type heirarchy for nodetypes |  Sirisha_Manchikanti | 2 | -10/+33 |
2021-09-03 | Merge "Fix sonars in clamp" |  Ajith Sreekumar | 1 | -62/+12 |
2021-09-02 | Merge "Verify alignment with Definition of TOSCA Control Loop Types" |  Jim Hahn | 3 | -27/+49 |