aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Add user root for running commandsMichael Lando3-119/+103
Add user root definition before run command Change-Id: I6dcb957a870ddc3524e5001203e4cc640ce94070 Issue-Id: SDC-525 Signed-off-by: Michael Lando <ml636r@att.com>
2017-10-24Merge "Reset Tool throws an exception"Avi Gaffa1-4/+14
2017-10-23Fixed resources not being closed in config testsvempo7-39/+39
Fixed static analysis violations in the openecomp-configuration-management-test module of SDC onboarding - high-severity issues like not releasing resources (e.g. FileInputStream), and some minor code cleanup. Change-Id: I6f8e64577499213d06f5ff3a22ea39f6a46fdccd Issue-ID: SDC-291 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-23Merge "Run static analysis on Onboarding production code"Vitaly Emporopulo1-4/+4
2017-10-23Merge "Artifacts in CSAR"Avi Gaffa2-2/+15
2017-10-23Run static analysis on Onboarding production codevempo1-4/+4
Enable static analysis to run by default, and fail the build if violations are found in the Onboarding code. For now check only the production code and only for high-severity issues (e.g. not closing files). Change-Id: I2567eb8c704310109b01cb8b6e2a345522870e2b Issue-ID: SDC-497 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
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-23Merge "Fixed resources not being released, code cleanup"Vitaly Emporopulo7-192/+172
2017-10-23VoltE fixTal Gitelman1-2/+2
Change-Id: I5a8a466184bce822fb974858ad75496b3bf00fbd Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.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 "Added Offered APIs Page for sdc docs"Michael Lando3-12/+13
2017-10-23Merge "Additinal fixes for resources not being released"Avi Gaffa9-87/+229
2017-10-23Additinal fixes for resources not being releasedvempo9-87/+229
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-23Added Offered APIs Page for sdc docsIdan Amit3-12/+13
Changed instance of ecomp to ONAP Change-Id: I5cb4655edcf9276f4a19245218a9d11b8d82144c Issue-ID: SDC-419 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-10-23remove neo4j classesYuli Shlosberg27-3439/+0
Change-Id: I7a9b781c30d4eb269c19dfdaa5d230807a97f08b Issue-Id: SDC-487 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 00fca27997c4a4a473823c4dc0123c074dac7b50)
2017-10-23Merge "add unit tests to components"Michael Lando31-37/+3332
2017-10-23Merge "Fix onboarding undo checkout impl"Avi Gaffa10-95/+156
2017-10-23add unit tests to componentsYuli Shlosberg31-37/+3332
Change-Id: I665ad7f9f25c15cfaaa8deb38dd2390fd823a438 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit a78ce5b07f10c6160152a017675b71cca36fb049)
2017-10-23Merge "add few more tests to BE components"Michael Lando7-1/+2022
2017-10-23Fix onboarding undo checkout impltalig10-95/+156
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-22add few more tests to BE componentsYuli Shlosberg7-1/+2022
Change-Id: I64ce164904c16101e75d8a9db9de85633269ff05 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 1dd40bdded400e13ec8034c7358370dbad7eccd3)
2017-10-22Merge "fix error when moving to previous version"Avi Gaffa1-1/+2
2017-10-22Merge "add more unit tests remove imports"Michael Lando35-141/+704
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 "parse multilple error messages in separate lines"Avi Gaffa2-3/+6
2017-10-22add more unit tests remove importsYuli Shlosberg35-141/+704
Change-Id: If2274759f929f595e63d71cc70c374268c019947 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit b947eb599bfab4599ce1b0c0573b1701c646e429)
2017-10-22fix error when moving to previous versionmiriame1-1/+2
Change-Id: I1ab9ccd59370836a47769aa57e79186cbe001566 Issue-ID: SDC-489 Signed-off-by: miriame <miriam.eini@amdocs.com>
2017-10-22Merge "add more unit tests to BE components"Michael Lando24-34/+2298
2017-10-22Merge "fix healers"Avi Gaffa5-10/+35
2017-10-22Merge "Port mirroring"Avi Gaffa2-142/+976
2017-10-22Merge "White spaces in limit view"Avi Gaffa1-13/+25
2017-10-22Merge "VoltE fix"Michael Lando6-4/+42
2017-10-22add more unit tests to BE componentsYuli Shlosberg24-34/+2298
Change-Id: I23a72857d669f03e8cb7e543c006fed3318670b0 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 6dc570c66839fe239b63f1aa8da489c520fb215d)
2017-10-22add unit tests to catalog-BE componentsYuli Shlosberg7-539/+1230
Change-Id: I7f4d296e7df344c96d712f3b946ac64fefa7a3e7 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 92461a907a978065d737dc8e7575b53164efa989)
2017-10-22Merge "add unit tests to sdc components"Michael Lando42-0/+6470
2017-10-22parse multilple error messages in separate linesmiriame2-3/+6
Change-Id: I7e17ea7b4fdd31fe3b9607f9896b077bb8d9f451 Issue-ID: SDC-488 Signed-off-by: miriame <miriam.eini@amdocs.com>
2017-10-22Merge "Upgraded antrun plugin for JaCoCo to 1.6"Avi Gaffa2-1/+2
2017-10-22Merge "remove clearwater CSAR"Michael Lando1-0/+0
2017-10-22fix normativesMichael Lando4-3/+3
Change-Id: I30a84a84a3c77fd4467e2643a64b22cf2271acaf Issue-ID: SDC-410 Signed-off-by: Michael Lando <ml636r@att.com> (cherry picked from commit a8ca620825a2478f75baf76b4e75e5ccc58f0174)
2017-10-22add unit tests to sdc componentsYuli Shlosberg42-0/+6470
Change-Id: Ia6b18b223dc79906289f856fee3bf18d75e28232 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 4bc2f0f7d26f0c8eb1d32c9be97e83070f196abe)
2017-10-22Upgraded antrun plugin for JaCoCo to 1.6vempo2-1/+2
Change-Id: Ia3b55ae0431dd3fc2e44ed93619aae1549137f37 Issue-ID: SDC-486 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-10-22add more unit tests to BE componentsYuli Shlosberg69-260/+3638
Change-Id: Ic14375454aac2960cd9b250e98991ca073e17a24 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 8c4c1dd56dedace1c59d32f5c51c285da05301bf)
2017-10-22VoltE fixTal Gitelman6-4/+42
Change-Id: Ib1bd2c578f897ff1f7d239d41e3d359e2cbb5c89 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-22White spaces in limit viewilanap1-13/+25
Issue-ID: SDC-485 Change-Id: I61240ce868f251bce04e4b6905895d89750cc157 Signed-off-by: ilanap <ilanap@amdocs.com>
2017-10-22add unit tests to BE componentsYuli Shlosberg110-0/+14688
Change-Id: Ic22f03832f1810f51958db2e7dba5569a9bf1cd7 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 031b1e4dc965195624fb0c574376cba1b0c57488)