summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Remove unused variables from class file.h003974752-9/+6
Remove unused local variables from class files. Issue-ID: SO-1490 Change-Id: I8d0a39183883d97ab54ea04ce62f520247958a48 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-22Merge "Status message for create vf module event audit"Steve Smokowski24-172/+688
2019-04-21Status message for create vf module event auditBenjamin, Max (mb388a)24-172/+688
Added appc to application-test due to new dependency in openstack Updated exception class to inject mock into class for junits. Added error handling support for when create audit fails. Added error handling for when create audit fails and added test Updated test schema file to create table and added field. Updated pom file to relfect typo in change made. Updated locaton of pojos for audit code Updated test schema file to create table and added field. Updated pom file to relfect typo in change made. Comitting files that i forgot to stage from previous commit Updated locaton of pojos for audit code Additional fixes including vnfcname and null check Fixed bug in delete audit failure check and reverted gateway change. Change-Id: I993ce377dd6407960a65b4940d83d8162b24633c Issue-ID: SO-1792 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-21Merge "Add existing vnf customization for service"Seshu Kumar M1-1/+15
2019-04-21Merge "Substitute string literal with constant"Seshu Kumar M2-9/+8
2019-04-21Merge "Move String literal to left-hand side of equals"Seshu Kumar M1-2/+2
2019-04-21Merge "Remove unused import,replace type specification"Seshu Kumar M2-2/+2
2019-04-21Merge "Replace type specification,Remove unused import"Seshu Kumar M2-2/+1
2019-04-21Merge "Remove import,variable,shift constructor call"Seshu Kumar M1-11/+9
2019-04-21Merge "Replace String literal with constant"Seshu Kumar M1-10/+9
2019-04-21Merge "Reallocate Constructor call"Seshu Kumar M1-2/+2
2019-04-21Merge "Replace String literal with a constant"Seshu Kumar M1-4/+5
2019-04-21Merge "Remove unused logger"Seshu Kumar M3-3/+0
2019-04-21Merge "Move Constructor call"Seshu Kumar M1-2/+2
2019-04-21Merge "Shift Constructor call"Seshu Kumar M1-2/+2
2019-04-21Define String Literal,use in place constantSindhuri.A1-5/+5
Define String Literal,use in place constant InfraActiveRequestsRepositoryImpl Issue-ID: SO-1490 Change-Id: I5310726dee33fda3e79ddcfdc8c077c0ef648e4b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-21Reallocate Constructor callSindhuri.A1-2/+2
Reallocate Constructor call api handler common Constants class Issue-ID: SO-1490 Change-Id: I07ec6ca98019860105361f622a792abdf726f30b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-21Move Constructor callSindhuri.A1-2/+2
Move Constructor call CamundaResponse class Issue-ID: SO-1490 Change-Id: I60d31c31dff8a27319a0e85624c4d7b1eeeca032 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-21Shift Constructor callSindhuri.A1-2/+2
Shift Constructor call CamundaResponse class Issue-ID: SO-1490 Change-Id: Ie4105120b0ddc50281149c65b0186b89d4570359 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Replace String literal with constantSindhuri.A1-10/+9
Replace String literal with a constant VnfAdapterNotify_Service class Issue-ID: SO-1490 Change-Id: Iebcfb6254fce98cc09e772389629bba2af169194 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove import,variable,shift constructor callSindhuri.A1-11/+9
Remove unused import,variable,shift constructor call MsoVnfPluginAdapterImpl class Issue-ID: SO-1490 Change-Id: I1d722d7157ccbb9366dfe0ae60529c40615bb8e3 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Replace String literal with a constantSindhuri.A1-4/+5
Replace String literal with a constant MsoVnfCloudifyAdapterImpl class Issue-ID: SO-1490 Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Replace type specification,Remove unused importSindhuri.A2-2/+1
Replace type specification,Remove unused import sniro beans Issue-ID: SO-1490 Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove unused import,replace type specificationSindhuri.A4-4/+3
Remove unused logger,replace type specification sniro beans classes Issue-ID: SO-1490 Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Move String literal to left-hand side of equalsSindhuri.A1-2/+2
Move String literal to left-hand side of equals SniroValidator class Issue-ID: SO-1490 Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Add existing vnf customization for servicesubhash kumar singh1-1/+15
Add existing vnf customiation for service if they are exit in db. Otherwise vnf_resource_customization_to_service will hold only last process VF while parsing. Change-Id: I52ea9dec58630e61eae88e7c9325aa37d64c00d6 Issue-ID: SO-1805 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-20Substitute string literal with constantSindhuri.A2-9/+8
Substitute string literal with constant SO client sdnc classes Issue-ID: SO-1490 Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove unused loggerSindhuri.A3-3/+0
Remove unused logger client orchestration classes Issue-ID: SO-1490 Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Merge "Remove unused imports, logger"Seshu Kumar M2-3/+0
2019-04-20Merge "Added constant for maxElapsedTime"Seshu Kumar M1-1/+2
2019-04-20Merge "Remove logger, unused import"Seshu Kumar M3-3/+0
2019-04-20Merge "Change variable name to match regex"Seshu Kumar M1-12/+12
2019-04-20Merge "change modifier order,remove unused import"Seshu Kumar M3-4/+2
2019-04-20Merge "Substitute String Literal with Constant"Seshu Kumar M1-32/+30
2019-04-20Merge "Replace String Literal with a Constant"Seshu Kumar M1-3/+4
2019-04-20Merge "Replace String Literals with Constant"Seshu Kumar M1-9/+10
2019-04-20Merge "Change variable name to match regex,remove logger"Seshu Kumar M1-3/+2
2019-04-20Merge "Add SO update config file -application.yaml file"Seshu Kumar M1-1/+0
2019-04-20Merge "Move String literal to left-hand side of equals"Seshu Kumar M1-2/+2
2019-04-20Added constant for maxElapsedTimeSindhuri.A1-1/+2
Added constant for maxElapsedTime DmaapConsumer.java Issue-ID: SO-1490 Change-Id: Ifed2ea57eb4cfb42fc7a34ebf7bfd2c8954b05b0 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Merge "change modifier order,replacce type specification"Seshu Kumar M2-3/+2
2019-04-20Merge "Shift String literal to left-hand side of equals"Seshu Kumar M1-3/+3
2019-04-20Merge "Replace type specification"Seshu Kumar M4-4/+4
2019-04-20Merge "Replace type spec, shift modifier order"Seshu Kumar M1-2/+2
2019-04-20Merge "Shift modifier order, Replace type spec"Seshu Kumar M2-3/+3
2019-04-20Remove unused imports, loggerSindhuri.A2-3/+0
Remove unused imports, logger client orchestration classes Issue-ID: SO-1490 Change-Id: Id594765483cd46f2c73562c621ca637eba133476 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove logger, unused importSindhuri.A3-3/+0
Remove logger, unused import client orchestration classes Issue-ID: SO-1490 Change-Id: I76edd3a0aaafdbe54a632cfea419c8593275cc3d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regex,remove loggerSindhuri.A1-3/+2
Change variable name to match regex,remove logger AAIVfModuleResources Issue-ID: SO-1490 Change-Id: I4f79977324bf9572c58faf99d3c9209da42f2f20 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regexSindhuri.A1-12/+12
Change variable name to match regex AAIServiceInstanceResources Issue-ID: SO-1490 Change-Id: Ifd0179788d4d3d024e352629f0921e5771065570 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Shift modifier order, Replace type specSindhuri.A2-3/+3
Shift modifier order, Replace type spec sdno beans classes Issue-ID: SO-1490 Change-Id: Ie1190d668fcb7d491dce7982b0b9393ca4d76b17 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>