aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2019-07-26Merge "Enhanced List Level flow with backward support"Seshu Kumar M9-166/+311
2019-07-26Javadoc and logging improvementPooja034-19/+272
Added Javadocs for four classes AAIUpdateTasks,OrchestrationStatusValidator,AAICreateTasks ,BBInputSetup Issue-ID: SO-2052 Signed-off-by: Pooja03 <pm00501616@techmahindra.com> Change-Id: I048b42131449e151be91839e45f4d39864b3ec52
2019-07-26Enhanced List Level flow with backward supportsarada prasad sahoo9-166/+311
Modified the e2e service instance flow to support both new list types groups along with backward compatibility to support old types alloted resources, network etc. Change-Id: I1cb128e259c54b80009840914b2c1cee8cf8a4df Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-07-26Use BuildingBlockExecution for PauseForManualTasksElena Kuleshov5-16/+29
Fix variable settings and execution object usage for manual tasks. Issue-ID: SO-2113 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I3fa24d70b46658ce5afcdc843d5482e157641112
2019-07-26Javadoc and logging improvementSunilB2-0/+50
Added Javadocs for VnfAdapterVfModuleResources and VnfTopologyOperationRequestMapper classes Issue-ID: SO-2052 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Iec6addb415720f63c32b5ab99e63aefe0ef3235a
2019-07-25set multi-stage flag in listener to log successBenjamin, Max2-1/+4
fixed null pointer error when multistage not set Issue-ID: SO-2159 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1f2313d074bea404776877ef56607a814e46e514
2019-07-25Merge "Fix delete of generic neutron network"Seshu Kumar M1-1/+1
2019-07-24Fix delete of generic neutron networkEric Multanen1-1/+1
Delete of Generic Neutron network was not working. Logic checking for association with vf-module appears to have been reversed. Change-Id: If541c1133322f75c70f86cd77d8bccd88b94f356 Issue-ID: SO-2082 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-07-24set multi-stage flag in listener to log successMnushkin, Dmitry5-3/+136
set multi-stage flag in listener to log success msg added post listener for requests db object Issue-ID: SO-2153 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4b27cbb69b983bd2f7c0d72c8ebb4d9c43201120
2019-07-24Merge "Update SO to handle Async VNF operations to SDNC"Steve Smokowski15-120/+135
2019-07-23Merge "Enhanced List Level flow with backward support"Seshu Kumar M18-668/+961
2019-07-22Implement TLS for calls into VNFM adapterMichaelMorris1-1/+1
Issue-ID: SO-2143 Change-Id: I2fcacab7aebc9a22b952d881b0bf2404e1638b37 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-07-22Update SO to handle Async VNF operations to SDNCSmokowski, Steven15-120/+135
Update SO to handle Async VNF operations to SDNC Issue-ID: SO-2141 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20037306e9ce5b8df434511a46c0a3399e335c3d
2019-07-22Vulnerability fixes in ServicePluginFactoryr.bogacki1-1/+1
Sonar vulnerability fixes in ServicePluginFactory: -Added logger. Issue-ID: SO-2139 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Id1752ea35db970b20d02e730dac9900c411958ca