aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22remove python heatstack method call, use javaMnushkin, Dmitry1-35/+4
remove python heatstack method call, use java Issue-ID: SO-2479 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I91c41cd8bd560e054cd2a87a6cbdaf0f5e86759a
2019-10-22Merge "add junit coverage and sonar fix"Steve Smokowski3-22/+66
2019-10-22Merge "- Remove proprietary csar files from project."Steve Smokowski3-132/+0
2019-10-22Merge "Add flyway script to disable 18.5.2c for v1"Steve Smokowski1-0/+3
2019-10-22Merge "- Update ResourceInput column length and check"Steve Smokowski2-27/+40
2019-10-22Merge "Fortify scan reports vulnerability on"Steve Smokowski1-0/+3
2019-10-22Merge "Release notes updation for release."Seshu Kumar M1-1/+2
2019-10-21Fortify scan reports vulnerability onGamboa, Gilbert1-0/+3
Fortify scan reports vulnerability on SDCRequestTasks.java. Recommends to set following features on XML factory factory.setFeature("http://xml.org/sax/features/external-general-entitie s", false); factory.setFeature("http://xml.org/sax/features/external-parameter-entit ies", false); factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl ", true); Issue-ID: SO-2465 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I33d9b16e8836af102523d7d6bc3fc7c2a09d5b64
2019-10-21Merge "Removed unused SerializableChecker class; updated imports in ↵Lukasz Muszkieta3-329/+1
SerializationTest class"
2019-10-21Merge "Cleanup - removed unused variables and methods, redundant ↵Lukasz Muszkieta4-158/+4
initializers in several places"
2019-10-18- Update ResourceInput column length and checkMerkel, Jeff2-27/+40
- Update ResourceInput column length and check for existing vnfc's. Issue-ID: SO-2462 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0b0168453d3c20bb6d88a33ec82788f449bf3593
2019-10-18add junit coverage and sonar fixLukasz Muszkieta3-22/+66
Change-Id: I80632046b259cd75b0ab57e2c7bf673c3d021bcd Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-10-18- Remove proprietary csar files from project.Merkel, Jeff3-132/+0
- Remove proprietary csar files from project. Issue-ID: SO-2461 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I344ba6a7c907a380360b7f289afa796eeac3a36e
2019-10-17Release notes updation for release.Isaac Manuel Raj1-1/+2
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: I450e9f61563e1ecf56548a07535986c42c7675f3
2019-10-17Merge "Release notes updation for release."Seshu Kumar M1-8/+111
2019-10-16Add flyway script to disable 18.5.2c for v1Mnushkin, Dmitry1-0/+3
Add flyway script to disable 18.5.2c for v1 Issue-ID: SO-2458 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic61b544c6047e110dfed19c0b39b1cb1f0c304e6
2019-10-16Merge "Add column to catalog db"Steve Smokowski4-3/+23
2019-10-16Merge "Removed variable and changed visibility"Steve Smokowski1-4/+1
2019-10-16Merge "update scheduled tasks to have mdc setup"Steve Smokowski8-7/+216
2019-10-16Edit SO architecture.rst, to add link to further VNFM Adapter/ETSI CSIT ↵rope2521-0/+2
documentation Change-Id: I0a68bfae11fa10c0dcad0fc30b150a46d50b8612 Issue-ID: SO-2457 Signed-off-by: rope252 <gareth.roper@est.tech>
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