Age | Commit message (Expand) | Author | Files | Lines |
2023-10-26 | Fix participant test |  saul.gill | 1 | -1/+7 |
2023-10-16 | Fix messages in ACM |  FrancescoFioraEst | 1 | -13/+21 |
2023-10-03 | Fix minor Sonar Issues for clamp/acm |  FrancescoFioraEst | 3 | -15/+12 |
2023-10-02 | Fix Sonar Issues for clamp/acm |  FrancescoFioraEst | 2 | -4/+2 |
2023-09-28 | Add migration publisher message in ACM runtime |  FrancescoFioraEst | 4 | -19/+144 |
2023-09-27 | Allow customisation in element and composition names in TOSCA |  rameshiyer27 | 9 | -57/+124 |
2023-09-25 | Upgrade Java 17 |  adheli.tavares | 10 | -44/+43 |
2023-08-25 | Make auth optional for prometheus metrics |  saul.gill | 1 | -0/+58 |
2023-08-08 | Add support to save outProperties in AC Definition in ACM runtime |  FrancescoFioraEst | 1 | -16/+47 |
2023-07-24 | Add missing validation in Delete AC instance |  FrancescoFioraEst | 1 | -1/+3 |
2023-07-18 | Fix OFF_LINE issue when Status message upcoming |  FrancescoFioraEst | 2 | -9/+62 |
2023-07-12 | Add support participant restart in ACM runtime |  FrancescoFioraEst | 4 | -28/+280 |
2023-07-05 | Add validation for Participant availability |  rameshiyer27 | 6 | -18/+54 |
2023-06-27 | Removing old implementation of participant restart |  saul.gill | 1 | -1/+0 |
2023-06-23 | Add Timeuot support in prime/deprime |  FrancescoFioraEst | 2 | -16/+63 |
2023-06-20 | Remove retry count support in ACM |  FrancescoFioraEst | 4 | -54/+28 |
2023-06-16 | Add support for Prime Deprime Failure Handling in ACM-Runtime |  FrancescoFioraEst | 2 | -19/+48 |
2023-06-14 | Add timeout for ACM operations |  rameshiyer27 | 1 | -0/+39 |
2023-06-09 | Update openapi.yaml swagger with new status codes |  rameshiyer27 | 1 | -1/+1 |
2023-06-01 | Add Failure handling support in the ACM-R |  FrancescoFioraEst | 1 | -10/+156 |
2023-05-23 | Update AC Element properties on the DEPLOYED state |  rameshiyer27 | 2 | -21/+8 |
2023-05-17 | Add extend instance deletion support in ACM |  FrancescoFioraEst | 3 | -6/+32 |
2023-05-08 | Update ACM-R missing stubs |  lapentafd | 2 | -2/+2 |
2023-05-03 | Add participant properties capability to acm/participants |  FrancescoFioraEst | 1 | -2/+4 |
2023-04-11 | Add UseState and OperationalState support in ACM |  FrancescoFioraEst | 2 | -5/+9 |
2023-03-15 | Upgrade Demo ACM element microservice |  FrancescoFioraEst | 1 | -2/+3 |
2023-02-24 | Fix ClassCastException in ACM |  FrancescoFioraEst | 1 | -5/+14 |
2023-02-15 | Merge "Implement recording of Operational State and Usage State on ACM-R" |  Ramesh Murugan Iyer | 5 | -65/+179 |
2023-02-15 | Add undeploy on deregister (acm-side) |  saul.gill | 1 | -0/+1 |
2023-02-14 | Implement recording of Operational State and Usage State on ACM-R |  FrancescoFioraEst | 5 | -65/+179 |
2023-02-14 | Merge "Deployment and undeployment on Participant Intermediary" |  Liam Fallon | 1 | -2/+2 |
2023-02-13 | Add stubs and tests for ppnt controller |  saul.gill | 1 | -0/+83 |
2023-02-13 | Deployment and undeployment on Participant Intermediary |  FrancescoFioraEst | 1 | -2/+2 |
2023-02-10 | Merge "Initial support for Implement recording of Operational State" |  Liam Fallon | 1 | -13/+127 |
2023-02-10 | Merge "Contract Tests policy-clamp" |  Liam Fallon | 2 | -2/+2 |
2023-02-10 | Initial support for Implement recording of Operational State |  FrancescoFioraEst | 1 | -13/+127 |
2023-02-08 | Contract Tests policy-clamp |  lapentafd | 2 | -2/+2 |
2023-02-08 | Implement AC Element Instance Locking and Unlocking on ACM-R |  FrancescoFioraEst | 5 | -282/+113 |
2023-02-03 | Handle AC Element Instance Deployment and undeployment on ACM-R |  FrancescoFioraEst | 4 | -136/+95 |
2023-02-03 | Merge "Refactor ParticipantUpdate to ParticipantPrime" |  Ramesh Murugan Iyer | 3 | -35/+35 |
2023-02-02 | Refactor ParticipantUpdate to ParticipantPrime |  saul.gill | 3 | -35/+35 |
2023-02-02 | Fix issue in StartAndStop Activator Test |  FrancescoFioraEst | 1 | -10/+6 |
2023-02-01 | Upgrade and clean up dependencies |  liamfallon | 9 | -27/+13 |
2023-01-31 | Refactor ACM Update message to ACM Deploy message in ACM |  FrancescoFioraEst | 3 | -35/+35 |
2023-01-30 | Refactor Prime and Deprime messages in ACM |  FrancescoFioraEst | 6 | -88/+190 |
2023-01-26 | Remove participantType and references |  saul.gill | 5 | -36/+12 |
2023-01-25 | Models for refactor Prime and Deprime in ACM |  FrancescoFioraEst | 4 | -11/+17 |
2023-01-23 | Refactor participantId as UUID |  FrancescoFioraEst | 3 | -14/+13 |
2023-01-23 | Remove reference type of participantId in Unit Tests in ACM |  FrancescoFioraEst | 6 | -67/+40 |
2023-01-19 | Add supported ac elements to participants |  saul.gill | 1 | -1/+6 |