aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-09-11Change the header to SOSeshu-Kumar-M91-91/+91
IssueId: SO-120 Change-Id: Ic7be2d1eba06cb1b3bb15b7ccec5856d1528e23b Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-081710 Rebase - Second AttemptArthur Martella34-813/+2639
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-05-02[MSO-8] Second step of the rebase for MSODeterme, Sebastien (sd378r)8-672/+680
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 dependencyxg353y45-3198/+1559
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-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>
2017-02-09SoapUI tests for APIH Infraeh552t1-48/+56
Added some soapUI tests for testing APIH Infra in Arquilian. Some bug fixes in the Tenant Adapter and VNF adapter SoapUIs. BugFix in case of bad ModelType in a request we gor null pointer Exception. Change-Id: Icf9b8fc344d15860ac8dd11984894b07ecf5b085 Signed-off-by: eh552t <eh552t@intl.att.com>
2017-01-31Initial OpenECOMP MSO commitChrisC83-0/+17415
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC <cc697w@intl.att.com>