aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-12-09Added CreateInstanceProperties JUnit Testsbrunomilitzer1-0/+17
Issue-Id: POLICY-3564 Change-Id: Ic7b7f3debc9712419aca213f43dd4bf78e3c07c7 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-12-08Add Delete JUnit Testsbrunomilitzer1-0/+113
Added Delete InstanceProperties Tests Added Change OrderState Tests Included Issue-Id: POLICY-3570 Issue-Id: POLICY-3567 Change-Id: I7cf72f78bf1a0d0e695a1721c1a8423a02cf61af Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-12-07Merge "Add support transaction"Liam Fallon10-127/+109
2021-12-02Add support transactionFrancescoFioraEst10-127/+109
Add support transaction in CommissioningProvider and ControlLoopInstantiationProvider Issue-ID: POLICY-3802 Change-Id: I8ddba4814547e335b7b27342189a3fc5d9dc4582 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-12-02Update snapshot and/or references of policy/clamp to latest snapshotsliamfallon1-3/+3
*** This commit is generated by a PF release script *** policy/clamp updated to its latest own and reference snapshots Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I69be2767649041ba01a78b6c9fdae2ed6ad145eb
2021-12-02Merge "Add support transaction in CL and ServiceTemplate Providers"Liam Fallon20-824/+798
2021-11-29Update snapshot of policy/clamp to 6.2.1-SNAPSHOTliamfallon17-17/+17
*** This commit is generated by a PF release script *** policy/clamp is update from 6.2.0-SNAPSHOT to 6.2.1-SNAPSHOT Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I17a89cf934c6319392d2a9304f10763d29cca8bd
2021-11-26Release docker images for policy/clamp: 6.2.0liamfallon1-0/+18
*** This commit is generated by a PF release script *** This commit releases the docker images for repo policy/clamp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ia70bed5ec48b5618f2d7876ba46339da58ea961c
2021-11-26Release policy/clamp: 6.2.0liamfallon1-0/+5
*** Release Phase 8: This commit is generated by a PF release script *** This is the eigth phase in releasing images, it releases policy/clamp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ia585266fee54491c9ada4cf4d40d432395774529
2021-11-26Merge "Code Coverage clamp runtime"Ajith Sreekumar2-0/+159
2021-11-25Update parent and common referencesliamfallon5-7/+8
*** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/clamp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: If9d11a895d57c5421548698bb771519e16b0acf8 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-25Add support transaction in CL and ServiceTemplate ProvidersFrancescoFioraEst20-824/+798
Add support transaction in ControlLoopProvider and ServiceTemplateProvider Issue-ID: POLICY-3798 Change-Id: I0ab79f28231e329e06c16e01427775077b3ac994 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-25Code Coverage clamp runtimelapentafd2-0/+159
Issue-ID: POLICY-3452 Change-Id: I2ef9edd6bbbf5bdf12e9dccfde0d170d01191336 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-25Merge "Added Camel Unit Tests"Liam Fallon4-13/+52
2021-11-25Merge "Add support transaction in ParticipantProvider"Liam Fallon24-239/+515
2021-11-24Merge "Code coverage clamp"Liam Fallon3-18/+86
2021-11-22Code coverage clamplapentafd3-18/+86
Issue-ID: POLICY-3452 Change-Id: I7ee191e590689e42822614d79a398012c454be42 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-22Added Camel Unit Testsbrunomilitzer4-13/+52
Added two camel unit tests related to deleting tosca instance properties and the other to change the order state. Removed name and version paramaters in create instance properties camel rest endpoint. Issue-ID: POLICY-3568 Change-Id: I6cec03545263055eb7c6be2798dd5c8fe5a646b6 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-11-22Merge "Added Camel Unit Tests"Liam Fallon21-35/+66
2021-11-19Merge "Align ui-react file in policy-clamp and policy-gui"Ajith Sreekumar2-147/+147
2021-11-19Add support transaction in ParticipantProviderFrancescoFioraEst24-239/+515
Issue-ID: POLICY-3800 Change-Id: I938c2731a30013b5f8e11a23a86d117300c95bff Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-18Merge "Code coverage clamp participant"Liam Fallon3-0/+71
2021-11-18Added Camel Unit Testsbrunomilitzer21-35/+66
Added Camel Unit Tests to test creation of instance properties Updated credentials for Rest End point Issue-ID: POLICY-3565 Change-Id: I0899d3052588822f02a8a003eb4bc406bc887713 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-11-17Code coverage clamp participantlapentafd3-0/+71
Issue-ID: POLICY-3452 Change-Id: I5de10918f91ff2857cf81cc362c9cbecfcb01ec1 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-17Align ui-react file in policy-clamp and policy-guiliamfallon2-147/+147
When the ui-react code was transferred to policy-gui, the white space was cleaned up and reformatted. This makes it difficult to track the real functional changes if any between ui-react in policy-clamp and policy-gui. This review brings more white space changes into ui-react in policy-clamp to make file comparisons easier. Issue-ID: POLICY-3358 Change-Id: I22bc07f795c725097adba20c3dac176a39a54c91 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-17Merge "Code coverage in clamp participant-impl"Liam Fallon2-0/+200
2021-11-17Merge "Added Camel Unit Tests For Monitoring"Liam Fallon3-2/+104
2021-11-16Code coverage in clamp participant-impllapentafd2-0/+200
Issue-ID: POLICY-3452 Change-Id: Iad815f2c0e239356f5e21e2fedd8e7b9e8f523d2 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-16Added Camel Unit Tests For Monitoringbrunomilitzer3-2/+104
Issue-ID: POLICY-3562 Change-Id: I2270d4c24988258c3ac3428cd70eff29a873df17 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-11-15Align ui-react file in policy-clamp and policy-guiliamfallon4-687/+695
When the ui-react code was transferred to policy-gui, the white space was cleaned up and reformatted. This makes it difficult to track the real functional changes if any between ui-react in policy-clamp and policy-gui. This review brings more white space changes into ui-react in policy-clamp to make file comparisons easier. Issue-ID: POLICY-3358 Change-Id: Ie65d5bb664e6f43fe2f8a4342cf679e34ced18b8 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-15Merge "Code Coverage Clamp Intermediary"Liam Fallon4-18/+282
2021-11-15Merge "Add health check, metrics and prometheus endpoints for CL participants"Liam Fallon29-24/+833
2021-11-15Merge "Add support transaction in Statistics Providers"Liam Fallon13-186/+375
2021-11-15Merge "Fixed Third Party Proxy File"Liam Fallon2-54/+59
2021-11-15Merge "Align ui-react file in policy-clamp and policy-gui"Liam Fallon51-4627/+4732
2021-11-12Fixed Third Party Proxy Filebrunomilitzer2-54/+59
Fixed third_party_proxy file which needed to wrap the content inside print with brackets Updated gitignore to ignore python enviroment files Issue-ID: POLICY-3818 Change-Id: I608868b55b693375c69b17eb11aa47bfd9908747 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-11-11Code Coverage Clamp Intermediarylapentafd4-18/+282
Issue-ID: POLICY-3452 Change-Id: I388a1868fcaa95549f0d48ffb6713ab2526e2ed5 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-11Add health check, metrics and prometheus endpoints for CL participantsrameshiyer2729-24/+833
Issue-ID: POLICY-3747 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I9cb1ffcc2f9996c5b0e9f67fec9c706e48cfa800
2021-11-10Add support transaction in Statistics ProvidersFrancescoFioraEst13-186/+375
Add support transaction in ClElementStatisticsProvider and ParticipantStatisticsProvider Issue-ID: POLICY-3801 Change-Id: Iaf9d55a268627f9d548afdf108476441b19e1413 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-10Fixed https issue in policy-participantsaul.gill2-4/+4
Changes config files to use "useHttps" instead of "https" Issue-ID: POLICY-3817 Change-Id: Ic945150eff5334cbba77b4da77d72dc1283d4e67 Signed-off-by: saul.gill <saul.gill@est.tech>
2021-11-10Align ui-react file in policy-clamp and policy-guiliamfallon51-4627/+4732
When the ui-react code was transferred to policy-gui, the white space was cleaned up and reformatted. This makes it difficult to track the real functional changes if any between ui-react in policy-clamp and policy-gui. This review brings the white space changes into ui-react in policy-clamp to make file comparisons easier. Issue-ID: POLICY-3358 Change-Id: Ic303e71b341e5c0f7ca0de0ed4c4962ebf2f988a Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-10Merge "Code Coverage clamp common"Liam Fallon5-3/+264
2021-11-10Merge "Add Spring Jpa configuration"Liam Fallon19-185/+241
2021-11-09Merge "Change links in Readme on policy/clamp roject"Liam Fallon1-3/+3
2021-11-09Change links in Readme on policy/clamp rojectliamfallon1-3/+3
Minor changes to update the links in the policy-clamp readme file. Issue-ID: POLICY-3380 Change-Id: I36ee3204c8aa7c53c8373ab0a20a0ebac56b0a7c Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-09Code Coverage clamp commonlapentafd5-3/+264
Code Coverage and Sonar issue in CommonUtils.java implicit public constructor Issue-ID: POLICY-3452 Change-Id: I55ab96ac7bdd098d7ad4daeb8e89a108e0ab6c4b Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-09Merge "Removed some elements from testing yaml"Liam Fallon1-50/+2572
2021-11-05Add Spring Jpa configurationFrancescoFioraEst19-185/+241
Issue-ID: POLICY-3795 Change-Id: Ic0955f412bfcd94094c19aceb4f25be8e695099a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-03Merge "Clamp code coverage"Liam Fallon3-2/+46
2021-11-02Clamp code coveragelapentafd4-4/+48
Issue-ID: POLICY-3452 Change-Id: I35c10562c5e11698491a5d93adcf417784395534 Signed-off-by: lapentafd <francesco.lapenta@est.tech>