summaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29Merge "add JUnit for NetworkInfo"Seshu Kumar M6-90/+191
2018-01-24Merge changes Ifc9dda6b,Ic7b8d75dSeshu Kumar M1-1/+1
* changes: Deal with network VL for voLTE Add mso.vfc.properties
2018-01-22Add mso.vfc.propertiesc001491071-1/+1
Add mso.vfc.properties config file Change-Id: Ic7b8d75d9e10d8ce284a98e76459d47edcbb697f Issue-ID: SO-383 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-01-19add JUnit for NetworkInfoLukasz Muszkieta6-90/+191
Change-Id: I08210bc29f4f6c2f90723b57e30d48c60a81e3bb Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-19Merge "Sonar blocker issue - NullPointerExeption"Seshu Kumar M1-15/+1
2018-01-20Sonar blocker issue - NullPointerExeptionZhu Libo1-15/+1
use the try-with-resource statement method to fix issues: https://sonar.onap.org/issues/search#issues=AV3BnuCb5bp_wwmIVClC and https://sonar.onap.org/issues/search#issues=AV7t547AlaLbmlVXT_jY Change-Id: I912be949793066bef6e3036fb474247d4d269e4f Issue-ID: SO-165 Signed-off-by: Zhu Libo <libo.zhu@intel.com>
2018-01-12Merge "refactoring - adding junit"Seshu Kumar M5-60/+58
2018-01-12Merge "refactoring - code clean up"Seshu Kumar M8-291/+240
2018-01-10refactoring - adding junitLukasz Muszkieta5-60/+58
Change-Id: I91ba9dafa40df25d1ca1aae5a7dce11e0afb71da Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-09Merge "Remove unused method and imports"Seshu Kumar M1-978/+879
2018-01-08Improve unit test for VNFQuerysubhash kumar singh1-30/+91
Imporve unit test for vnfquery. Change-Id: Ie8da164dce3e7f5186a7be742860fbaefc4e1b59 Issue-ID: SO-360 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-01-08Remove unused method and importssubhash kumar singh1-978/+879
Remove unused method and imports. Replace tab character with space. Remove unwanted return. Issue-ID: SO-360 Change-Id: I34bb3b7d51c7ff5bd4f3644d1fd774f5059d4a0b Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-01-04refactoring - code clean upLukasz Muszkieta8-291/+240
Change-Id: Ic2486da2bd415c132959ad9415d7a3e1b178dffa Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-01-03refactoring - remove unused codeLukasz Muszkieta15-235/+50
Issue-ID: SO-360 Change-Id: Iac9653fa6d5f10de7986fa3d511535d74f0c24c8 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-12-28refactoring - adding junit coverageLukasz Muszkieta6-1064/+72
Change-Id: I712afd8ff4e403829ee51b87d76ed38dda027ace Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-12-13Reduce complexity of HealthCheckUtilskurczews8-12/+10
* Split bulk conditionals * Split health checks to separate methods * Fix minor issues Issue-ID: SO-353 Change-Id: Ib6298bc488a94aa4fbb253e3894532708547533d Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2017-12-04Remove duplicated constantskurczews1-7/+13
Replace duplicated regex patterns with more verbose constant Change-Id: I21b5a1f8f00b8a8d059ab3998536b205ece892ce Issue-ID: SO-353 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2017-12-01Bump minor versionJessica Wagantall13-13/+13
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-16changed artifact versionseshukm13-13/+13
IssueId: SO-346 Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-14Fix init errors in WorkflowMessageAdapterRob Daugherty1-1/+5
When the workflow message adapter comes up, it throws a FileNotFoundException because cadi.properties is absent. This file is related to AAF, which is not in scope for the Amsterdam release. Issue: SO-341 Change-Id: I27239e215a523f8535d49d1888acc72deb35b270 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-14Fix Update Create Resource Status Errorc001491071-1/+1
Fix Update Create Resource Status Error Change-Id: I230c7986b72e27e4c59fbeb129c1b39bb500a86b Issue-ID:SO-337 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491071-0/+3
Fix Delete workflow sent msg to vfc adatper failed Change-Id: Ibb86da2d9e03e0004854035b21daaae09d3f19e6 Issue-ID:SO-327 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-28Merge "Add Vfc Adapter Log Config"Chuanyu Chen4-391/+355
2017-10-28Add Vfc Adapter Log Configc001491074-391/+355
Add Vfc Adapter Log Config and update the log Change-Id: I5c6898cbec1c880f7c0dfa337c76ad465fae6461 Issue-ID:SO-283 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-27Merge "Iterate over the entrySet instead of keySet"Seshu Kumar M3-31/+31
2017-10-27Merge "Add resource operation status oper"Seshu Kumar M2-1/+70
2017-10-27Add resource operation status operc001491072-1/+70
Add resource operation status oper in requests db adapter Change-Id: I0c6a21178147c6c9cac9d1492cd1503e8f658157 Issue-ID:SO-276 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-27Merge "Removed unused "LOGGER" private field"Seshu Kumar M1-4/+5
2017-10-27Add Relationship for e2e service and NSc001491072-57/+1
Add Relationship for e2e service and NS Change-Id: Id1bf6862b9d2325297e466d417dc1b169e157ff6 Issue-ID:SO-275 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26Fix voLTE Create workflow issuec001491073-2/+4
Fix voLTE Create workflow issue Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c Issue-ID:SO-269 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-23Removed unused "LOGGER" private fieldRamanjaneya-Huawei1-4/+5
Change-Id: I9c46b5f4df2a0e12d7dd0dc931e8f0ca7da0091c Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-23Iterate over the entrySet instead of keySetrama-huawei3-31/+31
Issue-id: SO-214 Change-Id: I3f417fee04ae1fe2c1d0b7361ec0272e1b098302 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-23Merge "Fixed multiple so issues"Seshu Kumar M1-7/+2
2017-10-23Merge "Added the "@Override" annotation"Seshu Kumar M1-3/+12
2017-10-23Merge "Use StringBuilder"Seshu Kumar M2-3/+9
2017-10-23Merge "Remove the declaration of thrown exception"Seshu Kumar M1-3/+1
2017-10-23Merge "Remove unused imports"Seshu Kumar M3-4/+0
2017-10-20Merge "Rename "LOGGER" field to match regular expression"Seshu Kumar M1-19/+18
2017-10-19Rename "LOGGER" field to match regular expressionRamanjaneya-Huawei1-19/+18
Change-Id: Ia8c8e2ed9ad3360556d95cfc78e561e05aa5dddf Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Fixed multiple so issuesRamanjaneya-Huawei1-7/+2
Change-Id: I4b73cdeeb2a636d42df7b1b156e27e958c828048 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Added the "@Override" annotationRamanjaneya-Huawei1-3/+12
Change-Id: I9a3a8df844813763948578dc34659da535352ad4 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Add MSB Config For Restful Callc001491071-1/+1
Add MSB Config For Restful Call Change-Id: I03e17ce9085d6991ecfa5a2f0a9e17e2dc2fe033 Issue-ID:SO-240 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Deal With Error Response from Vfcc0014910712-599/+656
Deal With Error Response from Vfc Change-Id: Id5ce999d561099581b49524969c901ac6dac3f90 Issue-ID:SO-233 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Use StringBuilderRamanjaneya-Huawei2-3/+9
Change-Id: I13d2856530776cdf57c41f12c0bf522988bea29a Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Remove the declaration of thrown exceptionRamanjaneya-Huawei1-3/+1
'org.codehaus.jackson.JsonProcessingException' which is a subclass of 'java.io.IOException' Change-Id: I29ddf71ad7166824dd3fdc8e3aa40fb5d482b4c0 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-19Remove unused importsRamanjaneya-Huawei3-4/+0
Change-Id: I2dbd1cd0481d46dfb763b796bbf6f1eb55fdeb23 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Merge "Iterate over entrySet instead of keySet"Seshu Kumar M1-67/+75
2017-10-17Fixed CloseableHttpClient close issueshashikanth.vh1-13/+1
Issue-id: SO-228 Change-Id: I731227f4728d3eee5ce84b358c6422a44efdbdc3 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-10-17Iterate over entrySet instead of keySetrama-huawei1-67/+75
Issue-id: SO-214 Change-Id: I5db39da011ef42a02715751ed78390711888b9cd Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-17Remove the unused variablesrama-huawei4-5/+4
Issue-id: SO-223 Change-Id: I5f4d3f9ef78b68c890a32d3f6afc2a86f2064a6b Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>