aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/src/main/java/org
AgeCommit message (Collapse)AuthorFilesLines
2018-07-29re base codeMichael Lando23-195/+48
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
2018-07-20Deployment Flavour created incorrect Component Idsiddharth09053-57/+88
Deployment flavour created with incorrect component id Change-Id: I463a74b8139ec9689457e01602faf37384d01993 Issue-ID: SDC-1548 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-07-12Response changedsiddharth09051-6/+3
Error Response changed while collaboration changes Change-Id: I1e634c5da3b2bfb3cf385efe1a015bc3c2cd890f Issue-ID: SDC-1496 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-06-24Error pop-up contain empty/internal informationolegb1-5/+1
Issue-ID: SDC-1393 Change-Id: Ibb60e21431bb886dd7dd499202cf226af3e2465d Signed-off-by: Oleg Beltz <olegb@amdocs.com>
2018-06-13Fix for nfcparameters in component questionnairesheetalm4-40/+26
issue - nfc naming code and nfc function fields' values are wiped out with a VSP update Moved the above fields from composition to questionnaire Add BDD test. Add license to java files Change-Id: I2b746fedc17c19b716df35bf0dad2c212f15df30 Issue-ID: SDC-1419 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-06-03Add minimum to number questionnaire fieldstalig1-10/+15
In case of compute validation error - display its name (same as other entities) Change-Id: Ie3f0190a3b30d1ed6210f50958f61d8a883d5bef Issue-ID: SDC-1387 Signed-off-by: talig <talig@amdocs.com>
2018-05-29Refactoring validationshrikantawachar3-32/+4
Refactoring validation from Code to FTL Change-Id: Ic33a3719a021bb4c82565653fd8d95de38b7929e Issue-ID: SDC-1334 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-05-27Refactor candidate heat daotalig3-45/+29
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-04-30Fixed bug in NetworkManagerImplmojahidi1-2/+2
Fixed bug in NetworkManagerImpl Change-Id: Ic59e4c42c7007676976602b9043671dd2e0d7b62 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-30Rename packages from openecomp to onap.amitjai2-4/+4
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-01Introduced metrics to logging APIvempo1-2/+0
Metrics data can now be passed to logger. Also general cleanup, refactoring, simpler implementation, javadocs. Change-Id: I037101aa9626b3e011737ec2e3497ab348319e4c Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-03-28fix sonar complaints NullPointerException in SDClding71-3/+4
bugs from https://sonar.onap.org/project/issues?id= org.openecomp.sdc%3Asdc-main%3A1.2.0-SNAPSHOT&open= AWIFjPUXRGy6eclHC_Q6&resolved=false&types=BUG and https://sonar.onap.org/project/issues?id= org.openecomp.sdc%3Asdc-main%3A1.2.0-SNAPSHOT&open= AWIFjPUXRGy6eclHC_Q5&resolved=false&types=BUG Change-Id: I88225e4da197bed62d588026564bd688a9627c8a Issue-ID: SDC-1146 Signed-off-by: lding7 <liang.ding@intel.com>
2018-03-13Processing CSAR failedshrikantawachar1-4/+7
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-10/+30
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 issuesayalaben4-46/+41
Change-Id: I7e8d3efd9db3ec714ab97d740cc71e826713b467 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-26Removed audit logging from business codevempo2-52/+15
Change-Id: I676e8bb10ae7caf2e8c7ae490c247e0c929696f2 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-19Onboarding foundation changes - UniqueValueUtilsheetalm6-16/+39
Refactored UniqueValueUtil Change-Id: I7523ad501de9a49c5fbbb59f33c07a40c55eda2f Issue-ID: SDC-1047 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-02-15Enforcing HEAT validation after HEAT uploadshrikantawachar1-4/+4
Refactored method name , removed unused variable, Moved variable to near its usage. Change-Id: Ief21e88bd6a4ec1b1683b89089cfdb1a948a5402 Issue-ID: SDC-1027 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-02-15Delete Item status Draft - Fix Errorsayalaben1-3/+3
Change-Id: I2e602a82f70ac77545b70658a35bbeffaf713a9b Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-14Enforcing HEAT validation after HEAT uploadshrikantawachar9-75/+177
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 passing unnecessary logging infovempo1-10/+1
Change-Id: Ie5cbfad67798b3e0827155078bd0797c7b824efe Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-02-01Removed log constantsvempo1-4/+0
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-31wrongly setting versionamitjai1-2/+2
Minor and Major version should be set from selected version of VLM Change-Id: Id87e8383bcf02322462f6aef3c1b3d4eb2ad9d94 Issue-ID: SDC-935 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-01-17Removed MDC from VSP manager modulevempo14-375/+90
Change-Id: If9dfd50e7ae328b4d64be93ab085eb0ffc6cfc83 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-17Incorrect FG version in vf-license-model.xmlamitjai1-1/+16
vf-license-model.xml file should show the latest version of FG, which is currently linked with LA in VSP Change-Id: Iafd14e2c964df5c4e276f96589e9ac95b8d64740 Issue-ID: SDC-935 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-01-15Move CompositionEntityDataManager to vsp-mgrtalig18-29/+807
Change-Id: I71d9126e6d32b57a0b7d8b93952992423632ef37 Issue-ID: SDC-873 Signed-off-by: talig <talig@amdocs.com>
2018-01-07Fix issue Null pointer exceptionamitjai1-4/+3
If feature group list is empty or null we should ignore check. Change-Id: I6fcf20501353f6f32ad166a6096074f4f393dd00 Issue-ID: SDC-876 Signed-off-by: amitjai <amitjai@amdocs.com>
2018-01-04Remove enter/exit debug #3vempo5-162/+0
Change-Id: If2ea8d16a1fd1867b4b314290fdcfaeafef93c19 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Remove enter/exit debug #2vempo11-243/+0
Change-Id: Id1bbe1c57c08271991b10053f778d6473cd27a01 Issue-ID: SDC-875 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-04Fixed sonar issues - VendorSoftwareProductUtilsmojahidi4-67/+28
Removed unused methods and method parameters Change-Id: Ie221c5bfd939db74c15db7d12cff9b41059eb86c Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-04Heat reupload component dependency issue fixojasdubey2-21/+33
Resolved merge conflict Change-Id: Ib9561aa7d5814c3dd9c6015214d656a2800984a9 Issue-ID: SDC-872 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2018-01-04fix failing teststalio6-57/+28
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-03Fixed sonar issues - VersionedVendorSoftwareProdmojahidi1-53/+0
Fixed all sonar issues Change-Id: Ibf766225a961e11249fbcebe8115b5426f521a83 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-01-02Unit Testsayalaben2-9/+12
Change-Id: I6b863f3762eaad4f17967d77fc5ad64b23ee9d3a Issue-ID: SDC-860 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-01-02Fixed sonar issues - VersionedVendorSoftwareProducmojahidi3-162/+186
Fixed all sonar issues except exception handling and newly introduced in collaboration merge Change-Id: I9d9292411cd9f7ffb32aa284a5d63c86bb01b56d Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-31Fixed sonar issues - ComponentDependencyTrackermojahidi1-9/+20
Fixed all sonar issues Change-Id: I6a6ab4217964a8071af86e090570f8cb4a8dc122 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-31Fixed sonar issues - ItemPropertiesmojahidi1-0/+20
Fixed all sonar issues Change-Id: Iccf3bd86156ece8d3dbc719f7fe40b8356b2710e Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-31Fixed sonar issues - ConfigConstantsmojahidi1-0/+20
Fixed all sonar issues Change-Id: I2b7657076aa2a296531a0c3677777ea6001102c4 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-31Refactored as discussed - OrchestrationUtilmojahidi1-47/+52
Remvoed exception handling and Constructor fix Change-Id: I6a97f31d429848fa3c008892c48358bc7f67536a Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-28Fixed sonar issues - OrchestrationUploadFactorymojahidi1-4/+22
Fixed all sonar issues except exception handling Change-Id: I694a37df40ef05a6217d2f6db41cd7b15ba1e10e Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-28Refactored - ProcessManagerImplmojahidi1-29/+26
Refactored as per given comment Change-Id: I366fc8ac93ce977143adbc3a4698ed5f11010405 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-28Fixed sonar issues - ImageManagerImplmojahidi1-40/+46
Fixed all sonar issues and refactored as per given comment Change-Id: I86ec2ac3f72eae3fea5291664865a1c3b4c57791 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - OrchestrationTemplateCandidatmojahidi2-66/+27
Fixed all sonar issues Change-Id: I3490d2299053475e79354526a854be99ebc5b9de Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - NetworkManagerImplmojahidi1-39/+28
Fixed all sonar issues Change-Id: I0baf7c56a68b60a8635dd88638a287098e685b31 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - MonitoringUploadsManagerImplmojahidi1-18/+17
Fixed all sonar issues except exception handling Change-Id: I799c2d485b509469f6b58b36654b2ee71d97f8c6 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Refactored as per given commentmojahidi1-9/+27
Removed exception handling fixes Change-Id: Ie5a89783a63ebcf4b404db4f2b8be2c7b2140e50 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - ComputeManagerImplmojahidi1-32/+51
Fixed all sonar issues Change-Id: I04a06aadcf5b142334f571949b22778fa393fcc8 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - ComponentManagerImplmojahidi1-44/+30
Fixed all sonar issues Change-Id: I2cc957cea740c2410c6b5d98e3335a3b1c1684e1 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - NotSupportedHeatOnboardMethodmojahidi1-6/+26
Fixed all sonar issues Change-Id: I877e1bdccf63a20a618dabfa9176d94cf023d2b8 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-12-27Fixed sonar issues - DeploymentFlavorManagerImplmojahidi2-85/+111
Fixed all sonar issues Change-Id: Ied0cf9f1d5aac4fb97f7fc09bf3233cb5304c4c3 Issue-ID: SDC-343 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>