summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdc.git
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3b343466b5b4c7ca383d0ee281d158639f4eab2f - Increase test coverage - openecomp-sdc-vendor-software-product-lib Change-Id: Id51ce6f488efd6db02aad479ff419b58436be27c Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3001
2020-05-06Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cb24c730a254818db9f3a703ef5933e769cefe98 - Increase test coverage - openecomp-sdc-tosca-generator-api Change-Id: I1537d71b11ee440cb01bdee49350336f074ea36d Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3001
2020-05-06Update git submodulesNeil Derraugh1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1ac24708cf920efe3189203cfdf330402048381b - Remove unused ES code and unneeded ES health check Remove the ES health check since ES was removed. Issue-ID: SDC-3022 Signed-off-by: neil.derraugh@yoppworks.com Change-Id: I918212de39d7b53959ac400975b3c47f889252c1
2020-05-06Update git submodulesYuli Shlosberg1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c88bd6c5b1ba9628711eb84deeef862120b6ddad - fix bug - Error 500 while adding an Operation Change-Id: I7def95b3688877acbc9332cf4174c9d92226f2e2 Issue-ID: SDC-2953 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2020-05-06Update git submodulesYuli Shlosberg1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a02add03b465de2adf8f5b05cf9d428af914287f - fix bug - Unable to link CSAR artifact Change-Id: I586637f988b84b3b858e2c8d567c6844be38322b Issue-ID: SDC-2972 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2020-05-06Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 339d29c714f60de6e4e50b883259fc1a9a16ee84 - Remove powermockito from OrchestrationTemplateCandidateImplTest - Remove powermockito from OrchestrationTemplateCandidateImplTest. Add new constructor to OrchestrationTemplateCandidateImpl Issue-ID: SDC-3007 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I5f0a2061796e8410a5b225c43baa70d7e0269684
2020-05-06Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 57ac9cec55b6470da859330a0fcab70e35422b3c - Handle null case in `addCalculatedCapabilitiesWithPropertiesToComponent` - Change code to handle a null value for `groupDefinitions` as if it was an empty List Issue-ID: SDC-2910 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I5fca0ab76886e5f6a73a8f05ec35d38848f96dd8
2020-05-06Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c9c7f88f77c9cab341485c27e1e67f6294a0b1c2 - Work around potential NullPointerExceptions in `ToscaOperationFacade` - Add tests in `getToscaElementByOperation` and `updateToscaElement` for null values - rewrite `getLatestCertifiedByToscaResourceName` in a more functional way - Rewrite some other usages of Either in a more functional way Issue-ID: SDC-2922 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I52b294ec91faf9e1054af572dcca4060e62fe571
2020-05-05Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5facedd4291181fb2668ea3e945687c04fe62cb1 - Setting default store types when not defined in configuration for init of https client Issue-ID: SDC-2962 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I9d88031c7d20951a4a77138340b1ddc26f47c0b6 Signed-off-by: ilanap <ilanap@amdocs.com>
2020-05-05Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8e039ab3f81af2d1452f1b2db06588883529a428 - Add tests for the presence of Optional values Issue-ID: SDC-3012 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I56cbf7fb5bd04ad2fbc496231d6abe72066124fe
2020-05-05Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to efec7c5f7abb24da6d8ab93a71ee725e1c1f438f - UnifiedCompositionService - Refactor code to handle Optional value Issue-ID: SDC-3015 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I1d15d20e9c603ff894c7c4be46b26d60745cb7e5
2020-05-05Update git submodulesNeil Derraugh1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 45d6bf5520f9c70e57e473b109870b8ad0eb7251 - Replace hashCode and equals methods to cleanup NPE warning Replace hashCode() and equals() with Lombok @EqualsAndHashCode(callSuper = true) Issue-ID: SDC-2925 Signed-off-by: neil.derraugh <neil.derraugh@yoppworks.com> Change-Id: I51056103dc7df953508b2e465a535b46c63e2667
2020-05-05Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 722eed1c46361a2d8136f1fac528a96749f5dbbd - Remove call to `get` on Optional variables - Made multiple variables Optional Issue-ID: SDC-2991 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: If3dbfd37e933d10698ad1a93b6762c84e30f69b8
2020-05-05Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 908793f04e9a595734a6e0e189b846ed062bfc7d - Refactor CsarUtil::getLatestSchemaFilesFromCassandra Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I3f96d76a07fd32bdbd8b59beb5409eab0b0f3aa8 Issue-ID: SDC-2812
2020-05-05Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 06b84593bea8b963266f8d2a8a62dce9feeb2181 - Refactor CsarUtil::getFromCassandra Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I510d1d7fb4f4a7d7152fd5ea6d4d5ff61deea23a Issue-ID: SDC-2812
2020-05-05Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 762a1a320d92ca7415265066dbe4dfd7df91c2ec - Refactor CsarUtils::collectComponentTypeArtifacts This commit is a minor refactoring required to refactor CsarUtils::collectComponentInstanceArtifacts. In order to keep this commit small, we only focused CsarUtils::collectComponentTypeArtifacts, and removed any output that is not reflected by the function's result type. Modifying an argument is a actually a bad practice as explained in Clean Code by Robert Martin (cf. "Output arguments should be avoided"). This commit aims to enforce this aspect. Change-Id: Ice4d6c9a78e7706c639dd60bc272253e298bc7be Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Issue-ID: SDC-2812
2020-05-05Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8394fae8e6fca37ad8f3e10ade82d8d2507585d1 - Remove all thrift's dependencies Remove unused/duplicated dependencies Change-Id: Ic2239acc5ddde1d0874b5139c228934ec1e61cd0 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2985
2020-05-05Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5dbe45d88a8372343ed77504220b50b815b1b7f9 - Add Autowired annotation to the constructor instead of param in ExternalTestingImpl Issue-ID: SDC-3003 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I720c6cf271a1444a584f42cdca2a7e4f2c59a85d
2020-05-03Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 43a1a1714aa08bf632faffd72f1791d59f02e59c - Refactor CsarUtils::createCsar Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I41994c98515844030eed1d6f2756c9779e864cff Issue-ID: SDC-2812
2020-05-03Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f52d4072ccb95b3a69b8f17b87ee44513167029e - Extract ArtifactOperationInfo from ArtifactsBusinessLogic This commit only intends to extract the inner static class ArtifactOperationInfo from the ArtifactsBusinessLogic class. In addition, getters have been added to get the artifactOperationEnum field's state (this allowed to reduce some boilerplate). Change-Id: Ib79a75893ef11ba0d25e0578d7e95f60284589d0 Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Issue-ID: SDC-2961
2020-05-03Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 789d5c745e2d1a6add6dbbc065296ce4254b3046 - Remove powermockito from NetworksImplTest This commit aims to remove the Powermockito dependency from NetworksImplTest. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I7eecb877f86a64514609e11fd9501f3fb972a866 Issue-ID: SDC-2984
2020-05-03Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5f8087fc96f07c771a9c4cf7c687c4e91be7fddc - Remove powermockito from ApiTest - Remove powermockit from ApiTest. Add new constructor to ExternalTestingImpl in order to pass vendorSoftwareProductManager param. Issue-ID: SDC-3003 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: Ibdaa12a986557dbf1d4cdf6d4c1952ba642582cf
2020-05-03Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to d51e3d82c1ac720367c55b279ac0c7593308be2e - Increase test coverage - openecomp-sdc-model-lib Change-Id: I86e4935fd418bb01971f21ae32351be6044a2566 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3001
2020-05-03Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4d285142900d64fa097b37f52538c3c2875024df - Increase test coverage - openecomp-sdc-vendor-software-product-api Change-Id: Ifaaf73998ee0f7df66082fdc4963b4c05678e5c1 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3001
2020-05-03Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9a27b8bb9716ea3f8af5b381dc301bc6eefd9bf2 - Refactor CsarUtils::validateNonMetaArtifact This commit aims to refactor the CsarUtils::validateNonMetaArtifact function and make it up to standards regarding how fj.Either should be used. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: Icadfce7229839e53bd09926b6865f2872c39d1a5 Issue-ID: SDC-2812
2020-05-03Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to b0982c12cc9fa0d8e642f4475ec293c7b6512c08 - Fix sdc-FE /onboarding war listing It creates a index.html page that will end up in the onboarding-FE .war file. When the /onboarding context is accessed, a blank page will show up instead of the contents of the .war. Change-Id: I0fb4be28e193e6e6bbd58c1af9a49d5750981b7e Issue-ID: SDC-3000 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-30Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 31c64b3443fb1a76d1cfc7afc0db1e51f1ffda79 - HEAT to TOSCA VM Consolidation Change-Id: I00c9cf90d7486af33955acae7dfe653e14ceebdc Issue-ID: SDC-2997 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2020-04-30Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8c5a1d6591d0faf2bdd0de528f42863ae1594c4f - Replace call to `get` with a call to `ifPresent` Issue-ID: SDC-2989 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I7fe273d869035f8852dbc398de60cc49dec2ce6e
2020-04-30Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 7dec12b47ec34baec6d31dac3f2961e90e721632 - Remove mockito from TypeUtilsTest - Remove the use of mockito verify from TypeUtilsTest Issue-ID: SDC-2993 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I42c9c972cead10afaa3ec299624cf3d26e4d04db
2020-04-30Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to d70091c786840042e7b56718115d1200410d9aed - Fix GAB ui test row and column count Change-Id: Ib9e4eb054cd23db9359b6d4db4ce079007c1e4e7 Issue-ID: SDC-2963 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-30Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 38ac58ba86b899f8d57c5e4b3d6b54a1092dc969 - Fix VFs and Service not visible in SDC Dashboard Change-Id: Ia42775388c3ad9539b7d0020476f0f7a91ce8bb9 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2938
2020-04-28Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 08cb42224a5d20783e525cadbab1b7ae40a86f72 - Handle null case in `GroupVersionUpdater` - change in the final condition of `isGenerateGroupUUID` - Added tests related to modified code Issue-ID: SDC-2913 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I22738f9f4922467209a16a4d6b3b78d7bfac11c9
2020-04-28Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 33a4512b6eb6204e2209a788b06153a889629f4e - Refactor CsarUtils::getEntryData Change-Id: I1732ae05cfbe93c1bef8c249e16088a0cad34106 Issue-ID: SDC-2812 Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
2020-04-28Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 76593bfbb1a233d76367abe903734c13b75f3a35 - Refactor CsarUtils::populateZip Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I136ebda0ff92d6c42368f102ccf2b10f37524808 Issue-ID: SDC-2812
2020-04-28Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 83df155640dd015d68f01f784dfab24d4c252af1 - Remove csvReportFilePath from ValidationConfigManager This commit aims to extract the csvReportFilePath field from ValidationConfigManager in order to improve testability. This commit contains multiple minor modifications resulting from bubbling up the csvReportFilePath static field to where it is actually set. Put differently, most of the modifications result from changing the signature of the functions which formerly relied on ValidationConfigManager.getCSVReportFilePath. Change-Id: I82c3b0fca8a0f407319e40ecfff45e89ec1d4323 Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Issue-ID: SDC-2499
2020-04-27Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 79ec04301a726e8c48f1275877cb852d2d74adc0 - Work around potential NullPointerExceptions in HeatTreeManagerUtil - Replace null return values with empty Map objects Issue-ID: SDC-2928 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I3357a8789a00201a7ffda1dbf0be5f08cbb9c33b
2020-04-27Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4a4d45fadfbb61e8e147f2b62e5dab5ac55403e8 - Enabling JS in SonarCloud Configures jest test coverage and missing sonar properties for javascript file scan and report. Change-Id: I9170a176cc4e580ac14f669c334ee949942503f6 Issue-ID: SDC-2741 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-27Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bebff57a6a661825d26a17813fe4a3230ac6f9db - Fix null pointer warning - Check name and value in method setToscaPresentationValue Issue-ID: SDC-2926 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I0d66b29c84139afff92065769bf1b79082959333
2020-04-27Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3c80616437c89c14b3734a3876b48faafd2129e9 - Add null test to ComponentBusinessLogic - Added test in `getFilteredComponentInstanceProperties` for null value - Removed nested `if` statements in `isMatchingComplexPropertyByRecursively` Issue-ID: SDC-2907 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I13a47b0dfe7aa6dec845a856c58bba8be5c1eead
2020-04-26Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8ddc6c9609581167a35404289e5015097346fea9 - Update WORKFLOW Artifact Type configuration To add an operation with an existing Workflow in a RESOURCE, the Artifact Type WORKFLOW needs to support the extension "bpmn" and the component type "RESOURCE". Change-Id: Ic7eb9afe3ced0348f7aadcc43edf121a0bdcf015 Issue-ID: SDC-2954 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-26Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c9e4d0ec9f9d3ac9f420c12573964e511baf8831 - Fix potential NPE in ArtifactsBusinessLogic Fixes potential NPE in ArtifactsBusinessLogic introduced by SDC-2754. Change-Id: If53915ffc41ddd0dbcf00ea318cdae6f1b5471ad Issue-ID: SDC-2959 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-04-23Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3bb06374d5b6747d32ea9554259596d0a45fadc2 - Added early check for null value for `containerV` - Formatting code following project's code style - Added early check for null value for `containerV` Issue-ID: SDC-2905 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I648e9a4a04be3f2e7cd3e30a70c04de2257a99d3
2020-04-23Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a994931dc349c93ba9b5c9bc7b517b9dd89a10cc - Minor cleanups for BasicAuthenticationFilter - Changed String representing encoding to Java's StandardCharsets.UTF_8 - Added explicit else condition in order to not rely on `abortWith`'s side effects Issue-ID: SDC-2917 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I81cb94c399ff1d810e85c7b63fde195928ab1b08
2020-04-23Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c829bbcfc9505a3ebf6035b53274f8bf22c34cff - Add null tests - Change `isPropertiesListSizesNotEquals` to `isPropertiesListSizesEquals` - Added assertions to silence SonarCloud Issue-ID: SDC-2914 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I88003de54aea6c28575fecf0f41b4c5ef36ef154
2020-04-23Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8def03ae0703c3629fcb5ac023fbe9a1eaead4b7 - Fix null pointer exception warnings Issue-ID: SDC-2911 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: Ic7f0ef631ed98e8baf2ea32b6bfc56a7142738f8
2020-04-23Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cda9d2a5fa771830fa493bd3885178a4e4987c8c - Handle null condition in TopologyTemplateOperation - check if instanceId null in method isNotEmptyMapOfProperties Issue-ID: SDC-2920 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I70667142ed51834de638903ccae4ffcb896cccab
2020-04-22Update git submodulesBaumel, Dvir (db384r)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ef3165222d153feec6168a0544d75951c982dcad - Fix unit tests not running Change-Id: I06462b6180a1f1a310aae994f4e703a498f80247 Issue-ID: SDC-2933 Signed-off-by: Baumel, Dvir (db384r) <dvir.baumel@intl.att.com>
2020-04-22Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 333e6b47fcd6df91136ae1efa7eecca50bc50a04 - Used `configurationManager` instead of `getConfigurationManager` Issue-ID: SDC-2890 Change-Id: I1559ebc60076bd0884ae1136c9c904f7ab46e72e Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
2020-04-22Update git submodulesReo Inoue1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 27d169b34e81a9d42eaa0b7aab3797227a379f30 - Fix bug for class SwitchoverDetector Signed-off-by: Reo Inoue <inoue.reo@jp.fujitsu.com> Issue-ID: SDC-2931 Change-Id: I6b40f538ff9ce7eed22ce71c542b188a8c866f26
2020-04-22Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 60c01004daf199820825f9bf345a3ed8a96f8933 - Add null test to DistributionMonitoringBusinessLogic - Added test in `handleAuditingDaoResponse` for null value related to `resAuditingGenericEvent` Issue-ID: SDC-2909 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I422629cdbd4f05e10609cd78b7328c4e9f45538b