aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2018-03-20Merge "Use updated ONAP SO/libs artifacts"Seshu Kumar M1-12/+0
2018-03-19Use updated ONAP SO/libs artifactsArthur Martella1-12/+0
Now that SO/lib artifacts are in nexus.onap.org, use those instead of openecomp libs. Change-Id: I85ce9f4abd1178076ae9f77700344b3b5e963ba2 Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-19Fix String concatenation optimzationByung-Woo Jun1-20/+20
Replaced queryString from String to StringBuffer for memory and GC optimization Change-Id: I0e4656d1fdf8ff773704e788a3b59b3f910ae3ba Issue-ID: SO-500 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-19Merge "Fix the Jar vulnerability and licensing"Seshu Kumar M2-2/+2
2018-03-19Fix the Jar vulnerability and licensingByung-Woo Jun2-2/+2
Updated Jar versions in pom.xml files Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a Issue-ID: SO-457 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-19Merge "new testcases for MsoVnfAdapter"Seshu Kumar M1-0/+91
2018-03-19new testcases for MsoVnfAdapterseshukm1-0/+91
Issue-ID: SO-369 Change-Id: I6442478a7215f6004c3af1a84196687f8af00a5b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-19testcases refactored for MsoVnfAdapterseshukm6-0/+0
Issue-ID: SO-369 Change-Id: I9561825683ecd823dfd55b3feb29f7b03a07cd1c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-16Merge "Unit test coverage"Seshu Kumar M2-0/+109
2018-03-16Unit test coverageSumapriya2-0/+109
Unit test coverage for 1. MsoRequestsDbException.java 2. MsoRequestsDbExceptionBean.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aadapters&selected=org.onap.so.adapters%3Amso-requests-db-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Frequestsdb%2Fexceptions Change-Id: I1322d0c48c3ebf6b250d9dc7b6e8f72fb4c94378 Issue-ID: SO-472 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-14Added Aria VDU adapterdfilppi3-0/+495
Change-Id: I232b2bd6ac9e40bcc9415f484b6adb96db81261e Issue-ID: SO-441 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-14Merge "Add required dependency to fix compilation"Seshu Kumar M1-0/+6
2018-03-14Merge "Adding Junit"Seshu Kumar M1-0/+42
2018-03-14Add required dependency to fix compilationsubhash kumar singh1-0/+6
Add mockito dependency to fix compilation issue. Change-Id: I8216a4f5cd3444642b75b91a87578aad6149f969 Issue-ID: SO-480 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty185-1867/+8396
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-14Adding JunitSumapriya1-0/+42
Adding Junit for: ApplicationException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vfc-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvfc%2Fexceptions%2FApplicationException.java Change-Id: I4a65874b63aa98aacbaabf6961c89ec500dc85d9 Issue-ID: SO-479 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-13Merge "Unit test coverage"Seshu Kumar M2-0/+138
2018-03-13Merge "Adding Junit"Seshu Kumar M1-0/+69
2018-03-13Adding JunitAS004650593-0/+128
Adding Junit for: 1.TenantAlreadyExists.java 2.TenantException.java 3.TenantExceptionBean.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-tenant-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Ftenant%2Fexceptions Change-Id: I314ac62dd18876b0ae08380848a22a26850c9cbe Issue-ID: SO-475 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-13Adding JunitSumapriya1-0/+69
Adding Junit for: VfRollback.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FVfRollback.java Change-Id: I3d17c9f745081386be50441f5565518289bcfe36 Issue-ID: SO-473 Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
2018-03-13Unit test coveragesanchitap2-0/+138
Unit test coverage for 1.RequestInformation.java 2.SDNCEvent.java Sonar link: https://sonar.onap.org/code?id=org.onap.so%3Aadapters&selected=org.onap.so.adapters%3Amso-adapters-rest-interface%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fsdncrest Change-Id: I9ed76cac33bad1739df441c8f9e0ad77d738e1d6 Issue-ID: SO-467 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-03-13Merge "Remove redundant type cast"Seshu Kumar M3-5/+5
2018-03-13Merge "junit adding and refactor for CloudConfig"Seshu Kumar M6-185/+361
2018-03-12Merge "Adding Junit"Seshu Kumar M1-0/+67
2018-03-12Merge "Adding Junit"Seshu Kumar M2-0/+111
2018-03-12junit adding and refactor for CloudConfigLukasz Muszkieta6-185/+361
Change-Id: I3b98e6f8633347970be70e7b93680ec8ed4daacc Issue-ID: SO-430 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-03-12Adding JunitAS004650591-0/+49
Junit for SDNCResponse.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-sdnc-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fsdnc%2Fimpl%2FSDNCResponse.java Change-Id: I9b4fc5b0f414ddf8a7229299d482ea0cc51aa21f Issue-ID: SO-473 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-12Adding JunitAS004650594-0/+230
Junit for: 1.SDNCServiceError.java 2.SDNCServiceRequest.java 3.SDNCServiceResponse.java 4.ServiceInformation.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapters-rest-interface%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fsdncrest Change-Id: I2a4216c509cf0164ad669d391c9af0bbe6a80f25 Issue-ID: SO-470 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-12Adding JunitAS004650591-0/+67
Junit for CloudSite.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aadapters&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fcloud%2FCloudSite.java Change-Id: Ic5229c7e0d1226f2edd85715312ef78b5ecb364e Issue-ID: SO-468 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-12Adding JunitAS004650592-0/+111
Junit for: 1.MsoTenant.java 2.NetworkRollback.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapter-utils%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fopenstack%2Fbeans Change-Id: Idd9202ff8de43c31d624854877ea29d556d5a31b Issue-ID: SO-469 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-10Remove redundant type castMunir Ahmad3-5/+5
Change-Id: Ie00d5ec5a4677c99a9a689bf18a85055902f6384 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-09Remove unnecessary simicolon from all java classesMunir Ahmad1-1/+1
Change-Id: I5a320c606ea3e0c47efa6d84e8b0cc1ab40f3b70 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-09Revert Reduce log noise/warningsRob Daugherty27-1989/+1997
This reverts commit 327b17ab250b4c17cf3f91f5e4cd9bffd89f3d1e. It is seriously impeding our ability complete the promised merge of AT&T 1802 code. While I'm all for coding standards, if we are serious about using spaces instead of tabs, then I think we need to (1) agree with the community when this will happen, (2) do consistently in all files, and (3) enforce it. Change-Id: Ib9b996f6b6c7d81ac9ac95d58b0c7d8cc39675ff Issue-ID: SO-368 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-09Remove redundant groupId inherited from parentMunir Ahmad1-1/+0
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-09Merge "Reduce log noise/warnings format to conventions"Seshu Kumar M27-1997/+1989
2018-03-09Merge "Sonar:Critical"Seshu Kumar M1-1/+1
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams27-1997/+1989
Reduce build log warnings by formatting tests to ONAP code conventions (removing tabs etc.) Issue-ID: SO-368 Change-Id: I48c6d359b83617aebeb79db4e30c1d72d31f7eec Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-03-08Merge "Replace explicit type with diamond notation"Seshu Kumar M1-2/+2
2018-03-08Merge "Remove redundant declaration of extending object"Seshu Kumar M2-7/+7
2018-03-08Replace explicit type with diamond notationMunir Ahmad1-2/+2
Change-Id: Ibcd42f05c7850e536759207a4d316396956da05b Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-08Remove redundant declaration of extending objectMunir Ahmad2-7/+7
Change-Id: Iee7e4fc93dd82cab27986335560a41000851c33d Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07Make use of try with resourceMunir Ahmad1-39/+38
Change-Id: Ib3e7ac5f1febc3d7b0da3adc2eb191c41a7473a6 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07Merge "Swap indexOf with contains"Rob Daugherty1-1/+1
2018-03-07Merge "Remove redundant catch clause"Rob Daugherty5-18/+2
2018-03-07Merge "Fix javadoc"Rob Daugherty7-11/+11
2018-03-07Swap indexOf with containsMunir Ahmad1-1/+1
Change-Id: I609d307acf504ea7ff25ed3327a3d4e0e4686755 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-07Merge "Support resource recipe query rest"Chuanyu Chen2-1/+129
2018-03-07Support resource recipe query restc001491072-1/+129
Support resource recipe query rest Change-Id: I9e22c0930ffb64a1c7dd5fdd50566647464a60bd Issue-ID: SO-456 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-03-06Remove redundant catch clauseMunir Ahmad5-18/+2
Change-Id: Ib26f47171384125847a1b31bc1a958b50d0bba70 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Fix javadocMunir Ahmad7-11/+11
Change-Id: Iddc39df32089e1a37c04d089522ead295a037118 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>