aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15Changing log level for org.reflectionswaqas.ikram1-181/+177
Change-Id: I901a640889cf935325524fc99303aa8e77f60ed7 Issue-ID: SO-2358 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-10-15Removed unused SerializableChecker class; updatedOleksandr Moliavko3-329/+1
imports in SerializationTest class Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ifcbe5352bf5710a3527eeb394e516d3d864537db
2019-10-15Cleanup - removed unused variables and methods,Oleksandr Moliavko4-158/+4
redundant initializers in several places Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I15ae50cf327d3d125f9d86c34281093bef677c71
2019-10-15Merge "Cleaning up unused variables and redundant initializers to remove ↵Lukasz Muszkieta2-17/+2
static analyzer warnings"
2019-10-15Cleaning up unused variables and redundant initializers toOleksandr Moliavko2-17/+2
remove static analyzer warnings Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I5dee12e1935c152865963359d0fc869673393aad
2019-10-14Removed variable and changed visibilityMnushkin, Dmitry1-4/+1
Removed variable and changed visibility Issue-ID: SO-2455 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4bd1129e69f4f2f84ca0847a1006c02ad2d5aef
2019-10-14Merge "General sonar fixes"Lukasz Muszkieta3-4/+2
2019-10-14Add column to catalog dbBoslet, Cory4-3/+23
Add column to catalog db for fabric support on cloud regions Issue-ID: SO-2442 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0ecf4eba1198277ccb99627f51682c1d29881c
2019-10-14Merge "Added throw statement for created exception object to prevent static ↵Lukasz Muszkieta1-2/+2
analyzer warning about exception ending up never thrown; removed redundant initializer for serviceFromDB variable"
2019-10-14Merge "feature request to mso to save name on deletes"Steve Smokowski2-140/+202
2019-10-14update scheduled tasks to have mdc setupPlummer, Brittany8-7/+216
Added MDCSetup for Scheduled Tasks Added tests for ScheduledTasksMDCSetup Added required fields for audit log and markers Issue-ID: SO-2444 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I05e8032ed934abd76d898559c51230761d36b78c
2019-10-14remove license issuesseshukm1-0/+0
Issue-ID: SO-2446 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I00d93bf488f813d6bae1f254411960746dff0a34
2019-10-14Release notes updation for release.Isaac Manuel Raj1-8/+111
Updated the release notes for Issues, stories and epics. Issue-ID: SO-2328 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: Iced7394efbf5a9b93ab789eabad96dcb537b6fd3
2019-10-11initial commit for the release notesseshukm1-0/+70
Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I408496eef933396c700b4676736a4cfa78507b4e (cherry picked from commit f5d05f899c17f7c69a6a584d4e0c8c6ed8984630)
2019-10-10Merge "- Increased version to 1.5.1 to get new client"Seshu Kumar M1-1/+1
2019-10-10Added throw statement for created exception objectOleksandr Moliavko1-2/+2
to prevent static analyzer warning about exception ending up never thrown; removed redundant initializer for serviceFromDB variable Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ic82acabfc213be3f1132e8525fdac188e6599338
2019-10-09feature request to mso to save name on deletesPlummer, Brittany2-140/+202
Updated to fix instanceName getting cleared Updated to pass requestId string instead of executebb Updated tests to fix compliation issues Moved log line to right before actual update Updated documentation for invoke delete service instance flow no instance name Issue-ID: SO-2426 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I049120e60e8fe69147375d628fad0cbefd0d9afe
2019-10-09Merge "mso should not send content type http header to"Steve Smokowski3-6/+24
2019-10-09Merge "Changed task names in bpmn"Steve Smokowski1-21/+21
2019-10-09Merge "Fix issue where user cannot create a recipe via"Steve Smokowski4-1/+47
2019-10-09Merge "Add model info on CHANGEASSIGN req to SDNC"Steve Smokowski2-0/+69
2019-10-09Merge "Converted tests to use LATEST"Steve Smokowski6-27/+37
2019-10-09Merge "VNFM Simulator Removed. Moved to CSIT."Steve Smokowski46-20122/+1
2019-10-09Merge "Improved error handling"Steve Smokowski11-48/+230
2019-10-09Improved error handlingMichaelMorris11-48/+230
Change-Id: Iac436f6a950bf61ac6321ef1d427a7bb14774e30 Issue-ID: SO-2395 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-10-08- Increased version to 1.5.1 to get new clientMerkel, Jeff1-1/+1
- Increased version to 1.5.1 to get new client changes Issue-ID: SO-2402 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I70cf15012547857e10360b1ba2d0cedfeb938e48
2019-10-08Fix Blocking distribution of K8S ServiceEric Multanen3-1/+5
Restore code removed in https://gerrit.onap.org/r/c/so/+/95685 to prevent SO from failing to handle distribution of k8s service. which contains cloud technology artifact. Change-Id: Ic4182daf3a6cf698b2122e43c65bbb94425588f6 Issue-ID: SO-2357 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-10-08VNFM Simulator Removed. Moved to CSIT.AndrewLamb46-20122/+1
Change-Id: I6c439615d52751578200ef84aacb20b0263b3846 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-10-07Converted tests to use LATESTGamboa, Gilbert6-27/+37
Always use LATEST for A&AI based tests rather than a particular version Issue-ID: SO-2398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7840b46f8d50b74a6e6b98270c4f3febc4d0b993
2019-10-07Merge "Update catalog db client to specify larger page"Steve Smokowski1-2/+2
2019-10-07Add model info on CHANGEASSIGN req to SDNCKuleshov, Elena2-0/+69
Add model info on CHANGEASSIGN req to SDNC Issue-ID: SO-2397 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieaf61e065273581512d797055dd7aef6f2a942d7
2019-10-07Changed task names in bpmnBoslet, Cory1-21/+21
Changed task names in bpmn to be more understandable Issue-ID: SO-2396 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I270dbb6a40fc32eb61b7c382b3a81c98ce97e71a
2019-10-07SO Distribution Error on Allotted Resourcesarada prasad sahoo10-1/+1254
SO Distribution Error on Allotted Resource - duplicate primary Issue-ID: SO-2351 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Iae7bda27ac4975b5ede657ac485472bbc6e88c56
2019-10-04Merge "Update logging version to 1.5.1"Byung-Woo Jun1-3/+3
2019-10-04Fix issue where user cannot create a recipe viaSmokowski, Steven4-1/+47
Fix issue where user cannot create a recipe via rest Issue-ID: SO-2394 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia21131a1179cbba2652aae30451a25a90ac00e51
2019-10-04Update catalog db client to specify larger pageSmokowski, Steven1-2/+2
Update catalog db client to specify larger page size Issue-ID: SO-2393 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3f0856e6b278e341f5b1a5867e1d3031a64edab6
2019-10-04Merge "Revert "basic auth for so-monitoring""Byung-Woo Jun19-611/+39
2019-10-04Merge "bug fix with wrong json handling in ConfigAssignVnf"Steve Smokowski2-18/+69
2019-10-04Merge "Added null checks for bp to prevent exceptions at bp.getId() calls; ↵Lukasz Muszkieta1-8/+13
fixed omissions in methods control logic; removed unneeded catch blocks"
2019-10-04Revert "basic auth for so-monitoring"k.kazak19-611/+39
This reverts commit 3cc4c5bf37b4ae20a9809c329ad8aa1889aadbdd. Change-Id: I66ae23f1ef82f28c78986d58ce3373b56e950c7b Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-10-04Added null checks for bp to prevent exceptions atOleksandr Moliavko1-8/+13
bp.getId() calls; fixed omissions in methods control logic; removed unneeded catch blocks Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I8347b953381ebb4a112a22fc8c58a9a32f2dbfb7
2019-10-04Merge "Removed unused private method getProcessInstanceId() to prevent ↵Lukasz Muszkieta1-13/+0
static analyzer warning"
2019-10-04bug fix with wrong json handling in ConfigAssignVnfLukasz Muszkieta2-18/+69
Change-Id: Ib1a51a69bf421e33e439da6f1cb0abafd760cca2 Issue-ID: SO-2382 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-10-03Update logging version to 1.5.1Marcus G K Williams1-3/+3
This will solve issue where OOF is not a logging component. Issue-ID: SO-2378 Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-10-03Merge "Added null check for executions variable to prevent a static analyzer ↵Lukasz Muszkieta1-1/+1
warning"
2019-10-03Merge "Updated VNFM adapter security readme"Byung-Woo Jun2-16/+9
2019-10-03Merge "Add null check for the InfraActiveRequests lookup"Steve Smokowski3-55/+66
2019-10-03Merge "Improve fall out case handling"Steve Smokowski31-524/+263
2019-10-03General sonar fixesArindam Mondal3-4/+2
Issue-ID: SO-2381 Change-Id: I58c41ec7295838465a8af28721842625ee828a17 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-10-03Removed unused private method getProcessInstanceId()Oleksandr Moliavko1-13/+0
to prevent static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Iab8cba14eb519f8c36f4f3ddd3fde2e50ac7147b