aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
9 daysUplift of netty dependencies that are brought in by spring bootadheli.tavares3-0/+75
- they conflict with the ones in parent used in apex and drools Issue-ID: POLICY-5073 Change-Id: I35f1fdd622b8dce14d32f5bf0351b4c90124e0ac Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
10 daysFix S3P weekly testswaynedunican4-268/+258
- Added stability test Issue-ID: POLICY-5154 Change-Id: I8996b7ca83943f026553d880fafd8c4d00252bcc Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-11-04Fix references and organize dependencies in policy-clamp afteradheli.tavares39-123/+360
splitting policy-endpoints and message-bus in policy-common Issue-ID: POLICY-5131 Change-Id: Ied8ea3d89797984a8a0573cfbf989404dc394871 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-10-22Fix outProperties message in participant simulatorFrancescoFioraEst5-14/+17
Issue-ID: POLICY-5145 Change-Id: I1a597ad17aeda4dcdcd863da97bb61eeb0bdaa09 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-10-08Add sync message when OutProperties instance changeFrancescoFioraEst3-7/+35
Add sync message when OutProperties instance change. Remove update out Properties instance when ac state change happen. Issue-ID: POLICY-5135 Change-Id: If62521ae3200c8836db92f4825110f14696767df Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-10-01Merge "Add github workflow to trigger weekly performance tests"Ramesh Murugan Iyer1-0/+68
2024-10-01Add github workflow to trigger weekly performance testswaynedunican1-0/+68
Issue-ID: POLICY-4980 Change-Id: I30742ef8c4bb59cdcc6c94180df81da8c104fc56 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-09-30Handle timeout as hard timeoutFrancescoFioraEst9-19/+85
Issue-ID: POLICY-5132 Change-Id: Ic78d346972e955f7700118ffa74be11643a885f0 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-09-20Update policy committers in policy/clamprameshiyer271-10/+12
Issue-ID: POLICY-5129 Change-Id: I7d4df0700b83cdfbd16d5f331730e4202a496c66 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-09-12Code coverage and sonar fixes for ACMFrancescoFioraEst27-58/+109
Move element Objects from models to participant-acelement. Add coverage in participant-element where missing. Issue-ID: POLICY-5065 Change-Id: I2bdf9cefe4f0f219f78bcb1bb4fb6d882843c374 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-09-05Remove restart reference in ACM-runtimeFrancescoFioraEst22-533/+48
Restart has been replaced in ACM by sync messages, and there are still some java code that should be removed around the old restart scenario implementation. Issue-ID: POLICY-5125 Change-Id: Iffbd228fb352f1d53a2e9de24b061bccbc9dfea9 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-14Fix issue using stage in ACM intermediaryFrancescoFioraEst3-35/+110
Issue-ID: POLICY-5091 Change-Id: I4d96e6472d61c3dfa3de5bfe5c94651b753a95f5 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-09Merge "Add validation for state set by the participant"Ramesh Murugan Iyer8-114/+294
2024-08-08Update participant simulator to test migration stageFrancescoFioraEst2-7/+15
Issue-ID: POLICY-5092 Change-Id: I82eb7b9b6f102abefd68f3de6d8c3837cda60d51 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-08Add validation for state set by the participantFrancescoFioraEst8-114/+294
Issue-ID: POLICY-5097 Change-Id: I7520b7220c8525448eff707e2e57debca63520fe Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-06Allow migration to be performed in stages in ACM intermediaryFrancescoFioraEst21-215/+613
Allow migration to be performed in stages, and replace newElement and removedElement with an Enum in CompositionElementDto and InstanceElementDto. Issue-ID: POLICY-5091 Change-Id: I2d66abc453776fd708fc18fd9019ca248f8d2eee Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-02Allow migration to be performed in stages in ACM participantFrancescoFioraEst20-296/+1209
Issue-ID: POLICY-5092 Change-Id: I47efc0fd6abf62c3a1cc6c12f0971b4460468733 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-01Allow migration to be performed in stages in ACM runtimeFrancescoFioraEst8-123/+139
Issue-ID: POLICY-5090 Change-Id: I17ebe6e9bd9b6cf60684d10ba3e661ea183dd353 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-29Merge "Allow migration to be performed in stages in ACM model"Ramesh Murugan Iyer10-7/+104
2024-07-26Allow migration to be performed in stages in ACM modelFrancescoFioraEst10-7/+104
Issue-ID: POLICY-5089 Change-Id: I5192028cc4c7bc8a5744be0675fdea422dc49c1e Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-26Support add/remove elements in Migrationrameshiyer2710-51/+364
Issue-ID: POLICY-4917 Change-Id: I0014b4858dd7e6ac76bfa1184d0b90b52e8649f5 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-07-24Add support for Prepare, Review and Migrate pre-check in intermediaryFrancescoFioraEst13-102/+818
Add support for Prepare, Review and Migrate pre-check in ACM intermediary. Issue-ID: POLICY-5080 Change-Id: I08045a8eb01dcea6492aac12b7a8021a47ae19e8 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-24Fix sonar issue for ACMFrancescoFioraEst9-71/+40
Issue-ID: POLICY-5065 Change-Id: Id95e8dbd4be14db36eb2fa4ddfc852d37572f25a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-23Add support for Prepare, Review and Migrate pre-check in participantFrancescoFioraEst12-169/+346
Add support for Prepare, Review and Migrate pre-check in ACM participant simulator. Issue-ID: POLICY-5088 Change-Id: Ibad54aacc6102654f93a86169212d91ba3a59b8b Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-23Add support for Prepare, Review and Migrate pre-check in ACM runtimeFrancescoFioraEst12-150/+615
Issue-ID: POLICY-5079 Change-Id: I6e54d2bce31f906efcc4d5bf3b930d34e7913fd2 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-18Add support for Prepare, Review and Migrate pre-check in ACM modelFrancescoFioraEst14-49/+250
Issue-ID: POLICY-5078 Change-Id: I22edfab66d35958c874f3322e573dec5bf8709d7 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-16Uplift Spring dependenciesadheli.tavares29-306/+239
Issue-ID: POLICY-5074 Change-Id: Ib88e02ffc6867a007abfd0322319caf672c00e45 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-12Update snapshot and/or references of policy/clamp to latest snapshotsrameshiyer2728-31/+31
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: Ibda4286c6345838816be325d9a29e460ff03a178 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12Release docker images for policy/clamp: 8.0.0rameshiyer271-0/+22
This commit releases docker images for repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I0a617d870bb195e824a82981f2b33c1f75466baf Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12Release policy/clamp: 8.0.0rameshiyer271-0/+5
This commit releases repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: Ica0069886029338fedd8046503e33010dc099410 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-12update references in policy/clamp pomrameshiyer279-11/+11
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: If64de7f05cfe6f31d9887ba612e4eadb377b7670 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-07-10Fix sync message during migrationFrancescoFioraEst13-36/+78
Issue-ID: POLICY-5070 Change-Id: I6d6ca235fd5463cb58a8f43e027022244ffe5bbe Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-07-04Update policy-api status response check in ACM policy-participantFrancescoFioraEst1-1/+5
Issue-ID:POLICY-5067 Change-Id: Ibd9416226619b32bae09008c92962b1b186cb0e9 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-27Code coverage and sonar fixes for ACMFrancescoFioraEst15-28/+287
Code coverage and sonar fixes in classes that was not involved in recent implementations. Issue-ID: POLICY-5065 Change-Id: Ib23da6f242b0a7eaa98f14abc6617ff9e12e10d9 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-25Send ParticipantStatusReq message using sync topicFrancescoFioraEst3-0/+15
Send ParticipantStatusReq message to all replicas using sync topic. Issue-ID: POLICY-5061 Change-Id: I8a104df38a48efef8a8b4eb61f9a944f7434d0a3 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-24Fix registration flowFrancescoFioraEst5-6/+20
* set replicaId in RegisterAck message * ParticipantRegisterAckPublisher and ParticipantRegisterAckListener should be used with sync topic Issue-ID: POLICY-5060 Change-Id: I1292d636ea79055e902ec3d68108a28fbd80afdc Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-21Merge "Remove local hashmap in k8s participant"Liam Fallon5-136/+167
2024-06-21Remove local hashmap in k8s participantrameshiyer275-136/+167
Issue-ID: POLICY-5056 Change-Id: Idecdcb44de1f6f5dc5513e3bbb7c13a2fd7e29fa Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-06-20Remove local HashMap in policy participantFrancescoFioraEst6-156/+117
Issue-ID: POLICY-5055 Change-Id: Id2495008a28ea3e50a5c17695af529813b1c0c35 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-20Add sync messages support in ACM-intermediaryFrancescoFioraEst22-448/+161
Issue-ID: POLICY-5048 Change-Id: I4d3a362251931820e1a481f780586afb9e2c60ed Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-19Merge "Add support for sync messages in ACM-runtime"Ramesh Murugan Iyer34-420/+624
2024-06-19Refactor disable basic authsaul.gill1-10/+10
Issue-ID: POLICY-5044 Change-Id: Ib9db9fddd5890458c8ec830cef465e9c884f7c40 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-06-19Add support for sync messages in ACM-runtimeFrancescoFioraEst34-420/+624
Issue-ID: POLICY-5035 Change-Id: Ibcf1c6a414a7ba9d1cafd42041551bb0fb198088 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-17Merge "Improve code in ACM"Ramesh Murugan Iyer25-110/+55
2024-06-17Improve code in ACMFrancescoFioraEst25-110/+55
Code clean-up on ACM: remove unused imports, remove updateParticipant method (duplicated method) and remove public in Unit test classes. Issue-ID: POLICY-5047 Change-Id: I308815cacaa2c5ce81ed54c676d3d5e26778f0f6 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-17Merge "Remove restarting implementation from participants"Ramesh Murugan Iyer21-1072/+367
2024-06-17Remove restarting implementation from participantsFrancescoFioraEst21-1072/+367
Remove restarting implementation from participants and Remove local Map from a1pms and kserve participants. Issue-ID: POLICY-5046 Change-Id: I9cc2a33d603751c60007475414b45ca54f0aac25 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-14Add ParticipantReplica repository in ACMFrancescoFioraEst21-60/+328
Add ParticipantReplica repository in ACM, and align topics in properties files. Issue-ID: POLICY-5045 Change-Id: I283abf91db6264c7b08c51e6ad37736dca147180 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-13Make basic auth configurable in acmsaul.gill4-20/+9
Allow user to switch on/off basicAuth from application.yaml Issue-ID: POLICY-5044 Change-Id: I96a91152667efc5e26196239bc0808913a5ee06c Signed-off-by: saul.gill <saul.gill@est.tech>
2024-06-11Add Sync topic for participant Intermediaryrameshiyer2720-43/+310
Add new sync topic config for Intermediary Add sync topic listener Refactor IntermediaryActivator for processing multiple topic source Issue-ID: POLICY-5030 Change-Id: Idce9839a85571a92048e589bd82ce33699add640 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>