aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-31Merge "fix install SO docs"Seshu Kumar M1-8/+12
2019-07-31Merge "Replaced constructor call with Boolean.valueOf() call to prevent ↵Seshu Kumar M1-1/+1
static analyzer warning about inefficient use of constructor"
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-30Replaced constructor call with Boolean.valueOf() callOleksandr Moliavko1-1/+1
to prevent static analyzer warning about inefficient use of constructor Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Id5a883628726bdd0313a46ea4808a36eccf03c9a
2019-07-30fix install SO docsk.kazak1-8/+12
Fix warning in Install Configure SO doc Fix image urls in Install Configure SO doc Change-Id: I95cdb6898893d3a3ae3cbac430f5359e01a7500a Issue-ID: SO-2149 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-07-30Merge "apih allowing requests with the same requestid"Seshu Kumar M3-26/+102
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-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-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-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