aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Quick fix to unblock the issue of VoLTE creationSeshu-Kumar-M2-51/+59
IssueId : SO-253 Change-Id: Id7422ce88965c82c20eea5071db4992bee349279 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-23Merge "Fix Issues about voLTE Create"Seshu Kumar M7-106/+349
2017-10-23Fix Issues about voLTE Createc001491077-106/+349
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-23Merge "Add a private constructor"Seshu Kumar M2-2/+5
2017-10-19Merge "Deal With Error Response from Vfc"Chuanyu Chen6-10/+125
2017-10-19Deal With Error Response from Vfcc001491076-10/+125
Deal With Error Response from Vfc Change-Id: Id5ce999d561099581b49524969c901ac6dac3f90 Issue-ID:SO-233 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Add a private constructorRamanjaneya-Huawei2-2/+5
Change-Id: Ic826c93db7933a9a1a25c7ee09f8bc156dabadb1 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-18fix for the E2EServiceInstances progress updateSeshu-Kumar-M2-264/+342
IssueId : SO-205 Change-Id: I5650400729ab89b5b3ae1e8adb0e892390281489 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-17Merge "Replace type specification with operator ("<>")"Seshu Kumar M1-5/+4
2017-10-17Merge "fix for including the operation ID in response"Seshu Kumar M2-9/+9
2017-10-17Replace type specification with operator ("<>")Ramanjaneya-Huawei1-5/+4
Change-Id: I1e4ef70fbce846b9f5ea3527d534fc413fbda272 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17fix for including the operation ID in responseSeshu-Kumar-M2-9/+9
IssueId: SO-226 Change-Id: Ifd515c16b876cc006703a9ae87e5daaff0b34a14 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-16alaCarteSet unrecognized fieldRob Daugherty4-14/+10
The aLaCarte and aLaCarteSet fields in RequestParameters class and their corresponsding methods are not consistently named, and thus they are not serialized/deserialized correctly by the Jackson JSON utilities. We were seeing this sort of thing in the requests database: "requestParameters": { "subscriptionServiceType": "vFW", "aLaCarte": true, "autoBuildVfModules": false, "cascadeDelete": false, "usePreload": true, "rebuildVolumeGroups": false, "alaCarteSet": true, "alaCarte": true } We obviously shouldn't have "alaCarte" as well as "aLaCarte". And I don't think we want "alaCarteSet" to be persisted in the DB at all (it should be ignored by the JSON mapper). Issue: SO-219 Change-Id: Ia943d2970cb7db153f3af73289f426a154917f7e Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-12Update hibernate files to initialize timestampJim Hahn3-3/+7
Updated the hibernate hbm.xml files to correct the following issues: 1) Timestamps had generated="insert" but hibernate was not auto-populating the timestamp value thus the DB was generating an exception. Modified the definition of this field to cause hibernate to provide the default value of CURRENT_TIMESTAMP. This impacted most of the hbm.xml files. 2) While running junit tests, the following message appeared in the log underneath most of the hbm.xml files: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! Updated most of the hbm.xml files, changing the namespace per the guide. Note: a couple of the files were already correctly configured. Change-Id: Id96775b7bd7a42da0c00e208e33aed6fa96ab996 Issue-Id: SO-215 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-11Correct E2E svc to update RequestDbseshukm2-6/+21
IssueId: SO-205 Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-06Merge "MSO API Handler Test cases license"Seshu Kumar M2-2/+2
2017-10-06Merge "MSO API Handler Test cases"Seshu Kumar M14-59/+1510
2017-10-06MSO API Handler Test cases licenseArthur Martella2-2/+2
Correcting license information for two classes. Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871 Issue-ID: SO-171 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-06MSO API Handler Test casesArthur Martella14-59/+1510
Adding test cases for MSO API Handler coverage. Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc Issue-ID: SO-171 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-06UT for MSOinfraSeshu-Kumar-M4-3/+335
SO-171 Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-06Merge "Adding UT for SO"Seshu Kumar M1-0/+391
2017-10-06Adding UT for SOseshukm1-0/+391
IssueId: SO-191 Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
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>