summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14Force source to always be included in JSONJim Hahn1-0/+1
Modified RequestInfo to pass source to JSON, even when it has the default value. Ordinarily, this is unnecessary when the default value is null, but in this case, the default value is not null, thus other code to which the JSON is passed expects it to be populated. Change-Id: I53fde35b8d46f69234fb51f1cceedb31cedc3335 Issue-Id: SO-340 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-11-10Merge changes I4e542ffd,Ibb86da2dSeshu Kumar M1-8/+1
* changes: Fix Null Point Exception Fix Delete workflow sent msg to vfc adatper failed
2017-11-10Fix Null Point Exceptionc001491071-8/+1
Fix Null Point Exception Change-Id: I4e542ffd1369140b21d6252a5f90db66651df181 Issue-ID:SO-328 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-11-06create service instance with source as emptyseshukm2-0/+8
IssueId: SO-272 Change-Id: Icd7888fbfececd799751febc7e3d7edbcffc3a0a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-02Add test cases for GET E2E svcseshukm2-256/+350
IssueId: SO-260 Change-Id: Ie57b57b98472f6d8b012137562713de02d6a516c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-27correction for the delete flowseshukm1-6/+14
IssueId: SO-259 Change-Id: Ibb7a78bc13628ffd2c9d2569dd40542adb9f299d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-26Correct the improper packageseshukm1-1/+6
IssueId:SO-270 Change-Id: Ib0dffb240ae905a6c190fbab1ebcac379e8f7319 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-25fix Get E2E serviceseshukm2-79/+3
IssueId: SO-263 Change-Id: I965a34906c9b22345452000bf26dcfe5d5773429 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-25update operation status for E2Edeleteseshukm2-8/+155
IssueId: SO-258 Change-Id: I7699b44d5e72fdcec96f86b0c493b969f9c91598 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23fix for delete e2e serviceseshukm2-6/+178
IssueId: SO-258 Change-Id: Ib038f1a40d3a1a8604b3ba1da6b7bc7de33a074e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-23Quick fix to unblock the issue of VoLTE creationSeshu-Kumar-M1-42/+46
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 M6-97/+340
2017-10-23Fix Issues about voLTE Createc001491076-97/+340
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 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-M1-253/+331
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 Daugherty3-11/+7
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-11Correct E2E svc to update RequestDbseshukm1-0/+14
IssueId: SO-205 Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-02Merge "Deleted redundant code"Seshu Kumar M1-11/+9
2017-09-28Merge "Removed useless assignment to local variables"Seshu Kumar M1-0/+3
2017-09-28Removed useless assignment to local variablesrama-huawei2-5/+8
Issue-Id:SO-118 Change-Id: I29ec088aa52073f4e9df5503ede9f306c72e41d0 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
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 M2-5/+5
2017-09-27Update POM to inherit from oparentRob Daugherty2-0/+40
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-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-huawei2-5/+5
Issue-Id:SO-118 Change-Id: I38f63be63f1ee3464ea16107d4b5c152dd4b1410 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
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-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-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 "Delete unwanted code IssueId: SO-56"Seshu Kumar M5-631/+2
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-18Fixed issues in api-handlerseshukm3-12/+13
Issue-Id: SO-141 Change-Id: Ib08122f5e811ee7638edb59220b34d09fec36329 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
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-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-12Fix for SONAR critical issuesseshukm5-7/+11
Issue-Id : SO-117 Change-Id: Icdc64605b475e20af7e871135af327f7d0e38792 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>