aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05Merge "nested node templates"Vitaly Emporopulo5-41/+76
2017-11-05dynamic portstalio23-0/+3687
ignore "depends_on" from / to nested entities, and adding tests Issue - Id : SDC-576 Change-Id: I2bdf8d97e727395420ff1516c97ff4c8af541749 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-11-05dynamic portstalio7-163/+34
ignore "depends_on" from / to nested entities, and adding tests Issue - Id : SDC-576 Change-Id: I4788df058ca3b6ea436e54b3a05ceed97135327b Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-11-02dynamic portstalio2-40/+65
ignore "depends_on" from / to nested entities Issue - Id : SDC-576 Change-Id: Id96e57a7826638b0c5b582d35417d6369fb9f607 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-11-02Fix Zusammen Configurationtalig1-4/+1
Change-Id: Ie9584f75df55f5bdc4b18216439e15cdc8f0be53 Issue-ID: SDC-578 Signed-off-by: talig <talig@amdocs.com>
2017-11-01nested node templatestalio5-41/+76
ignore relations to / from node templates that point to substitution service templates without topology template Issue - Id : SDC-574 Change-Id: I03d2b305d6ebfd3d355ec3ab9a6f7ae8cb1c5743 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-11-01Merge "component name prefix"Vitaly Emporopulo1-33/+12
2017-11-01component name prefixtalio1-33/+12
change "update component name" to save the correct prefix in DB Issue - Id : SDC-559 Change-Id: I2878c32ee768472c8a8aa4174a3c57ae26dd74ed Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-31duplicate idstalio6-29/+39
change behaviour when recognizing duplicate resource ids in different files Issue - Id : SDC-554 Change-Id: Id1c43fd99caa6a3cc421e894963972d3e76db551 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-25uploadtalio6-15/+19
enable upload for files with extension in uppercase, while not saving the extension in lowercase in the DB Issue - Id : SDC-526 Change-Id: I42baa128d533937f0b257df9f174230f21676b12 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-24Fix VSP resubmit all impltalig2-70/+45
Change-Id: I080425eb0115712da9a3d52f24d1b513cfb58291 Issue-ID: SDC-529 Signed-off-by: talig <talig@amdocs.com>
2017-10-24Merge "Submit"Vitaly Emporopulo1-1/+3
2017-10-24Finished fixing unreleased resources in testsvempo5-115/+107
Fixed high-severity static analysis violations (e.g. not closing InputStreams) in tests. Some code cleanup. Change-Id: I2eb95f0b0ec8f6c932a093b8033a5ea27297cd93 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-24Submittalio1-1/+3
fix failure in submit due to uploading files with extensions in uppercase Issue - Id : SDC-526 Change-Id: I444444407efe093369e4380dc78117aa396e181b Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-24Merge "Upload"Avi Gaffa3-1/+35
2017-10-24Fixed resources not being closed in testsvempo7-140/+250
Fixed static analysis violations in a few modules of SDC onboarding - high-severity issues like not releasing resources (e.g. FileInputStream). Did some minor code cleanup. Change-Id: I89a229ad6bc150951f1f3cc437b3a175a663e203 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-24Uploadtalio3-1/+35
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-24Merge "Reset Tool throws an exception"Avi Gaffa1-4/+14
2017-10-23Merge "Artifacts in CSAR"Avi Gaffa2-2/+15
2017-10-23Artifacts in CSARtalio2-2/+15
pack all artifact files under Artifacts/ directory, and not under Artifacts/Artifacts (in import CSAR scenario) Issue - Id : SDC-495 Change-Id: I65299d449ed87a6fb492a802c40e1ab12535453a Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-23Finished fixing critical static analysis issuesvempo2-22/+25
Release all resources such as InputStream in the onboarding code, along with automatic code cleanup and simpification. Change-Id: I0ff0bfe352ff63768d025fbd9dd85b53636e2d49 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Reset Tool throws an exceptionshrek20001-4/+14
Change-Id: I5153ad3bab7dc783efe116e30695e4932130cc24 Issue-ID: SDC-493 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-10-23Fixed resources not being released, code cleanupvempo7-192/+172
Properly close input streams; code cleanup; fixed static analysis violations and coding convetions. Change-Id: I53dabcc9f8898a0ab25636735cb0b5f84b57c427 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Merge "Additinal fixes for resources not being released"Avi Gaffa8-49/+187
2017-10-23Additinal fixes for resources not being releasedvempo8-49/+187
More fixes for input streams not being properly closed, with unit tests and other minor improvements (code cleanup and coding conventions). Change-Id: I6751f924a1469d49b996e4f1d6c61371af6714b1 Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Fix onboarding undo checkout impltalig9-94/+155
Fix reset in zusammen collaboration plugin, Throw explicit exception in case of zusammen db illegal state. Change-Id: Ic9463517b72c7a89a2de78b86da5679ac57371a6 Issue-ID: SDC-490 Signed-off-by: talig <talig@amdocs.com>
2017-10-22Merge "Fix occurences not deserialized properly"Vitaly Emporopulo3-9/+173
2017-10-22Fix occurences not deserialized properlyvempo3-9/+173
add json deserializer for RequirementDefinition Issue-Id : SDC-474 Change-Id: I734a671b02a319fc3e90239bb8b0202c898fe473 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-22Merge "Fix issues in resubmit"Vitaly Emporopulo2-24/+67
2017-10-22Fix issues in resubmitkaty.rotman2-24/+67
Issue-ID: SDC-434 Change-Id: I8cc416c7e5f798faf03c42da5a0aea77f8e0843f Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2017-10-22Merge "fix healers"Avi Gaffa5-10/+35
2017-10-22Merge "Port mirroring"Avi Gaffa2-142/+976
2017-10-22Upgraded antrun plugin for JaCoCo to 1.6vempo1-1/+1
Change-Id: Ia3b55ae0431dd3fc2e44ed93619aae1549137f37 Issue-ID: SDC-486 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-19Port mirroringtalio2-142/+976
check flat node types in port mirroring Issue - Id : SDC-468 Change-Id: Ieba42aeb7de6b253230eab80d9e9feaaee9538b7 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-19fix healerstalio5-10/+35
fix failing healers during resubmitAll Issue - Id : SDC-480 Change-Id: Ie41c918d96271ff71f4dde00d22fdf3b23297044 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-19Merge "Refactoring of module in onboarding"Avi Gaffa64-6432/+0
2017-10-17Merge "Reset all version failure"Avi Gaffa5-76/+449
2017-10-17Reset all version failurevempo5-76/+449
Change-Id: Iafa72f0101e53ef60cd57ffd71be46db6d5a3c62 Issue-ID: SDC-469 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-17Healingtalio1-68/+27
fixed CompositionDataHealer - send non unified data model to extract, instead of the unified one Issue - Id : SDC-473 Change-Id: I39ed1cb06f8a3b533f5ecd7fdc8a81187ea3b075 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-17Merge "Onboard questionaircomponent missing AIC"Michael Lando1-1/+2
2017-10-16Bugfix - Submit failed for existing VSPojasdubey1-3/+3
Added preventive null checks for onboardingMethod attribute Issue ID: SDC-466 Change-Id: I061b608446b895568724f71ae46c2ef8859cb600 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2017-10-16Onboard questionaircomponent missing AICAvi Ziv1-1/+2
Issue-id: SDC-458 Change-Id: Ide333307cc1fadfcfc1efdb4083bb77ecf57c047 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
2017-10-15Artifacts are not copiedtalio1-33/+34
packing uploaded artifacts into the generated CSAR, when uploading a CSAR file Issue - Id : SDC-457 Change-Id: I4cfc03082cc6fd29d1d95249fd6081207e9826c7 Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-10-13Refactoring of module in onboardingshrikantawachar64-6432/+0
Removed ATT modules. Change-Id: I9f97b92a1f80483c3422b9b5e6643fdad1bb881d Issue-ID: SDC-456 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-10-09Fix VSP resubmit logickaty.rotman4-77/+87
Issue-ID: SDC-434 Change-Id: I2472f4a35f53763136f1e7586c4df24e3af25759 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2017-10-06Code coverage using JaCoCOshrikantawachar20-20/+84
Adding JaCoCo configuration to have code coverage Change-Id: Ie42702b31bab8cd612d3516ab9eb4f3a2b7d8c16 Issue-ID: SDC-437 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2017-10-03Update group members idsvempo6-17/+121
Issue-Id: SDC-427 Change-Id: If7a476adfac7c56c97e14330e4fddcc6d9f2d293 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-02Change node template prefixtalio303-29962/+18915
Add "".compute" to nested compute node types in substitution service templates Issue - Id : SDC-425 Change-Id: I00902576a3adf8d0463ef1352961629663efd96c Signed-off-by: talio <tali.orenbach@amdocs.com>
2017-09-27Bugfix - Create VF failed for Manual VSPsojasdubey1-13/+13
Excluded the manual onboarded VSP port type from port mirroring port collection Issue ID: SDC-399 Change-Id: I0c090375bc6ff1c935c01eb2c48793e3e196f808 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2017-09-25Merge "Add property"Vitaly Emporopulo2-21/+25