aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Merge "Define constants in place of repeated literals Defined constants to ↵Seshu Kumar M2-12/+16
avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found"
2019-04-23Merge "Define constant for String literal"Seshu Kumar M1-3/+4
2019-04-23Merge "Remove unused private field and replace repeated string with constants."Seshu Kumar M3-7/+5
2019-04-23Merge "Define constant in place of repeated literals."Seshu Kumar M2-7/+8
2019-04-23Define constants in place of repeated literalsh003974752-12/+16
Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found Change-Id: I6e3808fc462c9c87f5cfbe81f39aad3187b49930 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Merge "Declare constant for String literal"Seshu Kumar M2-7/+9
2019-04-23Merge "Reorder modifiers to comply with java standards"Seshu Kumar M1-2/+2
2019-04-23Merge "Shift constructor to comply with coding standards"Seshu Kumar M1-17/+17
2019-04-23Define constant in place of repeated literals.h003974752-7/+8
Defined a constant instead of repeatedly using literals. Issue-ID: SO-1490 Change-Id: I4fc4eddeebf42436d6198ba92d7c8bfa8f3394b0 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Merge "Remove unused imports"Seshu Kumar M7-39/+0
2019-04-23Merge "Move variable,constructor to comply with standard"Seshu Kumar M1-27/+27
2019-04-23Remove unused private field and replace repeated string with constants.h003974753-7/+5
Remove unused private field and replace repeated string with constants. Change-Id: I2e68cfb5e7d83e626cb2e274b7ea2989352f2867 Issue-ID: SO-1490 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Merge "Remove unused variables from class file. Remove unused local ↵Seshu Kumar M2-9/+6
variables from class files. Issue-ID: SO-1490"
2019-04-23Merge "Move String literal to left-hand side of equals"Seshu Kumar M1-2/+2
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-23Move String literal to left-hand side of equalsSindhuri.A1-2/+2
Move String literal to left-hand side of equals MavenLikeVersioning class Issue-ID: SO-1490 Change-Id: Ib19caaf367fbf5b85488cd63270186020d46d3ef Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-23Move variable,constructor to comply with standardSindhuri.A1-27/+27
Move variable,constructor to comply with coding standards Issue-ID: SO-1490 Change-Id: Id34939ad5b0be094a1b0301bee62f421b1298096 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-23Remove unused importsSindhuri.A7-39/+0
Remove unused imports catalog beans classes Issue-ID: SO-1490 Change-Id: I2061c2b293f85d4308c188beccfdb34cb17c3aed Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-23add vnfcInstanceGroup sequencezm3307-2/+140
Issue-ID: SO-1393 Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
2019-04-22Merge "Status message for create vf module event audit"Steve Smokowski24-172/+688
2019-04-22Shift constructor to comply with coding standardsSindhuri.A1-17/+17
Shift constructor to comply with coding standards CLoudifyRequest class Issue-ID: SO-1490 Change-Id: I63cfbf129bb4d44027cfa74a93f490e1d269ac52 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-22Reorder modifiers to comply with java standardsSindhuri.A1-2/+2
Reorder modifiers to comply with java standards CancelExecutionParams class Issue-ID: SO-1490 Change-Id: Id2eb6862482dbcaeb349ab466f44d54130d699a3 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-22Declare constant for String literalSindhuri.A2-7/+9
Declare constant for String literal cloudify v3 client classes Issue-ID: SO-1490 Change-Id: I8843bfb7aae5b25c6d9ad201c90a5bf9d3b0d577 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-22Define constant for String literalSindhuri.A1-3/+4
Define constant for String literal BlueprintsReource class Issue-ID: SO-1490 Change-Id: Iebe6399d36d9124910facfafd18b40929ea98f02 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
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>