aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2019-08-08Merge "Fix NoClassDefFoundError for ServicePluginFactory"Seshu Kumar M1-6/+11
2019-08-08Merge "VNFM adapter support two way TLS"Seshu Kumar M4-0/+78
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 "Added null checks for getUpdateResInputObj() return value to prevent ↵Seshu Kumar M1-3/+9
crash at toString() calls"
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-08Merge "Fix Critical Bug - print array content correctly"subhash kumar singh1-1/+1
2019-08-08Merge "Fix sonar issues in MSOCoreBPMN"Lukasz Muszkieta3-21/+14
2019-08-08Merge "Set suppressRollback variable for ActivityBBs"Seshu Kumar M1-0/+1
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-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-06updated delete payloads for bulk deletesBenjamin, Max1-22/+0
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-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-02VNFM adapter support two way TLSMichaelMorris4-0/+78
Change-Id: Icdb57587c9070bcce405eeaea4275fea0af0533a Issue-ID: SO-2190 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-08-02Fix Blocker Bug - prevent from npe throwingLukasz Muszkieta1-1/+1
Change-Id: Id6dd23c07f282ac7c7d3df3f612175d1bbf5a184 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-02ModelInstanceName is required in SNIROHomingv2 toGamboa, Gilbert2-1/+6
ModelInstanceName is required in SNIROHomingv2 to build placement demand. The source service does not have a modelInstanceName attribute, we need to set it to the service proxy modelInstanceName. Issue-ID: SO-2188 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I85c0940b17349c8dd5dc171954acf9f884ccff9f
2019-08-02Merge "Use correct name and id for VNFUnsetClosedLoopDisabledFlagActivity"Seshu Kumar M2-5/+5
2019-08-02Merge "Fixed potential crashes due to null object dereference attempts in ↵Seshu Kumar M1-8/+23
exception handlers"
2019-08-02Merge "Added null checks to prevent crashes at method calls"Seshu Kumar M1-6/+12
2019-08-02Merge "Added null check for injectedVariables to prevent crash at call of ↵Seshu Kumar M1-4/+6
injectedVariables.get()"
2019-08-01Added null checks to prevent crashes atOleksandr Moliavko1-6/+12
method calls Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ie3b70aa59cf73ca6203d0f1aab1ed096af906050
2019-08-01Fixed potential crashes due to null objectOleksandr Moliavko1-8/+23
dereference attempts in exception handlers Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I9882171b47b6442fa8ca12110d8ef23fc975347b
2019-08-01Added null check for injectedVariables to preventOleksandr Moliavko1-4/+6
crash at call of injectedVariables.get() Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I1d05b32b0aa0c001c79e41576bc8b3435a9aae1f
2019-08-01Use correct name and id for VNFUnsetClosedLoopDisabledFlagActivityElena Kuleshov2-5/+5
Set name and id for VNFUnsetClosedLoopDisabledFlagActivity to VNFUnsetClosedLoopDisabledFlagActivity Issue-ID: SO-2183 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I401258b2db32c43566019a903a57ca61e30649e0
2019-07-31Merge "Changed to set source service as model info"Steve Smokowski2-2/+2
2019-07-31Changed to set source service as model infoBoslet, Cory2-2/+2
Changed to set source service as model info for service proxy per sniro. Updated junit test to account for source service change. Issue-ID: SO-2179 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I43161f0109b62a895d5122a7b0aca0eea8694b16
2019-07-31added back missing method in groovy fileBenjamin, Max (mb388a)1-0/+14
Need to bring back AbstractTaskProcessor.logWorkflowException() method because this is being called from a number of groovy files. Issue-ID: SO-2172 Change-Id: Id5dee85fcb48265955dde3d74f7c0f98300410f0 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
2019-07-31Javadoc and logging improvementManamohan2-0/+37
Added Javadocs for VnfAdapterCreateTasks and SDNCAssignTasks. Change-Id: Ifb76e278eb90ba2d4644b649e91c1ffb15c55101 Issue-ID: SO-2052 Signed-off-by: Manamohan <MS00534989@Techmahindra.com>
2019-07-30Merge "Replaced constructor calls with valueOf() method calls to remove ↵Seshu Kumar M1-10/+10
static analyzer warnings about inefficient constructor calls"
2019-07-30Merge "Removed subscriber variable that was not actually used in any test ↵Seshu Kumar M1-3/+0
(to remove static analyzer warning)"
2019-07-30Merge "Javadoc and logging improvement"Seshu Kumar M2-3/+99
2019-07-30Merge "Javadoc and logging improvement"Seshu Kumar M4-19/+272
2019-07-30Replaced constructor calls with valueOf() method callsOleksandr Moliavko1-10/+10
to remove static analyzer warnings about inefficient constructor calls Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: If5b0c9c3569759f738e01c0352e267ee8a995c5f
2019-07-30Removed subscriber variable that was not actuallyOleksandr Moliavko1-3/+0
used in any test (to remove static analyzer warning) Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I7665c3dcb85d5c0d80c0448e6ad5ff1ece5a0bef
2019-07-29Merge "Implement TLS for calls into VNFM adapter"Steve Smokowski1-1/+1
2019-07-29Merge "Vulnerability fixes in ServicePluginFactory"Steve Smokowski1-7/+8
2019-07-29Merge "Upgrade springboot.version from 2.0.5 to 2.1.5."Steve Smokowski1-0/+2
2019-07-29Merge "validate model info for existing service with"Steve Smokowski4-54/+492
2019-07-29Merge "Use BuildingBlockExecution for PauseForManualTasks"Steve Smokowski5-16/+29
2019-07-29Merge "set multi-stage flag in listener to log success"Steve Smokowski2-1/+4
2019-07-29Vulnerability fixes in ServicePluginFactoryr.bogacki1-7/+8
Vulnerability fixes in ServicePluginFactory according to the Sonar. -Made constants final. -Changed access scopes from public to private. Issue-ID: SDC-2106 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Iabaca0bd138b5dee22c95a4a0cc6cb5ebe442fd2
2019-07-29Javadoc and logging improvementSunilB2-3/+99
Added Javadocs for SDNCQueryTasts and SDNCVnfResources classes Issue-ID: SO-2052 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I79d7e6b8a82327caaa16c49a64df7b1a02dcbb03
2019-07-26Upgrade springboot.version from 2.0.5 to 2.1.5.Sangalang, Felix1-0/+2
Upgrade springboot.version from 2.0.5 to 2.1.5. Fixed APIHandler junit test cases with expected DB error messages. Issue-ID: SO-2157 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I77ce873018b88268b9221226b95c9c106f93a8d0
2019-07-26validate model info for existing service withMnushkin, Dmitry4-54/+492
verify modelVersionId equals during SI AAI validation correct SI name in junit test update SI name in junit test comparison add name/module id verifications for other objects add back junit file after merge from remote format jnit file after verify job failure updated test input values for clarity update name verifications with related ID values adding junit for Configuration name verification updated aai verify call, service dup error msg removed aai depth 2 and refactored private test method implement SI name verification with 3 additional fields fix formatting comment line length limitation Issue-ID: SO-2161 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I43f5cb0601dfa8b41f474615b639fce0572f5613