aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Fix candidate heat daotalig1-1/+1
Change-Id: Ic7defbdcb95ee1b8e8188ef43a07a2ee192d6453 Issue-ID: SDC-1371 Signed-off-by: talig <talig@amdocs.com>
2018-06-03Refactor get vsp questionnairetalig2-35/+35
To prevent NullPointerException for old vsps with missing data Change-Id: Ieb549080d5e048ae3424a35b74c9c15c25e20628 Issue-ID: SDC-1384 Signed-off-by: talig <talig@amdocs.com>
2018-05-27Refactor candidate heat daotalig2-122/+90
As a result OrchestrationTemplateCandidate element will be added if not exists instead of failing. Change-Id: I1a1c9afed65018ed01be65ff07dabe1c2081bea7 Issue-ID: SDC-1371 Signed-off-by: talig <talig@amdocs.com>
2018-05-16ATT warning generated in CSARArielk1-6/+4
Change-Id: I9b0e952c80947782ccc22e84630061049de0401e Issue-ID: SDC-1329 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2018-05-15Removed logger.debug(, exception)mojahidi1-11/+30
Removed logger.debug(, exception) from code Change-Id: I27ace75d9e9a1d89e6e1c681531ea6dff46cb647 Issue-ID: SDC-836 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-30Rename packages from openecomp to onap.amitjai1-5/+5
This task is all about package name space change also make changes to pom for common module Change-Id: Ie9bda0f958a9a05826c0374830cc9cb7d6d196b6 Issue-ID: SDC-1272 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-04-09fix a sonar complaints NullPointerExceptionlding71-0/+1
a bug from https://sonar.onap.org/project/issues?id=org.openecomp.sdc%3Asdc-main%3A1.2.0-SNAPSHOT&open=AWIFjPcyRGy6eclHC_RW&resolved=false&types=BUG Change-Id: Ibe0e1e457edb4d474ba4a37894f066f5a0b24361 Issue-ID: SDC-1145 Signed-off-by: lding7 <liang.ding@intel.com>
2018-03-13Processing CSAR failedshrikantawachar2-15/+1
The *.csar packages not passing onboarding during SDC sanity. Change-Id: I0fc57296bad85928c704dd1b18a7e60a996c13a9 Issue-ID: SDC-1124 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-08Download processed fileshrikantawachar4-18/+66
Download processed file Change-Id: Ieaaea0ce231bc0418d9d997d652f85f1743031f0 Issue-ID: SDC-1087 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-05Delete VSP merge Hint - fix sonar issuesayalaben1-13/+21
Change-Id: I7e8d3efd9db3ec714ab97d740cc71e826713b467 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-03-04Failure to submit NFoD when backup NIC is setolegb1-2/+5
Issue-ID: SDC-1062 Change-Id: I03944def6a3695dad7c866dbe1eb17b2fe5f5ae9 Signed-off-by: olegb <olegb@amdocs.com>
2018-02-28Healing for enforcing HEAT validationshrikantawachar3-15/+2
Healing implementation for enforcing HEAT validation after upload. Change-Id: I56614245d52a26d570cf2a4548057b9025e1f5cc Issue-ID: SDC-1057 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-02-18Onboarding foundation changes for ItemManagersheetalm6-125/+184
Resolved conflicting changes 1. Split ItemManager to ASDCItemManager and ItemManager 2. ItemManager provides basic capability of item without collaboration 3. AsdcItemManager provides all capabilities of item including collaboration which are required by onboarding 4. ItemManager can be used by other services like activity spec to create a basic item without collaboration features. Change-Id: I6c6dc34a2b1a1745c796099b70e359432e90f85e Issue-ID: SDC-1039 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-02-14Enforcing HEAT validation after HEAT uploadshrikantawachar5-93/+272
Back end implementation , Junits for Enforcing HEAT validation after heat upload. Change-Id: I0572b1d5e455023d45dc3b50b0bae7f3b6bbcc2e Issue-ID: SDC-1027 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-02-01Removed log constantsvempo2-13/+4
Removed constants associated with audit/metrics logging. Deleted unused code. Some other safe cleanup and refactoring. Change-Id: Idfda72e1fb27ca695a74f2a09cb46381c9caed1a Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-27Remove MdcDataErrorMessage #1vempo2-34/+0
Change-Id: Ic7b373cd978189f7eba30fcdc307f640264495af Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-15Move CompositionEntityDataManager to vsp-mgrtalig2-686/+0
Change-Id: I71d9126e6d32b57a0b7d8b93952992423632ef37 Issue-ID: SDC-873 Signed-off-by: talig <talig@amdocs.com>
2018-01-04Remove enter/exit debug #3vempo3-54/+0
Change-Id: If2ea8d16a1fd1867b4b314290fdcfaeafef93c19 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #4vempo5-219/+0
Change-Id: I99cef676015533d9cfe66f5a5371da49856500dc Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Fix VspZusammenUtilAbhai Singh1-0/+2
Fixed reported sonar issue Change-Id: I898ebd3f30ce326d9f626611d049ee2a5e9f61bf Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix VendorSoftwareProductInfoDaoImplAbhai Singh1-100/+0
Removed the file since it is not being referenced and is replaced by VendorSoftwareProductInfoDaoZusammenImpl Change-Id: Ida3fdb6a46df540c0ee38481609752a44b47b1cd Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix VendorSoftwareProductErrorCodesAbhai Singh1-9/+6
Fixed reported sonar issues Change-Id: I48dfd9333ec0ce5bb105c13e7fcd648290236bf2 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix ProcessDaoZusammenImplAbhai Singh1-18/+1
Fixed reported sonar issues Change-Id: Id53e3ab1d70e17dd1a7a10cca3c9ee627fef4771 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix QuestionnaireDataServiceImplAbhai Singh1-10/+6
Fixed reported sonar issues Change-Id: I921dc63d9d6d5f85d0553c005cef27cc5aabe531 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix OrchestrationTemplateDaoZusammenImplAbhai Singh1-9/+19
Fixed reported sonar issues, sonar issue related to exception handling are skipped as they would be fixed later Change-Id: Ib83c69b7b2cfd7fc6e719b3678424c18c3e2cb8a Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix OrchestrationTemplateCandidateDaoZusammenImplAbhai Singh1-9/+19
Fixed reported sonar issues, sonar issue related to exception handling are skipped as they would be fixed later Change-Id: Ifc28fe4358eb542bcbf666a07bc37d5488df14c7 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar NetworkDaoCassandraImplAbhai Singh1-129/+0
Deleted the file since it is not used, also confirmed with Tali regarding it Change-Id: I54cd96688f9b8cb7320578d71d8ad13a90b2bef2 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar NicDaoCassandraImplAbhai Singh1-154/+0
Deleted the file since it is not used, also confirmed with Tali regarding it Change-Id: Iec438220fcdf041ac7e784abdc8af2bef4ccbd9d Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar issues- ComputeDaoZusammenImplAbhai Singh1-2/+3
Fixed reported sonar issue Change-Id: Ic7f24226dec3320124bf0acd3f70afdec3466163 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar ElementToVSPQuestionnaireConvertorAbhai Singh1-2/+22
Fixed reported sonar issue Change-Id: Ib1918e43a15f41535a3f5e1cd31340fe430eae61 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar NicDaoZusammenImplAbhai Singh1-4/+4
Fixed reported sonar issues Change-Id: Id0b925a8e01ac6aa40f48f4e9c1efa018b4155b1 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar NetworkDaoZusammenImplAbhai Singh1-3/+2
Fixed reported sonar issues Change-Id: I2c401fd6b18a74d74096494ff7b15bc4d53df10e Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar ManifestCreatorNamingConventionImplAbhai Singh1-13/+5
Fixed reported sonar issue Change-Id: I723be3b861df1106c3039a1368f4f20fe4acfcd0 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar ImageDaoZusammenImplAbhai Singh1-5/+5
Fixed reported sonar issue Change-Id: I129fa4cbb5ba09c361663f7259807fca690eff0e Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar VendorSoftwareProductInfoDaoZusammenImplAbhai Singh2-62/+45
Fixed reported sonar issue Change-Id: Ifc827f6e1ac4c10272969e643d10b86171a0d963 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar issues- ElementToProcessConvertorAbhai Singh1-7/+5
Fixed reported sonar issue Change-Id: I631710a9421e34cf7c26a9316e2e3271bf44f587 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04Fix Sonar issues- DeploymentFlavorDaoZusammenImplAbhai Singh1-8/+1
Fixed reported sonar issue Change-Id: I58f503aa43f0257c263835053bde28442f98a2b5 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-04fix failing teststalio1-6/+15
fix failing tests in uploadCSARFileTest.java, and changing error messages Change-Id: Ied1384d87551242d3eb48987990a6e8a72b26916 Issue-ID: SDC-874 Signed-off-by: talio <tali.orenbach@amdocs.com>
2018-01-03Fix Sonar -ComponentDependencyModelDaoZusammenImplAbhai Singh1-13/+17
Fixed reported sonar issue Change-Id: I6c8b86cb54bcc6d21920e9ea806dcd40717c2383 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-03Fix Sonar issues- ComponentDaoZusammenImplAbhai Singh1-0/+1
Fixed reported sonar issue Change-Id: Ieda1568b4b20cdaaee47534cbfc0c73bfcca393c Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2018-01-03Fix Sonar - ComponentArtifactDaoZusammenImplAbhai Singh1-26/+9
Fixed reported sonar issues Change-Id: I1d74c641d65d47a7ab810bef94b77ef3a55cd071 Issue-ID: SDC-343 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
2017-12-21Add collaboration featuretalig52-2250/+2717
Issue-ID: SDC-767 Change-Id: I14fb4c1f54086ed03a56a7ff7fab9ecd40381795 Signed-off-by: talig <talig@amdocs.com>
2017-11-21fix NPE in extracttalio1-28/+18
fix NPE when extracting components without images / flavors Issue - Id : SDC-694 Change-Id: I3e4444132a40a2567833375ceea1951803dd16b0 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-11-14Fixing update HEATojasdubey1-21/+0
1. Update component dependencies based on new Heat 2. Retain VSP data on Heat re-upload 3. Unit tests 4. Code reformatting and refactoring for compliance Issue ID: SDC-655 Change-Id: Ib4822d3e7ec69293d2d544044909f0a22ab224ac Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2017-10-24Uploadtalio2-0/+24
enable upload of files with zip or csar extensions in uppercase, and throwing an appropriate exception in case that the extension is invalid. Issue - Id : SDC-526 Change-Id: I9e556ac41173132cc67d64cd8a9d332a061cc942 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-19fix healerstalio1-1/+2
fix failing healers during resubmitAll Issue - Id : SDC-480 Change-Id: Ie41c918d96271ff71f4dde00d22fdf3b23297044 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-03Update group members idsvempo1-0/+1
Issue-Id: SDC-427 Change-Id: If7a476adfac7c56c97e14330e4fddcc6d9f2d293 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-09-18Fixed SONAR issuesDivesh Mirchandani16-26/+27
Fixed blocker, critical, major & minor SONAR issues. Issue-ID: SDC-343 Change-Id: I72e5a3a7fa7d7407a92f98f77e4334827f70f926 Signed-off-by: dd4616 <Divesh.Mirchandani@amdocs.com>
2017-09-13Change healing manager logictalig1-11/+10
Execute all healers even if one/more have failed. Turn off vsp old version indication and log healers errors. This is a temporary solution that would fix non-heat issues only. Change-Id: I1fbcd3cc33a0520034b3dd373e2cfbe7339c06bd Issue-ID: SDC-332 Signed-off-by: talig <talig@amdocs.com>
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek20002-13/+30
Change-Id: I018c6d07a4b9ec7e6b1507ab37e2550865423cfe Issue-ID: SDC-230 Signed-off-by: shrek2000 <orenkle@amdocs.com>