aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-30Use generic req mapping for CM requestsElena Kuleshov3-1/+35
Do not pass specially preprocessed ServiceRequestParameter to msoToJson mapping for Instance Management requests. Issue-ID: SO-2168 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ic6bdd624bd03c7c03213248781dc5e554331feed
2019-07-30Merge "Added null check to heatStack.getOutputs() to prevent crash at get() ↵Seshu Kumar M1-10/+13
call; removed redundant null check to simplify the code"
2019-07-30Added null check to heatStack.getOutputs()Oleksandr Moliavko1-10/+13
to prevent crash at get() call; removed redundant null check to simplify the code Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: If9d8dcba3008cd7ebe60c17c08c71a07a6df9df4
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 "Replaced constructor call with valueOf() call to remove static ↵Seshu Kumar M1-1/+1
analyzer warning about inefficient use of constructor"
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 "commented out bad tests, will revisit"Seshu Kumar M1-34/+31
2019-07-30Merge "apih allowing requests with the same requestid"Seshu Kumar M3-26/+102
2019-07-30commented out bad tests, will revisitDeWayne Filppi1-34/+31
Change-Id: I57e0e1378e743074b3fad3533756179776bfaf0b Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Issue-ID: SO-1836
2019-07-30Merge "Sonar fix: CreateVfModuleRequest.java"Seshu Kumar M1-1/+2
2019-07-30Merge "Sonar fix: HealthStackAudit.java"Seshu Kumar M1-1/+2
2019-07-30Merge "fix architecture.rst formatting"Seshu Kumar M1-20/+12
2019-07-30Merge "Javadoc and logging improvement"Seshu Kumar M2-3/+99
2019-07-30Merge "fix malformed tables in docs"Seshu Kumar M1-240/+240
2019-07-30Merge "Sonar Fix: VduArtifact.java"Seshu Kumar M1-10/+10
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-30Replaced constructor call with valueOf() call toOleksandr Moliavko1-1/+1
remove static analyzer warning about inefficient use of constructor Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I5b6285aa8708b57bb54a90d38130a21b07c2b2c5
2019-07-30Merge "repair vfcInstanceGroup order"Seshu Kumar M2-16/+102
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-29apih allowing requests with the same requestidPlummer, Brittany3-26/+102
Updated filters to throw error on duplicate requestId Added message indicating exception will be thrown Added unit tests for requestIdFilters Added access modifier in filter test Updated CloudApiRequests for successful deletion when InfraActiveRequest is deleted Removed changes from CloudApiRequests bean Updated repository to include deleteByRequestId Removed unused import from cloudApiRequests Removed deleteByRequestId from interface Updated to change type of extended jparepository Removed repository added for CloudApiRequests Updated uri check to remove '/' from checked string Updated returned on failing junit test Updated access modifiers for logger and createRequestError Issue-ID: SO-2166 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id0cee672567b15e0a3eb1acfbdfb967945494500
2019-07-29Merge "Implement TLS for calls into VNFM adapter"Steve Smokowski7-5/+75
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 Smokowski10-13/+26
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 "Add SpringClientFilter in ValetClient to autolog"Steve Smokowski1-6/+6
2019-07-29Merge "set multi-stage flag in listener to log success"Steve Smokowski2-1/+4
2019-07-29Merge "store heat env file sent to heat"Steve Smokowski3-2/+56
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-29repair vfcInstanceGroup orderzm3302-16/+102
Issue-ID: SO-2164 Change-Id: I827342692dc4e4241b22c6eb8dd455b2b9385fa8 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
2019-07-26Upgrade springboot.version from 2.0.5 to 2.1.5.Sangalang, Felix10-13/+26
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-26fix malformed tables in docsk.kazak1-240/+240
Fixed malformed tables in SO Interfaces documentation page Change-Id: I77e4a272bbcc735da8c07dc45cf548787091e0a0 Issue-ID: SO-2152 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-07-26Merge changes I3e363f64,I52ec2fc9subhash kumar singh4-18/+19
* changes: include a bak folder for obsolete files updated the doc as per the request
2019-07-26Merge "Fixed sonar issue in QueryServiceVnfs.java"Seshu Kumar M1-3/+2
2019-07-26Merge "Fix the License issue inside the sample csar"subhash kumar singh1-0/+0
2019-07-26Merge "Enhanced List Level flow with backward support"Seshu Kumar M9-166/+311
2019-07-26Merge "Javadoc and logging improvement"Seshu Kumar M2-0/+50
2019-07-26Merge "fix image urls in docs"Byung-Woo Jun2-6/+6
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-26Merge "update readme.md"Byung-Woo Jun1-85/+88
2019-07-25Add SpringClientFilter in ValetClient to autologMcblain, Thomas1-6/+6
Add SpringClientFilter in ValetClient to autolog msgs Modify to use our RestTemplateConfig for RestTemplate Use Provider for thread-safe RestTemplate autowire Issue-ID: SO-2160 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02d1995ebd6d2c93477008feb13193d3c0b3cd05
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-25store heat env file sent to heatGamboa, Gilbert3-2/+56
Initial commit, include heat environment info in cloud-api_requests. Updated MSOHeatUtilsTest.saveStackTest unit test to assert cloudApiRequests requestBody Issue-ID: SO-2158 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I333cae7746459917ba5e64feb07db4f710b8d99b
2019-07-25fix image urls in docsKatsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자2-6/+6
Corrected image URL for SO Install Docker documentation page Corrected images URLs for SO Configure git & gerrit documentation page Issue-ID: SO-2150, SO-2151 Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com> Change-Id: Ib163c3159ae284f6c731795b0cbb53ed176ade11