aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Merge "Deleted redundant code"Seshu Kumar M1-11/+9
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 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 "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 M2-5/+5
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-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-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-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-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-handlerseshukm3-12/+13
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>
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>
2017-09-11Change the header to SOSeshu-Kumar-M92-92/+92
IssueId: SO-120 Change-Id: Ic7be2d1eba06cb1b3bb15b7ccec5856d1528e23b Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-081710 Rebase - Second AttemptArthur Martella43-879/+3223
This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit: 54483fc6606ddb1591a2e9da61bff8712325f924 Wed Sep 6 18:12:56 2017 -0400 Rebasing was done on a branch on top of this commit in so/master in ONAP: 93fbdfbe46104f8859d4754040f979cb7997c157 Thu Sep 7 16:42:59 2017 +0000 Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59 Issue-id: SO-107 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-07-27fixed for defect SO-70 - recipe lookup mechanism doesn't allow to define ↵eyalholz1-26/+39
default recipe mapping for any 'source' at level of 'service' and 'network' resources. Change-Id: I42dafa343e2e65c6e892c21de5f3f1131890b24e Signed-off-by: eyalholz <eyalh@amdocs.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-5/+5
Since the repositories were renamed from "mso" to "so" the artifact group IDs in the poms must be updated to match. Issue: SO-39 Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-05-02[MSO-8] Second step of the rebase for MSODeterme, Sebastien (sd378r)20-684/+1208
Second rebase containing additional features for MSO + total reworking of the BPMN structure + Notification flow can now be added at the end of some BPMN flows Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-04-19Simplify InfraUtilsGary Wu1-17/+4
Change-Id: I23659102feccaa5bf97194e052a6b28cd1e7705f Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-11[MSO-8] Update the maven dependencyxg353y50-3210/+1571
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y <xg353y@intl.att.com>
2017-04-10Remove unnecessary use of Calendar.getInstance()Gary Wu4-26/+13
Calendar.getInstance() is expensive and unnecessary when we only need the system time. This change replaces the uses of Calendar.getInstance() with System.currentTimeMillis(). Change-Id: I476f8850f5eb88d20cf7249cca5bb2e9b671b45a Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-03-13Update to version 1.1.0ChrisC1-5/+5
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-02-10SoapUI tests for APIH Infraeh552t1-341/+340
Replaces tabs by spaces in MsoRequest.java removed references to com.att in endpoints Change-Id: I6e49fa9d82669d3e205023bf16a40f48e4f56b12 Signed-off-by: eh552t <eh552t@intl.att.com>