NITIN KAWA [Wed, 24 Apr 2019 08:43:56 +0000 (08:43 +0000)]
Removal of unused local variables.
Removal of unused local guidelines as per guidelines.
Issue-ID: SO-1490
Change-Id: I54df34d24a88b5cf7a4e3f0a222ff334b85ebe83
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
Seshu Kumar M [Tue, 23 Apr 2019 13:02:39 +0000 (13:02 +0000)]
Merge "Define constants in place of repeated literals Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found"
Seshu Kumar M [Tue, 23 Apr 2019 11:50:45 +0000 (11:50 +0000)]
Merge "Define constant for String literal"
Seshu Kumar M [Tue, 23 Apr 2019 11:49:26 +0000 (11:49 +0000)]
Merge "Remove unused private field and replace repeated string with constants."
Seshu Kumar M [Tue, 23 Apr 2019 11:48:38 +0000 (11:48 +0000)]
Merge "Define constant in place of repeated literals."
h00397475 [Tue, 23 Apr 2019 10:55:42 +0000 (16:25 +0530)]
Define constants in place of repeated literals
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>
Seshu Kumar M [Tue, 23 Apr 2019 10:42:12 +0000 (10:42 +0000)]
Merge "Declare constant for String literal"
Seshu Kumar M [Tue, 23 Apr 2019 10:26:38 +0000 (10:26 +0000)]
Merge "Reorder modifiers to comply with java standards"
Seshu Kumar M [Tue, 23 Apr 2019 10:21:50 +0000 (10:21 +0000)]
Merge "Shift constructor to comply with coding standards"
h00397475 [Tue, 23 Apr 2019 10:21:36 +0000 (15:51 +0530)]
Define constant in place of repeated literals.
Defined a constant instead of repeatedly using literals.
Issue-ID: SO-1490
Change-Id: I4fc4eddeebf42436d6198ba92d7c8bfa8f3394b0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
Seshu Kumar M [Tue, 23 Apr 2019 10:21:23 +0000 (10:21 +0000)]
Merge "Remove unused imports"
Seshu Kumar M [Tue, 23 Apr 2019 10:13:41 +0000 (10:13 +0000)]
Merge "Move variable,constructor to comply with standard"
h00397475 [Tue, 23 Apr 2019 09:59:12 +0000 (15:29 +0530)]
Remove unused private field and replace repeated string with constants.
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>
Seshu Kumar M [Tue, 23 Apr 2019 09:52:36 +0000 (09:52 +0000)]
Merge "Remove unused variables from class file. Remove unused local variables from class files. Issue-ID: SO-1490"
Seshu Kumar M [Tue, 23 Apr 2019 09:51:49 +0000 (09:51 +0000)]
Merge "Move String literal to left-hand side of equals"
h00397475 [Tue, 23 Apr 2019 06:47:35 +0000 (12:17 +0530)]
Remove unused variables from class file.
Remove unused local variables from class files.
Issue-ID: SO-1490
Change-Id: I8d0a39183883d97ab54ea04ce62f520247958a48
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
Sindhuri.A [Tue, 23 Apr 2019 06:14:11 +0000 (11:44 +0530)]
Move String literal to left-hand side of equals
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>
Sindhuri.A [Tue, 23 Apr 2019 05:32:18 +0000 (11:02 +0530)]
Move variable,constructor to comply with standard
Move variable,constructor to comply with coding standards
Issue-ID: SO-1490
Change-Id: Id34939ad5b0be094a1b0301bee62f421b1298096
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Tue, 23 Apr 2019 04:49:42 +0000 (10:19 +0530)]
Remove unused imports
Remove unused imports catalog beans classes
Issue-ID: SO-1490
Change-Id: I2061c2b293f85d4308c188beccfdb34cb17c3aed
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
zm330 [Tue, 23 Apr 2019 02:46:53 +0000 (10:46 +0800)]
add vnfcInstanceGroup sequence
Issue-ID: SO-1393
Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Steve Smokowski [Mon, 22 Apr 2019 13:35:31 +0000 (13:35 +0000)]
Merge "Status message for create vf module event audit"
Sindhuri.A [Mon, 22 Apr 2019 09:19:42 +0000 (14:49 +0530)]
Shift constructor to comply with coding standards
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>
Sindhuri.A [Mon, 22 Apr 2019 09:23:47 +0000 (14:53 +0530)]
Reorder modifiers to comply with java standards
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>
Sindhuri.A [Mon, 22 Apr 2019 05:37:28 +0000 (11:07 +0530)]
Declare constant for String literal
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>
Sindhuri.A [Mon, 22 Apr 2019 02:13:41 +0000 (07:43 +0530)]
Define constant for String literal
Define constant for String literal BlueprintsReource class
Issue-ID: SO-1490
Change-Id: Iebe6399d36d9124910facfafd18b40929ea98f02
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Benjamin, Max (mb388a) [Sun, 21 Apr 2019 15:11:21 +0000 (11:11 -0400)]
Status message for create vf module event audit
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>
Seshu Kumar M [Sun, 21 Apr 2019 17:38:05 +0000 (17:38 +0000)]
Merge "Add existing vnf customization for service"
Seshu Kumar M [Sun, 21 Apr 2019 17:30:37 +0000 (17:30 +0000)]
Merge "Substitute string literal with constant"
Seshu Kumar M [Sun, 21 Apr 2019 17:27:27 +0000 (17:27 +0000)]
Merge "Move String literal to left-hand side of equals"
Seshu Kumar M [Sun, 21 Apr 2019 17:22:43 +0000 (17:22 +0000)]
Merge "Remove unused import,replace type specification"
Seshu Kumar M [Sun, 21 Apr 2019 17:19:45 +0000 (17:19 +0000)]
Merge "Replace type specification,Remove unused import"
Seshu Kumar M [Sun, 21 Apr 2019 17:13:29 +0000 (17:13 +0000)]
Merge "Remove import,variable,shift constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 17:00:38 +0000 (17:00 +0000)]
Merge "Replace String literal with constant"
Seshu Kumar M [Sun, 21 Apr 2019 16:58:21 +0000 (16:58 +0000)]
Merge "Reallocate Constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 16:56:46 +0000 (16:56 +0000)]
Merge "Replace String literal with a constant"
Seshu Kumar M [Sun, 21 Apr 2019 16:55:39 +0000 (16:55 +0000)]
Merge "Remove unused logger"
Seshu Kumar M [Sun, 21 Apr 2019 16:54:03 +0000 (16:54 +0000)]
Merge "Move Constructor call"
Seshu Kumar M [Sun, 21 Apr 2019 16:52:13 +0000 (16:52 +0000)]
Merge "Shift Constructor call"
Sindhuri.A [Sun, 21 Apr 2019 10:33:08 +0000 (16:03 +0530)]
Define String Literal,use in place constant
Define String Literal,use in place constant InfraActiveRequestsRepositoryImpl
Issue-ID: SO-1490
Change-Id: I5310726dee33fda3e79ddcfdc8c077c0ef648e4b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sun, 21 Apr 2019 07:57:53 +0000 (13:27 +0530)]
Reallocate Constructor call
Reallocate Constructor call api handler common Constants class
Issue-ID: SO-1490
Change-Id: I07ec6ca98019860105361f622a792abdf726f30b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sun, 21 Apr 2019 06:38:25 +0000 (12:08 +0530)]
Move Constructor call
Move Constructor call CamundaResponse class
Issue-ID: SO-1490
Change-Id: I60d31c31dff8a27319a0e85624c4d7b1eeeca032
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sun, 21 Apr 2019 06:24:37 +0000 (11:54 +0530)]
Shift Constructor call
Shift Constructor call CamundaResponse class
Issue-ID: SO-1490
Change-Id: Ie4105120b0ddc50281149c65b0186b89d4570359
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 13:49:40 +0000 (19:19 +0530)]
Replace String literal with constant
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>
Sindhuri.A [Sat, 20 Apr 2019 13:34:30 +0000 (19:04 +0530)]
Remove import,variable,shift constructor call
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>
Sindhuri.A [Sat, 20 Apr 2019 13:24:59 +0000 (18:54 +0530)]
Replace String literal with a constant
Replace String literal with a constant MsoVnfCloudifyAdapterImpl class
Issue-ID: SO-1490
Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 11:31:16 +0000 (17:01 +0530)]
Replace type specification,Remove unused import
Replace type specification,Remove unused import sniro beans
Issue-ID: SO-1490
Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 11:18:30 +0000 (16:48 +0530)]
Remove unused import,replace type specification
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>
Sindhuri.A [Sat, 20 Apr 2019 11:09:50 +0000 (16:39 +0530)]
Move String literal to left-hand side of equals
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>
subhash kumar singh [Sat, 20 Apr 2019 10:50:08 +0000 (16:20 +0530)]
Add existing vnf customization for service
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>
Sindhuri.A [Sat, 20 Apr 2019 08:36:40 +0000 (14:06 +0530)]
Substitute string literal with constant
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>
Sindhuri.A [Sat, 20 Apr 2019 07:37:30 +0000 (13:07 +0530)]
Remove unused logger
Remove unused logger client orchestration classes
Issue-ID: SO-1490
Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 07:35:48 +0000 (07:35 +0000)]
Merge "Remove unused imports, logger"
Seshu Kumar M [Sat, 20 Apr 2019 07:35:03 +0000 (07:35 +0000)]
Merge "Added constant for maxElapsedTime"
Seshu Kumar M [Sat, 20 Apr 2019 07:34:04 +0000 (07:34 +0000)]
Merge "Remove logger, unused import"
Seshu Kumar M [Sat, 20 Apr 2019 06:55:14 +0000 (06:55 +0000)]
Merge "Change variable name to match regex"
Seshu Kumar M [Sat, 20 Apr 2019 06:54:17 +0000 (06:54 +0000)]
Merge "change modifier order,remove unused import"
Seshu Kumar M [Sat, 20 Apr 2019 06:52:33 +0000 (06:52 +0000)]
Merge "Substitute String Literal with Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:51:54 +0000 (06:51 +0000)]
Merge "Replace String Literal with a Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:51:28 +0000 (06:51 +0000)]
Merge "Replace String Literals with Constant"
Seshu Kumar M [Sat, 20 Apr 2019 06:50:20 +0000 (06:50 +0000)]
Merge "Change variable name to match regex,remove logger"
Seshu Kumar M [Sat, 20 Apr 2019 06:40:34 +0000 (06:40 +0000)]
Merge "Add SO update config file -application.yaml file"
Seshu Kumar M [Sat, 20 Apr 2019 06:38:17 +0000 (06:38 +0000)]
Merge "Move String literal to left-hand side of equals"
Sindhuri.A [Fri, 19 Apr 2019 17:45:43 +0000 (23:15 +0530)]
Added constant for maxElapsedTime
Added constant for maxElapsedTime DmaapConsumer.java
Issue-ID: SO-1490
Change-Id: Ifed2ea57eb4cfb42fc7a34ebf7bfd2c8954b05b0
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:33:52 +0000 (06:33 +0000)]
Merge "change modifier order,replacce type specification"
Seshu Kumar M [Sat, 20 Apr 2019 06:32:26 +0000 (06:32 +0000)]
Merge "Shift String literal to left-hand side of equals"
Seshu Kumar M [Sat, 20 Apr 2019 06:27:36 +0000 (06:27 +0000)]
Merge "Replace type specification"
Seshu Kumar M [Sat, 20 Apr 2019 06:25:48 +0000 (06:25 +0000)]
Merge "Replace type spec, shift modifier order"
Seshu Kumar M [Sat, 20 Apr 2019 06:25:22 +0000 (06:25 +0000)]
Merge "Shift modifier order, Replace type spec"
Sindhuri.A [Sat, 20 Apr 2019 06:05:30 +0000 (11:35 +0530)]
Remove unused imports, logger
Remove unused imports, logger client orchestration classes
Issue-ID: SO-1490
Change-Id: Id594765483cd46f2c73562c621ca637eba133476
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 05:54:04 +0000 (11:24 +0530)]
Remove logger, unused import
Remove logger, unused import client orchestration classes
Issue-ID: SO-1490
Change-Id: I76edd3a0aaafdbe54a632cfea419c8593275cc3d
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 05:47:06 +0000 (11:17 +0530)]
Change variable name to match regex,remove logger
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>
Sindhuri.A [Sat, 20 Apr 2019 05:40:41 +0000 (11:10 +0530)]
Change variable name to match regex
Change variable name to match regex AAIServiceInstanceResources
Issue-ID: SO-1490
Change-Id: Ifd0179788d4d3d024e352629f0921e5771065570
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 04:42:58 +0000 (10:12 +0530)]
Shift modifier order, Replace type spec
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>
Sindhuri.A [Sat, 20 Apr 2019 04:32:19 +0000 (10:02 +0530)]
Replace type spec, shift modifier order
Replace type spec, shift modifier order RequestHealthDiagnostic class
Issue-ID: SO-1490
Change-Id: I3255e164ebd839200e836de85764276e32d1cb48
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sat, 20 Apr 2019 04:23:54 +0000 (09:53 +0530)]
Replace type specification
Replace type specification sdno beans and openpojo rules classes
Issue-ID: SO-1490
Change-Id: I0076da23e467e178159b404335d3990a9adf301f
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Bonkur, Venkat (vb8416) [Fri, 19 Apr 2019 18:57:48 +0000 (14:57 -0400)]
Add SO update config file -application.yaml file
Added Dublin - update the catalog-db-adapter -application.yaml file
Remove the below line for flyway so that repeatable scripts are run.
repeatableSqlMigrationPrefix: RATT
Issue-ID: SO-1804
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I2329289e863f32e0e048b8bcc5cfa71d38f407a6
Sindhuri.A [Fri, 19 Apr 2019 18:24:57 +0000 (23:54 +0530)]
Shift String literal to left-hand side of equals
Shift String literal to left-hand side of equals DSLNodeKey class
Issue-ID: SO-1490
Change-Id: If9c15394876e8e662fc10501c90382861dfbced9
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Marcus Williams [Fri, 19 Apr 2019 18:02:18 +0000 (18:02 +0000)]
Merge "update the SO version"
Sindhuri.A [Fri, 19 Apr 2019 17:56:15 +0000 (23:26 +0530)]
Move String literal to left-hand side of equals
Move String literal to left-hand side of equals DSLNodeKey class
Issue-ID: SO-1490
Change-Id: Ie8b1b12aaf38bbb0f1f37a56f375ab4c002d6407
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 17:23:54 +0000 (22:53 +0530)]
change modifier order,replacce type specification
change modifier order,replacce type specification Body.java
Issue-ID: SO-1490
Change-Id: Ia3fc26f924c9a991eb8415aa5939d2757540b0de
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 17:15:58 +0000 (22:45 +0530)]
change modifier order,remove unused import
change modifier order,remove unused import SImpleUri class
Issue-ID: SO-1490
Change-Id: I3b4e0a690e4842539fd3dba0385fc5a5e9812bd5
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 16:22:31 +0000 (21:52 +0530)]
Substitute String Literal with Constant
Substitute String Literals with Constant MsoVnfCloudifyAdapterImpl class
Issue-ID: SO-1490
Change-Id: I5b8340049a85a5405f158cac2518c571b74bc440
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:40:25 +0000 (16:40 +0000)]
Merge "move constructor calling after variable declare"
Seshu Kumar M [Fri, 19 Apr 2019 16:38:19 +0000 (16:38 +0000)]
Merge "Build platform/cpu-agnostic SO container images on Arm platform"
Seshu Kumar M [Fri, 19 Apr 2019 16:15:41 +0000 (16:15 +0000)]
Merge "Add String constant for duplicate literals"
Sindhuri.A [Fri, 19 Apr 2019 16:15:34 +0000 (21:45 +0530)]
Replace String Literal with a Constant
Replace String Literals with Constant MsoVnfAdapterAsyncImpl class
Issue-ID: SO-1490
Change-Id: Iaf8519e6ec216bf8e79e56e76856019b50371616
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:14:37 +0000 (16:14 +0000)]
Merge "Replace String Literal with Constant"
Seshu Kumar M [Fri, 19 Apr 2019 16:13:54 +0000 (16:13 +0000)]
Merge "change modifiers order and method name"
Sindhuri.A [Fri, 19 Apr 2019 16:08:31 +0000 (21:38 +0530)]
Replace String Literals with Constant
Replace String Literals with Constant NetworkAdapterRest class
Issue-ID: SO-1490
Change-Id: I2b8aa59b971da7af1b1abda0fd137f55d3a32284
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
seshukm [Fri, 19 Apr 2019 15:57:36 +0000 (21:27 +0530)]
update the SO version
Issue-ID: SO-1802
Change-Id: I953de8728b7bf873ad929633e28ce7e1e73eabc2
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 15:00:18 +0000 (20:30 +0530)]
move constructor calling after variable declare
move constructor call after variable declaration HeatBridgeUtils
Issue-ID: SO-1490
Change-Id: Ieea4b037f1fbd001eae49f55aa073d1d4eab7379
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 15:11:25 +0000 (20:41 +0530)]
Replace String Literal with Constant
Replace String Literal with Constant MsoNetworkAdapterAsyncImpl class
Issue-ID: SO-1490
Change-Id: I906efda71f380c495bc4b6988a0d8f6c57d2983e
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 14:54:48 +0000 (20:24 +0530)]
move constructor call after variable declaration
move constructor call after variable declaration HeatBridgeConstants
Issue-ID: SO-1490
Change-Id: I568c4c724b2d80a3d14bbb9765a7dba0f37b780d
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 09:35:49 +0000 (15:05 +0530)]
Add String constant for duplicate literals
Added String constant for duplicate literals MsoVnfAdapterImpl class
Issue-ID: SO-1490
Change-Id: I1dba65ee9f7c5a01f34f0ca51191325eb6805ef5
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 14:40:39 +0000 (20:10 +0530)]
change modifiers order and method name
change modifiers order and method name VnfAdapterNotify_Service class
Issue-ID: SO-1490
Change-Id: I6b3e44ae5959ebdd1161c0375423a9e4a1b7990a
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 13:37:11 +0000 (13:37 +0000)]
Merge "Reorder modifiers, replace type specification"
Seshu Kumar M [Fri, 19 Apr 2019 13:36:54 +0000 (13:36 +0000)]
Merge "Shifted getter setter for CustomQuery class"
Bin Lu [Thu, 18 Apr 2019 07:18:35 +0000 (15:18 +0800)]
Build platform/cpu-agnostic SO container images on Arm platform
Change-Id: Ifafbf5db2eaa6c31d7332697bf650633bfc307ea
Signed-off-by: Bin Lu <bin.lu@arm.com>
Issue-ID: INT-548
Seshu Kumar M [Fri, 19 Apr 2019 12:00:33 +0000 (12:00 +0000)]
Merge "replace type specification for vnf async client"
Seshu Kumar M [Fri, 19 Apr 2019 11:58:48 +0000 (11:58 +0000)]
Merge "Replace str literal for const, replace type spec"