summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Adding UT for ApiHandlersseshukm14-0/+978
IsuueId: SO-191 Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-05Moved "" string literal on the left side.rama-huawei1-1/+1
Replaced with diamond symbol Removed useless assignment to variables Issue-Id: SO-187 Change-Id: If6fac39f2f8832fe6f7a00ed8f0a221e8d8fb897 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-02Merge "Deleted redundant code"Seshu Kumar M1-11/+9
2017-09-30Commenting for empty constructorAnkit-Huawei3-12/+9
SO-158 Change-Id: I1e67fff2c96efc6e79dca8facfd6f0b230c70cd4 Signed-off-by: Ankit-Huawei <ankit.kumar.sinha1@huawei.com>
2017-09-30Merge "Fixed string literal comparision issue"Seshu Kumar M1-3/+3
2017-09-28Merge "Fix some major sonar issues"Seshu Kumar M1-1/+1
2017-09-28Merge "Adding UT for E2E Service"DeWayne Filppi1-4/+6
2017-09-28Adding UT for E2E ServiceSeshu-Kumar-M1-4/+6
IssueId: SO-50 Change-Id: I7fc39adb7a1d96022541189a6f7279b13bbb3b5e Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-28Merge "Removed useless assignment to local variables"Seshu Kumar M2-2/+5
2017-09-28Removed useless assignment to local variablesrama-huawei3-7/+10
Issue-Id:SO-118 Change-Id: I29ec088aa52073f4e9df5503ede9f306c72e41d0 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Merge "Add test cases for E2E service"Rob Daugherty1-52/+53
2017-09-27Merge "Fixed E2EService blocker SONAR IssueId: SO-118"Rob Daugherty1-29/+5
2017-09-27Merge "Removed useless assignment to variables"Seshu Kumar M5-16/+14
2017-09-27Merge "Removed useless assignment to variables"Seshu Kumar M3-6/+6
2017-09-27Update POM to inherit from oparentRob Daugherty3-0/+60
Issue: SO-71 Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-27Fixed E2EService blocker SONARseshukm1-29/+5
IssueId: SO-118 Change-Id: Ia2e6e0d3bbef4c80721991762876c9ed98043790 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-27Fixed string literal comparision issueshashikanth1-3/+3
Fix major sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143 Move the "GetLayer3ServiceDetailsRequest" string literal on the left side of this string comparison. Issue-Id: APPC-186 Change-Id: I927555425a3a6294eee56f9c7377abc9f4a9ad05 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-27Fix some major sonar issuessurya-huawei1-1/+1
*Use collection.isEmpty() instead of collection.size *Remove unnecessary commented line This is done for increasing code readability *Pass the string object directly Instead of wrapping the returned object and creating a new object, passing the object itself will save memory Issue-Id: SO-118 Change-Id: I24c15e9270ec3422d35d3910a8aff9fcf8d632d9 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-09-26Removed useless assignment to variablesrama-huawei5-16/+14
Issue-Id:SO-118 Change-Id: Ic745bcfcd895da55735a39bc22c0346339255abf Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-26Deleted redundant codeshashikanth1-11/+9
Fix major sonar issues in so module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143 Move the "service" string literal on the left side of this string comparison. Deleted redundant variables Issue-Id: APPC-186 Change-Id: I25410825aadfaf1ff444c6fa39d2783344db70d0 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-26Removed useless assignment to variablesrama-huawei3-6/+6
Issue-Id:SO-118 Change-Id: I38f63be63f1ee3464ea16107d4b5c152dd4b1410 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-26Add test cases for E2E serviceSeshu-Kumar-M1-52/+53
IssueId : SO-50 Change-Id: Idbace244134aea60eab0cbce553355d6e2a69f25 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-25Merge "Rename "status" which hides the class field"Seshu Kumar M2-12/+12
2017-09-25Merge "Modified string literal comparision."Seshu Kumar M1-27/+27
2017-09-25Fix major sonar issuesshashikanth1-3/+3
Move the "filter" string literal on the left side of this string comparison Issue-Id:SO-118 Change-Id: Ib9078c10ffac5cb54e74e4c4565d413f4908f532 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Modified string literal comparision.shashikanth1-27/+27
Move the "vnf" string literal on the left side of this string comparison. Issue-Id:SO-118 Change-Id: Ia964db05bfffc2c519065afc0016253f9c665d55 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-25Rename "status" which hides the class fieldrama-huawei2-12/+12
Issue-Id:SO-118 Change-Id: I7a367373f15f7cfa2d2cfb965b63397cabdcbf1f Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-22Add GET e2e svc instanceSeshu-Kumar-M3-196/+437
Adding GET E2E Service Instance API IssueId: SO-156 Change-Id: I14dd71cb59f9e2466327c38afd8bc897946bd3c3 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-21Adding java doc for E2E svcSeshu-Kumar-M1-30/+71
Adding java docs and resolved conversion issue of 2e2sir to sir IssueId: SO-153 Change-Id: Ia5803246f13f729b184d0d0a9df67d39fa008825 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-21Changing the version and Rest Path for E2E ServiceSeshu-Kumar-M1-3/+3
IssueId: SO-151 Change-Id: I267c81464a2ae42474516a79f9711b370b3ba5ca Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-21mapping E2EService urlsSeshu-Kumar-M1-0/+1
IssueId: SO-150 Change-Id: I5d2542ad0439328908ce26c00eb2fc4213a330fa Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "Fix Blocker/Critical sonar issues"Seshu Kumar M1-33/+28
2017-09-19Merge "Add Rest for VoLTE service IssueId: SO-60"Seshu Kumar M1-0/+481
2017-09-19Fix Blocker/Critical sonar issuesshashikanth1-33/+28
Fix Blocker/Critical sonar issues in sdc/sdc-distribution-client module https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER Deleted redundant condition at L:171 in file MsoRequest.java Issue-Id:SO-118 Change-Id: I5c3ba442518d5d59e20fcb08754f4780142c58d4 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-19Merge "delete unwanted code IssueId:SO-118"Seshu Kumar M8-644/+0
2017-09-19Add Rest for VoLTE serviceSeshu-Kumar-M1-0/+481
IssueId: SO-60 Change-Id: I94a705d2d590436e27f290f413fc1a5eab1a2e10 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "For E2E Service instance create IssueId: SO-56"Chuanyu Chen5-0/+392
2017-09-19delete unwanted codeSeshu-Kumar-M8-644/+0
IssueId:SO-118 Change-Id: Ided4375500d1e516b9266f744aef777a1a7f8fc5 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19For E2E Service instance createSeshu-Kumar-M5-0/+392
IssueId: SO-56 Change-Id: I8db9611e57b8d8670927840e6298050a24260278 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Merge "So E2E Test IssueId: SO-134"Seshu Kumar M1-26/+26
2017-09-19Merge "Delete unwanted code IssueId: SO-56"Seshu Kumar M5-631/+2
2017-09-19So E2E TestSeshu-Kumar-M1-26/+26
IssueId: SO-134 Change-Id: I87c1a446df2ffb6538b1d847157dff86c48239dd Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19Delete unwanted codeSeshu-Kumar-M5-631/+2
IssueId: SO-56 Change-Id: I3c407cc2b2c0abeb6e315d6b0886edf35d099fd3 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-18Added UT for E2EService.seshukm1-0/+469
Issue-Id: SO-134 Change-Id: I046d6a922f07f0a10d124f67285c9277290e8879 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-18Fixed issues in api-handlerseshukm4-13/+14
Issue-Id: SO-141 Change-Id: Ib08122f5e811ee7638edb59220b34d09fec36329 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-15Merge "Service for VoLTE usecase IssueId:SO-135"Seshu Kumar M1-0/+438
2017-09-15Service for VoLTE usecaseSeshu-Kumar-M1-0/+438
IssueId:SO-135 Change-Id: I7cd247400c91a4a9d2fa9b10b917d1657f27c361 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-15Merge "VoLTE service instance IssueId:SO-43"Seshu Kumar M11-0/+835
2017-09-15VoLTE service instanceSeshu-Kumar-M11-0/+835
IssueId:SO-43 Change-Id: Ib67eccab5cc4cf0c55c88aca3ca128225d6d9279 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-14Added UT testsseshukm2-0/+497
Issue-Id : SO-134 Change-Id: I2d817ce3f6763c7e37b29082493e55d72d488458 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>