summaryrefslogtreecommitdiffstats
path: root/mdsal-resource/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Migrate sli-adaptor filesJessica Wagantall16-1119/+0
Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-10-19Address security issuesDan Timoney2-469/+0
Removed unused Mdsal activator class. Added file name validation for ConnectionBuilder in ansible adaptor Change-Id: I00d6a0c1edccae263520738f7a4685b1ad71b943 Issue-ID: CCSDK-2918 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-03Update adaptors to sodiumDan Timoney1-8/+41
Update sli/adaptors to OpenDaylight Sodium release. 2 changes were needed: - mdsal-resource : needed to add unimplemented abstract methods in inner anonymous BundleContext class in test case. - resource-assignment: needed to correct unit test problems that were ignored in earlier versions of h2 Change-Id: Ice63bfce64768e46c4376db55e3e9e97d0b934ad Issue-ID: CCSDK-2551 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-27added assert statements in 7 test filesRupinder3-0/+6
Issue-ID: CCSDK-2232 Change-Id: I07e3806cac9a317130ad1d5fe4c9af4fb1a17a5d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2019-11-07415 Unsupported Media TypeSingal, Kapil (ks220y)3-176/+106
Rest Operations without Payload resulting to 415 Unsupported Media Type error if Content-Type is set Issue-ID: CCSDK-1907 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If7b896bd33294ddf1687ee4d68984dd72da99e39
2019-11-05minor updates to clean up codeAgarwal, Ruchira (ra1926)1-1/+4
clean up code to sync with internal Issue-ID: CCSDK-1873 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: Idcc7186d5aaa783c527de3986e7a1ecd9bfcf651
2019-08-15Code changes for OpenDaylight NeonTimoney, Dan (dt5972)1-0/+49
Updated code for OpenDaylight Neon, using conversion script in ccsdk/parent/tools. Change-Id: Ic91cff9ee50102b8af1a73f829908de82995b2ef Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-09fixed sonar issue in MdsalResourceActivator.javaSandeep J1-2/+4
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: I9cd20d7bd20b0f914aa2302befe9dd47d2354e6a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-11Mdsal resource activator coverageGanesh Chandrasekaran1-0/+328
Issue-ID: CCSDK-521 Change-Id: I88534c476337fbfbeb66a542780a3474a982f219 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-09-07Mdsal properties test case addedGanesh Chandrasekaran1-0/+62
Issue-ID: CCSDK-521 Change-Id: Ic71469cdcbacb2253e45091c29d893e025fd398b Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-05-21Publish mdsal-resource OSGi servicesTimoney, Dan (dt5972)6-0/+319
Added Aries blueprint to advertise OSGi services. Updated to use release 1.0.2 version of CCSDK parent poms. Change-Id: I92fb652b975c4fd59e173c103350934b94d190d3 Issue-ID: CCSDK-289 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2017-10-03Merge "Add unit tests for mdsal-resource"Dan Timoney4-4/+70
2017-10-03Add unit tests for mdsal-resourceDan Timoney4-4/+70
Add unit tests for mdsal-resource component. Change-Id: I44ee079d43ee29e4d507abb5fc065188279b1ffe Issue-ID: CCSDK-106 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-28Add a unit test for mdsalsurya-huawei1-0/+43
*Add a negative unit test case for ConfigResource This is to check availability of query and improve sonar code coverage Issue-Id: CCSDK-106 Change-Id: Ic276d1cfacce3aea7444adcb7bf09d6cdffb294e Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-08-15Update sli-adaptor/mdsal-resource package namesMarcus G K Williams5-14/+14
Update package names from org.openecomp.sdnc.adaptors.* -> onap.ccsdk.sli.adaptors.* Update groupIds from org.openecomp.sdnc.adaptors -> onap.ccsdk.sli.adaptors Issue-Id: CCSDK-19 Change-Id: I4aba920e51de27c47b1f936ccb3fc89fa81ed4b0 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-15Fix license headersDan Timoney6-12/+12
Licence headers were accidentally updated incorrectly by previous update. This commit restores the license headers for seed code to the wording from the original seed code Change-Id: If4623dd02a37660a7d7e746363dd83cf9cdb718a Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-02Convert tabs to spacesMarcus G K Williams6-365/+365
Per Java Code Style Guide: https://wiki.onap.org/display/DW/Java+code+style Converting tabs to 4 spaces. Issue-Id: SDNC-25 Change-Id: I99ce6c244df72f805b52d0d66403d8b76d9929ae Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-01[CCSDK-6] Populate seed codeDan Timoney8-0/+747
Add seed code for sli/adaptors repository Update code to use org.onap.ccsdk.sli.core Change-Id: I477c7a24f2cc1fed8fb0975fe9f33733411c27f9 Signed-off-by: Dan Timoney <dtimoney@att.com>