aboutsummaryrefslogtreecommitdiffstats
path: root/sli
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03Prepare sli/core for release3.0.1-ONAP0.3.3casablancaTimoney, Dan (dt5972)9-18/+18
Prepare for Casablanca mtce release. Change-Id: I2128af61dca51268cf6e51d6554a239fe6b893fb Issue-ID: CCSDK-858 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-12-12Roll parent versions back to 0.3.2 versionTimoney, Dan (dt5972)9-9/+9
Roll back parent versions to 0.3.2 versions so that we can rebuild 0.3.2 artifacts, which were not released. Change-Id: Ic98c5419fb35c7eede24ac8eb32525a8b18ed7cf Issue-ID: CCSDK-679 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-12-11Roll back to version 0.3.2 to rebuild artifactsTimoney, Dan (dt5972)9-9/+9
Need to roll back to 0.3.2 view to recreate 0.3.2 maven artifacts Change-Id: I4d91a218d71d0a54565a2eac86055c69102f953f Issue-ID: CCSDK-679 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-15Roll to next snapshotTimoney, Dan (dt5972)9-18/+18
Roll to snapshot 0.3.3-SNAPSHOT Change-Id: I18a6a6046d3814bbbfe598cb75743c7534068706 Issue-ID: CCSDK-679 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-13Prepare for release buildTimoney, Dan (dt5972)9-9/+9
Prepare sli/core for 0.3.2 release build Change-Id: I07bcbfde7375fea56c0340345df9398e81f18afb Issue-ID: CCSDK-679 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-09Fix node id / type in log entryTimoney, Dan (dt5972)1-2/+4
Node id and type in log entries are not correct for nodes within a block, for example. Change-Id: I4023de08215ba6de5bfdd2a561048d9fe84201e5 Issue-ID: CCSDK-657 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-24Fix handling of ip addressesTimoney, Dan (dt5972)1-2/+19
Fix handling of ietf inet classes (IpAddress, Ipv4Address, Ipv6Address). Change-Id: Iaac7476236cfd42e6cc1f8b0640cc01946e932dc Issue-ID: CCSDK-625 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-18Roll to next Casablanca snapshotTimoney, Dan (dt5972)9-18/+18
Roll to next snapshot for Casablanca release. Change-Id: I30ac59bbb7dbdc121e8d67fee7aaa48c30f015d5 Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-10Prepare sli/core for RC0 release3.0.0-ONAP0.3.1Timoney, Dan (dt5972)9-9/+9
Remove -STAGING tag and update parent poms to correct release version (1.1.1) Change-Id: I16d4a5c07fe6e3e2bf997fff417242aa6184f89e Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-05Merge "callnode handling updates"Dan Timoney3-33/+37
2018-10-05callnode handling updatesSmokowski, Kevin (ks6305)3-33/+37
throw an exception if graph isnt found when executing a call node Change-Id: I10158cbcd5ba5787e710bfb6161e7e04cbf46577 Issue-ID: CCSDK-609 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-10-04implement exit nodeSmokowski, Kevin (ks6305)5-377/+500
exit node functions similar to a return statement in most programming languages Change-Id: I2991590fb700b03a9f3d72ae0bc7b5dd9bb25f74 Issue-ID: CCSDK-611 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-10-04throw an exception if an executor is missingSmokowski, Kevin (ks6305)1-22/+2
If trying to execute a node of a type which has no registered executor throw an exception instead of continuing to execute Change-Id: Ic0a785e97ad85eb886f822e87a78347d9ea6563a Issue-ID: CCSDK-610 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-10-04Merge "added test case to TestFileRecorder"Dan Timoney1-18/+32
2018-10-02added test case to TestFileRecorderSandeep J1-18/+32
to increase code coverage Issue-ID: CCSDK-595 Change-Id: Idf00ada3253593a8a5cc2096b927b4bcad457b3c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-10-02added test cases to MdsalHelperTestSandeep J1-74/+86
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9d5ba40bc0039ef335642a0c66d8680c704b2d40 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-25Roll to 0.3.1-SNAPSHOTTimoney, Dan (dt5972)9-9/+9
Roll to next snapshot version Change-Id: I58ead1293d517f94bacca69407b22533840b0ee6 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-25Create release version0.3.0Timoney, Dan (dt5972)9-12/+40
Update sli/core to create release version Change-Id: I0680e7b4c8bc08f7954b7b87ffc701289acd7893 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-12SvcLogicLoader ImprovementsSmokowski, Kevin (ks6305)5-60/+44
restore storing md5sum and add bulkActivate Change-Id: I27ea86c667d61f435bd2f0a77934d00db57bc218 Issue-ID: CCSDK-473 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-09-04Restore registering break nodeSmokowski, Kevin (ks6305)1-1/+1
Restore registering break node, it was removed by accident Change-Id: Ifd7fa68fae39c83e397105d84435be91cebada35 Issue-ID: CCSDK-513 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-08-17breaknode executor tests addedGanesh Chandrasekaran1-0/+1
Issue-ID: CCSDK-471 Change-Id: Ice1582299950332292c1fba6052ec85489477ab7 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-08-08remove dependencySmokowski, Kevin (ks6305)1-5/+0
remove eelf dependency from sli-common, it isn't being used Change-Id: Ic8cbb8d833137a0d32707b814dec56450b7129b3 Issue-ID: CCSDK-450 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-08-02Merge "add null check to format string"Dan Timoney2-5/+14
2018-08-02add null check to format stringSmokowski, Kevin (ks6305)2-5/+14
add null check to format string Change-Id: If82f751ec679189620e02fafdcd2e1af9258268f Issue-ID: CCSDK-424 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-08-01remove static boolSmokowski, Kevin (ks6305)2-15/+19
Don't use static boolean for legacy enumeration mapping, add additional parameter to the function Change-Id: I5d8963a208f3ffdd3af83216aa55f7d34ee39eb9 Issue-ID: CCSDK-396 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-07-25Merge "support legacy enumeration mapping"Dan Timoney5-4/+107
2018-07-25support legacy enumeration mappingSmokowski, Kevin (ks6305)5-4/+107
support legacy enumeration mapping in MdsalHelper Change-Id: I637f5dc368da75e24fb8cc3ebdebd002aae3f025 Issue-ID: CCSDK-396 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-07-25Fix sonar issuesParshad Patel3-7/+9
Fix sonar issues in ccsdk/sli/core Issue-ID: CCSDK-332 Change-Id: I2aee69cf410d8f9cb63f3a22aeb793a99e27d2c7 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-07-12Special handling for inet classesTimoney, Dan (dt5972)1-15/+51
Add special handling for inet POJOs (which have different form then POJOs generated from Yang by yangtools) in toList method. Change-Id: Ie25527e6aacbf683965d7f24018fe066c74fb917 Issue-ID: CCSDK-362 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-07-06sonar issue fixONAP1-2/+2
Issue-ID: CCSDK-332 Change-Id: Iec65b1ff600518b04ab13fb3508827864074a31b Signed-off-by: ONAP <arind.mondal@samsung.com>
2018-06-22Add feature aggregatorTimoney, Dan (dt5972)2-3/+3
Add feature aggregator ccsdk-sli-core-all to install all sli-core features. Change-Id: I11174fc693a9275d712312145c03abb0d4f88b41 Issue-ID: CCSDK-280 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-18Merge "Update sli/core to ODL Oxygen"Dan Timoney4-187/+142
2018-06-15Update sli/core to ODL OxygenTimoney, Dan (dt5972)4-187/+142
Update sli/core artifacts to compile cleanly against ODL Oxygen version of CCSDK parent poms. Change-Id: I9f3b4c40b1ae62cdda1c35836466f8faf7da3b39 Issue-ID: CCSDK-280 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-12Reset root array length when using setnodeSmokowski, Kevin (ks6305)3-0/+15
Reset root array length when using setnode shortcut to support backwards compatibility Change-Id: I0a51e396a9c75a632759cefd82ef4c6c6ca3a384 Issue-ID: CCSDK-302 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-06-06Roll versions for Casablanca - sli/coreTimoney, Dan (dt5972)9-18/+18
Update versions for Casablanca development Change-Id: I0b9d30707033706b35afcd016687fc86c8f2a83e Issue-ID: CCSDK-295 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Use version 1.0.4 of parentv0.2.42.0.0-ONAPbeijing2.0.0-ONAPTimoney, Dan (dt5972)9-9/+9
Use released version of parent pom Change-Id: Iaf783c89e2afc6e974ba4ea2b286f380a6b84fd8 Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Roll version to 0.2.4Timoney, Dan (dt5972)9-18/+18
Roll version to 0.2.4-SNAPSHOT and version 1.0.4-SNAPSHOT of parent Change-Id: I7dda7fc4a25756e129d75e0a79b4d82f5622144f Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-23Update to release version parent 1.0.3v0.2.3Stilwell, David (stilwelld)9-9/+9
Update parent version to remove -SNAPSHOT (1.0.3) Change-Id: Ie9680134a643c7cfec3fd774422d8c62637bdbc3 Issue-ID: CCSDK-290 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2018-05-23Roll to the next snapshot and use new parent pomStilwell, David (stilwelld)9-17/+17
Updated version to 0.2.3-SNAPSHOT and 1.0.3-SNAPSHOT parent pom Change-Id: I2ac80137aa409d0d13b4bec12beb2b7e74bdfa40 Issue-ID: CCSDK-290 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2018-05-21Remove incorrect dblib ref in feature.xmlTimoney, Dan (dt5972)1-0/+7
Generated feature.xml contained unnecessary reference to dblib-provider with wrong version. Suppressed by explicitly declaring dblib-provider in features/pom.xml with scope 'provided'. Change-Id: I34571194fca3c24d710ad36c1a99f86ec6bcd9b1 Issue-ID: CCSDK-290 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-17Update sli/core to use release 1.0.2 parentsTimoney, Dan (dt5972)9-9/+9
Updated pom.xmls to use released version of parent pom. Change-Id: Ib3d1c856691556cbd4c5f51852888f4bfc791a9f Issue-ID: CCSDK-286 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-08Remove erroneous license headerTimoney, Dan (dt5972)2-11/+0
Remove erroneous license headers from pom.xml files. These should be licensed under master license (no separate license header needed). Change-Id: Icaab3bffec0490d2904aa2e9b0a7a6d588ec07a6 Issue-ID: CCSDK-269 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-04Merge "SLI provider needs Dynamic-ImportPackage"Dan Timoney1-0/+17
2018-05-04SLI provider needs Dynamic-ImportPackageTimoney, Dan (dt5972)1-0/+17
The SLI provider package needs the option Dynamic-ImportPackage set in its manifest to allow it to bypass normal OSGi classpath isolation. Change-Id: I93be9ed111f72197db16f1b486b2102cbb9bbcdb Issue-ID: CCSDK-268 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-03Merge "TestSvcLogicLoader for windows"Dan Timoney1-4/+4
2018-05-03TestSvcLogicLoader for windowsSmokowski, Kevin (ks6305)1-4/+4
TestSvcLogicLoader fails when run against a machine running windows Change-Id: I3687ac21c50cde10b1e8a0ed816b67d48c5e77f9 Issue-ID: CCSDK-266 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-05-03SetNodeExecutor nulling feature enhancementSmokowski, Kevin (ks6305)4-58/+150
Add special handling for clear a single array element or an entire array Change-Id: Ica73e2af32f4a566219e1487504753276bc98aa2 Issue-ID: CCSDK-265 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
2018-04-29Roll versions step 2 : sli/core pomsTimoney, Dan (dt5972)9-17/+17
Roll to next version for next release candidate. Change-Id: I0a76316934afd79f4ecf3588453ed4d6e34fb615 Issue-ID: CCSDK-257 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-18Fix release versionTimoney, Dan (dt5972)1-1/+1
Fix release version in version.properties Change-Id: I4d354ac42260a4dcd17f516a413c036b85086db3 Issue-ID: CCSDK-242 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-10URGENT : Add node executorsTimoney, Dan (dt5972)1-39/+32
Need to register node executors on SvcServiceImpl start up. This was broken inadvertantly during move to Aries blueprint. NOTE : This is a sev 1 fix for APP-C. Please review and merge ASAP. Change-Id: Ic4ff7c91f2b46ed81fd78a35bf8ea9d37c098c68 Issue-ID: CCSDK-236 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>