aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05Merge "Validate ids"Sébastien Determe2-12/+22
2019-06-05Merge "Fix imports in CsarInstallerItCase."Sébastien Determe0-0/+0
2019-06-05Merge "Improve test coverage in DcaeEvent"Sébastien Determe1-0/+74
2019-06-05Merge "Rework the loop state"Gervais-Martial Ngueko35-1407/+1854
2019-06-05Rework the loop statesebdet35-1407/+1854
Rework the state loop so there is no bug in the loop state anymore, now the components are scanned + upgrade to 4.0.4 Issue-ID: CLAMP-384 Change-Id: If7649238ee52864c84bfb9b6b8471d1738752e29 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-05Validate idsWojciech Sliwka2-12/+22
Disable close button when policy id is duplicated Issue-ID: CLAMP-403 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> Change-Id: I47dee2e27ce4f7a5e2083a541458a04da8cf7bee
2019-06-05Improve test coverage in DcaeEventm.kowalski32-1/+75
Change-Id: Iead99d97d7ad2a803ef67cdf8a7eebaca76c60bd Issue-ID: CLAMP-355 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
2019-06-04Merge "index correction"Xue Gao1-1/+1
2019-06-04index correctionosgn422w1-1/+1
the underline of the title was too short Issue-ID: CLAMP-396 Change-Id: I893b9baa81065f20d5a9d5042f8d4682363d019c Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-06-04Fix imports in CsarInstallerItCase.k.kedron1-1/+1
After merged (86147) the necessary Rollback import was delete. Additionally the not used org.mockito.Matchers.any import was delete. Change-Id: I4c75bf3dd3cda5e1777cbd662672a80588d9b5cf Issue-ID: CLAMP-346 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-06-04Merge "Text Inside Clamp box is not resizing"Sébastien Determe3-9/+28
2019-06-04Merge "Added unit tests for CldsEventDelegate"Sébastien Determe1-0/+83
2019-06-04Merge "Added unit tests for GuardPolicyDelegate"Sébastien Determe1-0/+108
2019-06-04Merge "Improve test coverage in SdcSingleController"Sébastien Determe1-6/+45
2019-06-04Merge "Added unit tests for TcaPolicyDelegate"Sébastien Determe1-0/+166
2019-06-04Merge "Added more unit tests and fix import"Sébastien Determe4-31/+193
2019-06-04Merge "Improve test coverage in FlowLogOperation"Sébastien Determe2-41/+99
2019-06-04Merge "Improve unit tests and sonar fixes"Sébastien Determe9-10/+69
2019-06-04Improve test coverage in FlowLogOperationm.kowalski32-41/+99
Change-Id: Ia76e2652ab99bf06def5fafca24de471d53e224e Issue-ID: CLAMP-355 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
2019-06-04Text Inside Clamp box is not resizingPiotr Darosz3-9/+28
Resizable text in Clamp boxes, better drawing space utilization. Change-Id: If6c79b22729730a8c243845b3288724f1c611b8a Issue-ID: CLAMP-402 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-04Merge "Fixed Checkstyle issues"Adam Krysiak5-42/+54
2019-06-04Merge "Improve test coverage Improve test coverage in CsarInstallerImpl"Adam Krysiak1-2/+11
2019-06-04Merge "Added unit tests for classes in clds/client"Adam Krysiak3-0/+350
2019-06-03Fix updateMsProperties methodWojciech Sliwka1-5/+6
Issue-ID: CLAMP-401 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> Change-Id: I39b17342fa37416eab0b8776a899ce8360be1818
2019-05-30Document fixed OJSI-152 vulnerabilityKrzysztof Opasiak1-0/+1
Issue-ID: OJSI-152 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I38bc0c8c49cb32e6cac188daed9248487b75e2f0
2019-05-30Document fixed OJSI-147 vulnerabilityKrzysztof Opasiak1-0/+1
Issue-ID: OJSI-147 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8dd24e218beb9621a5429c1d3a75af7ab10a6bc4
2019-05-30Document fixed OJSI-128 vulnerabilityKrzysztof Opasiak1-0/+2
Issue-ID: OJSI-128 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iea1134d2645ba53de63f08aac975abb138b442fe
2019-05-30Improve security section of release notesKrzysztof Opasiak1-5/+11
In order to provide users with more details on project's state in terms of security let's divide the security release notes into three sections: - Fixed Security Issues Contains a list of security fixes merged during this release (especially those reported via OJSI tickets). - Known Security Issues Contains a list of vulnerabilities detected in project during release which have not been fixed yet and thus should be mitigated by the user. - Known Vulnerabilities in Used Modules Contains information about NexusIQ scan results Issue-ID: SECCOM-238 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I856d45e2adbcfcfca05b95d1482487aca950f794
2019-05-29Merge "Just change the Timeout"Gervais-Martial Ngueko1-12/+12
2019-05-30Just change the TimeoutDeterme, Sebastien (sd378r)1-12/+12
Change timeout for all queries policy+dcae Issue-ID: CLAMP-399 Change-Id: I560a5b3d1b1ae9c994a2be2771d5a705125d6be0 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-29update docosgn422w2-23/+23
change closed loop with control loop, to be more generic Issue-ID: CLAMP-396 Change-Id: I1754e7d03796e0913d82eb0013d270ee2d4c3e01 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-05-29Merge "Update Swagger doc"Gervais-Martial Ngueko3-4597/+31448
2019-05-29Update Swagger docDeterme, Sebastien (sd378r)3-4597/+31448
Update Swagger doc for Dublin with new Json,pdf updated by the maven build Issue-ID: CLAMP-396 Change-Id: Ie9933f98881d0c0e9e1b9a7c8ab28fdbac447392 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-29Merge "Open DCAE deployment in all cases"Gervais-Martial Ngueko1-2/+3
2019-05-29Open DCAE deployment in all casesDeterme, Sebastien (sd378r)1-2/+3
Let the user deploys his micro service on DCAE even if policy check returns 4XX Issue-ID: CLAMP-399 Change-Id: Ib38eb33c9692fcc2cea6e2c655be82f48d4046af Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-29Merge "updating documentation"Gervais-Martial Ngueko15-22/+69
2019-05-29updating documentationKrysiak Adam15-22/+69
Issue-ID: CLAMP-394 Change-Id: Idf4afe6c4a580e73923ea5c396c0b00a33e7c160 Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
2019-05-29Fix URL for policyDeterme, Sebastien (sd378r)1-4/+4
Fix url to remove policies on policy engine API Issue-ID: CLAMP-398 Change-Id: I626ae4c7db4cd362203d890899da1dd8ee34cd8c Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-28Added unit tests for CldsEventDelegatePiotr Borelowski1-0/+83
Added more unit tests for some of the Delegate classes in the clds/client package to reach the minimum threshold of 65 % coverage Issue-ID: CLAMP-355 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: If8fe7f06c1a06319cb88d0dd59291ba6bc8bfe6c
2019-05-28Fix target TypeDeterme, Sebastien (sd378r)3-4/+4
Fix target type must be VFMODULE instead of VFModule Issue-ID: CLAMP-395 Change-Id: Ie34422985a13a1f2bc29fb06aceafb3994d2140a Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-28bump versionosgn422w1-1/+1
change version of release Issue-ID: CLAMP-396 Change-Id: Ibcf5693f22695cb48c479eecffb1b09e90b5d447 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-05-28Merge "update release note"Xue Gao1-1/+43
2019-05-28Merge "Rename a field"Sébastien Determe2-7/+7
2019-05-28update release noteosgn422w1-1/+43
add Dublin entry in release note Issue-ID: CLAMP-396 Change-Id: I2f7ea3e625ea0951f2fcb947d55ceb14cc7c8047 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-05-28Rename a fieldDeterme, Sebastien (sd378r)2-7/+7
Rename a field in policy payload, resourceId must be resourceID Issue-ID: CLAMP-395 Change-Id: Ic890b470b8f5c8f4962d65c7388f9c471f7c5b5d Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-28Added unit tests for GuardPolicyDelegatePiotr Borelowski1-0/+108
Added more unit tests for some of the Delegate classes in the clds/client package to reach the minimum threshold of 65 % coverage Change-Id: I4f88ce523964f53d948bb0d028a2719604188575 Issue-ID: CLAMP-355 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
2019-05-28Merge "Doc update"Gervais-Martial Ngueko3-3/+5
2019-05-28Doc updateosgn422w3-3/+5
Update of some docs for Dublin features Issue-ID: CLAMP-396 Change-Id: I3179bc1c549ae0921f2bb4ad36751d304c8c45a4 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-05-28Fix the op policy payloadDeterme, Sebastien (sd378r)11-45/+272
Fix the operational policy payload as it was not the one expected by policy engine + rollback staging plugin Issue-ID: CLAMP-395 Change-Id: I7b690eb02f50617b7aa402266c13aafa82f5b59b Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-24Bump Clamp versionDeterme, Sebastien (sd378r)2-2/+2
Bump the clamp version for the new release Issue-ID: CLAMP-395 Change-Id: I42d695518b8268c817eef8b4d28d3a6700f6aba4 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>