aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24align MMETal Gitelman5-269/+255
- [BUG323816] Don't add a property to a newly generated csar if the value is not set and the default value is not provided Change-Id: I76b312ef8140ca6207aa7604026c1b0a89bfbe02 Issue-ID:SDC-500 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-24Merge "Submit"Vitaly Emporopulo1-1/+3
2017-10-24Merge "Finished fixing unreleased resources in tests"Vitaly Emporopulo5-115/+107
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-24Update SDC-Simulator base image to the latestTal Gitelman3-5/+3
Change-Id: Idcb9c19fd4cefbac3955404f4e66e993c4d59ef1 Issue-Id: SDC-527 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-24Merge "Upload"Avi Gaffa3-1/+35
2017-10-24Merge "Fixed resources not being closed in tests"Avi Gaffa8-270/+318
2017-10-24Merge "Consumed APIs section in Read the Docs"Michael Lando1-10/+1
2017-10-24Consumed APIs section in Read the DocsIdan Amit1-10/+1
Added message in the Consumed APIs section of SDC Read the Docs Change-Id: I00bfcd7bf4b4166d1f4fdbdc876600471aa301dc Issue-Id: SDC-510 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-10-24Add Logging section to Read the DocsIdan Amit2-2/+3271
Added the error messages for SDC project to the Read the Docs website Fixed some issues I've found in the error-configuration.yaml file Change-Id: I78816006d55e9d4bae7a4ce4c5fd7faaf1e07647 Issue-Id: SDC-515 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-10-24Fixed resources not being closed in testsvempo8-270/+318
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-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