aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09added in mapping of aggregate routes inKalkere Ramesh, Sharan4-10/+34
added in mapping of aggregate routes in bbinputsetup Issue-ID: SO-2214 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I56048eb78eb06800ec5b9c290493d502ef7435d0
2019-08-08fix sonar issuesarada prasad sahoo5-36/+33
fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I137e40866ccbfb634b430ea56028fac87cc6b2bc
2019-08-08fix sonar issuesarada prasad sahoo1-61/+35
fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Ia0bb25c9fc10364fddde10d38675540d0c539227
2019-08-08fix sonar issuesarada prasad sahoo1-2/+2
fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I79db093a27165fd5d54dfab1c1d25749bf6df533
2019-08-08fix sonar issuesarada prasad sahoo1-15/+16
fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Iba1f585de7465da5649b60e6990a737936656ac7
2019-08-08Merge "Fix NoClassDefFoundError for ServicePluginFactory"Seshu Kumar M1-6/+11
2019-08-08Merge "VNFM adapter support two way TLS"Seshu Kumar M11-25/+281
2019-08-08Merge "Added null check for listFiles() result to prevent crash at iterating ↵Lukasz Muszkieta1-10/+17
through file list; replaced System.out.println calls with logger calls"
2019-08-08Fix NoClassDefFoundError for ServicePluginFactorysarada prasad sahoo1-6/+11
Fix NoClassDefFoundError for ServicePluginFactory appears when we run SO via docker-compose command Change-Id: I8ba5963edf28f81d948f71a9d698541f682de908 Issue-ID: SO-2206 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-08-08Merge "Sonar fixes for SvnfmController"Seshu Kumar M2-61/+29
2019-08-08Merge "Added null checks for getUpdateResInputObj() return value to prevent ↵Seshu Kumar M1-3/+9
crash at toString() calls"
2019-08-08Merge "Replace collections.size with isEmpty for better performance"Seshu Kumar M3-7/+7
2019-08-08Added null check for listFiles() result to prevent crashOleksandr Moliavko1-10/+17
at iterating through file list; replaced System.out.println calls with logger calls Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6b4a49228903f013127b39244db9d1b67c0ff2f0
2019-08-08Added null checks for getUpdateResInputObj() return valueOleksandr Moliavko1-3/+9
to prevent crash at toString() calls Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: If55fd3b00fe9d2406fe1b2eeda66fa005ce13bc4
2019-08-08Avoid local variables shadow class fieldssindhu36721-15/+15
Avoid local variables shadow class fields mso catalog db adapter Issue-ID: SO-2187 Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com> Change-Id: Ie2a62a76ca43a5c7f2e0cdee00263230a2ae154d
2019-08-08Replace collections.size with isEmpty for better performancesindhu36723-7/+7
Replace collections.size with isEmpty for better performance asdc-controller Issue-ID: SO-2187 Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com> Change-Id: Ie8adc3a149a583fe66c771ee70ae95055a229f83
2019-08-08Merge "Fix Critical Bug - print array content correctly"subhash kumar singh1-1/+1
2019-08-08Merge changes I910db5fe,I269f4e20,I2ad55d49,I1cb6eee0,Ifa375512, ...subhash kumar singh6-0/+794
* changes: add vid based apis details add uui based apis details add vid based instantiation flows add e2e flow details add pnf instantiate flows add the NBI section to the instantiate flows
2019-08-08Merge "Fix sonar issues in MSOCoreBPMN"Lukasz Muszkieta3-21/+14
2019-08-08add vid based apis detailsseshukm1-0/+13
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I910db5fe7e2006ec3808ce738fd11fb9b061e47a
2019-08-08add uui based apis detailsseshukm1-0/+14
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I269f4e20e0c30168a97ef3db056a69fefd564eac
2019-08-08add vid based instantiation flowsseshukm1-0/+197
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I2ad55d49bd1be2a684354f958dcbe93cf0dbaf17
2019-08-08add e2e flow detailsseshukm1-0/+366
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I1cb6eee09292ed206a4315e1e9245d35256fd357
2019-08-08add pnf instantiate flowsseshukm1-0/+107
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ifa375512d97aa5f9c56156a20eae5e220ef0039c
2019-08-08add the NBI section to the instantiate flowsseshukm1-0/+97
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I5567a89fa36aa85397a3472147e7848f44561a48
2019-08-08Merge "Replace duplicated String literals"Seshu Kumar M3-20/+22
2019-08-08Merge "Shift string literal to left side of equals(avoid null pointer ex)"Seshu Kumar M2-2/+2
2019-08-08Merge changes I00b02c80,Icf854fba,I41a7ea89,I3c9b75basubhash kumar singh4-2/+287
* changes: add instantiation flow add pre_instantiation details add the information of the instantiate in dev guide correct the camunda modeler info Introduce the instantiate flow details
2019-08-08Merge "Set suppressRollback variable for ActivityBBs"Seshu Kumar M1-0/+1
2019-08-08Shift string literal to left side of equals(avoid null pointer ex)sindhu36722-2/+2
Avoid null pointer exception mso-openstack-adapters classes Issue-ID: SO-2187 Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com> Change-Id: Ie7099318a79162aed26ec3a8e4a013cece367736
2019-08-08add instantiation flowseshukm1-0/+28
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I00b02c80c357ce5379d89769a3552e826ef257cc
2019-08-08add pre_instantiation detailsseshukm1-0/+225
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Icf854fba5ea3c94a0b320ed5fef6375a688b040f
2019-08-08add the information of the instantiate in dev guideseshukm1-0/+31
Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I41a7ea89245da8be8e1a1e41138a662e9cce2ffa
2019-08-08Replace duplicated String literalssindhu36723-20/+22
Replace duplicated String literals mso-openstack-adapters files Issue-ID: SO-2187 Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com> Change-Id: I3089f407ffd01afbccaada81c2aef290299dfe32
2019-08-08correct the camunda modeler infoseshukm1-2/+3
Introduce the instantiate flow details Issue-ID: SO-608 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I3c9b75ba734b918d2ee57242944b4b087e9e5792
2019-08-08Fix sonar issues in MSOCoreBPMNParshad Patel3-21/+14
Either log or rethrow this exception Make "serviceParams" transient or serializable Make "extSystemErrorSource" transient or serializable Issue-ID: SO-1841 Change-Id: If752c7898a0934212d425b1c80b8d2ee34098ad3 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-07Add SO Message instead of Exception when vmIds are emptyBonkur, Venkat (vb8416)2-0/+112
Add the conditions to log messages instead of null pointer exception when vmIds or vserverIds are not present. Issue-ID: SO-2186 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I27dd8a5480cf5e2d8588cc71ca3bfefaf0e138cc
2019-08-07Fix Critical Bug - print array content correctlyLukasz Muszkieta1-1/+1
Change-Id: I525c2f3d2731a38183de108d4674d9dcef43bcb7 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-07Sonar fixes for SvnfmControllerLukasz Muszkieta2-61/+29
Change-Id: I70051af78d353447e11985cc1a8fa8e7f2606f89 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-07Merge "updated delete payloads for bulk deletes"Steve Smokowski9-42/+60
2019-08-06Set suppressRollback variable for ActivityBBsElena Kuleshov1-0/+1
SuppressRollback variable needs to be true for ActivityBBs Issue-ID: SO-2163 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I64754e9fc010b48eb8ee9b41fd0fe31c0fbb2592
2019-08-06- Updated cvnfc's to use the getEntity API.Merkel, Jeff1-63/+72
- Updated cvnfc's to use the getEntity API. Issue-ID: SO-2202 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id367e82d655a838100d8f81f8b4f76303600b182
2019-08-06updated delete payloads for bulk deletesBenjamin, Max9-42/+60
updated delete payloads for bulk deletes moved test-request.json to the correct location Issue-ID: SO-2203 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8d9d4d0bbe45f32d4e07a1ba0128e627d3b27795
2019-08-06Added close() call for InputStream instance toOleksandr Moliavko1-1/+5
remove static analyzer warning about handle leak in getMsoAaiPassword() Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I2be9cc72f78275a80c6f03d806bea2ad275f23b4
2019-08-05Merge "Added null check for return value of getUpdateResInputObj(), to ↵Seshu Kumar M1-1/+5
prevent crash at call of toString() method"
2019-08-05Merge "ModelInstanceName is required in SNIROHomingv2 to"Seshu Kumar M2-1/+6
2019-08-05Merge "Added newToken null check to prevent crash at newToken.getValue() call"Seshu Kumar M1-1/+3
2019-08-05Added null check for return value ofOleksandr Moliavko1-1/+5
getUpdateResInputObj(), to prevent crash at call of toString() method Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ifa6c683885490fef7fcf08e2b32b2dc76ef776a6
2019-08-05Merge "Removed addition of null value to string to prevent static analyzer ↵Seshu Kumar M1-2/+1
warning"
2019-08-05Merge "Fix Blocker Bug"Seshu Kumar M1-4/+5