aboutsummaryrefslogtreecommitdiffstats
path: root/sli
AgeCommit message (Collapse)AuthorFilesLines
2018-12-03refactor sli-providerSmokowski, Kevin (ks6305)55-293/+577
split sli-provider into sli-provider and sli-provider-base Change-Id: I7b7edb767c04c9a6caf72a9172f49518655e33b7 Issue-ID: CCSDK-778 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-11-30Fixed Sonar issue in DeleteNodeExecutor.javaezhil1-3/+4
Replaced litrals with constant Issue-ID: CCSDK-776 Change-Id: I58c02ec0ee78e9e4b852aa11266dc720fffbd172 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-28Merge "Add DG name to debug"Dan Timoney1-2/+2
2018-11-28Merge "Fixed Sonar issue in FileRecorder"Dan Timoney1-1/+2
2018-11-28Merge "Fixed Sonar issue in SvcLogicServiceImpl"Dan Timoney1-8/+6
2018-11-28Add DG name to debugBrandon, Bruce (bb2697)1-2/+2
Add DG name to debug line giving node ID execution Change-Id: I95ef74982694ab53068339cce88ec3ea8ccf2258 Issue-ID: SDNC-538 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
2018-11-27Fixed Sonar issue in FileRecorderezhil1-1/+2
Removed unused imports Issue-ID: CCSDK-755 Change-Id: I1e303a0490e0da0f1ca998197524d4400ad80eb5 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-27Fixed Sonar issue in SvcLogicServiceImplezhil1-8/+6
Removed unused imports and duplicate literals Issue-ID: CCSDK-754 Change-Id: I797475aec7519928f3676af189a45790a9b84a29 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-27Sonar fix in SvcLogicNodeExecutorezhil1-4/+0
Remove unused imports Issue-ID: CCSDK-753 Change-Id: I790c095924d35f2be6fcb92c8fcfbbb43464b9c5 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Merge "Sonar fixes for PrintYangToProp.java"Dan Timoney1-18/+3
2018-11-19Merge "Fix blocker sonar issue in sli/core"Dan Timoney1-16/+2
2018-11-19Sonar fixes for PrintYangToProp.javaezhil1-18/+3
Fixed sonar issues in PrintYangToProp class Issue-ID: CCSDK-730 Change-Id: If344af657356ee0d2499fbd061e23fbd06617d2b Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Fix blocker sonar issue in sli/coreParshad Patel1-16/+2
Fix use try with resources issue in FileRecorder.java Issue-ID: CCSDK-647 Change-Id: Ibe8afb5873b3af681def5310cc53ea0172608f1a Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-09Fix node id / type in log entry0.3.2Timoney, 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-11-01SetNode patchSmokowski, Kevin (ks6305)8-16/+213
Support nested array removal with setnode Change-Id: Ie70ef2ff7b84d35c9352c7597aef0f636128439b Issue-ID: CCSDK-643 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-10-25mdsalhelper patchSmokowski, Kevin (ks6305)4-1450/+1669
fix mdsalhelper handling of certain types when calling to builder Change-Id: I01c1df75ad71426a891ea885ac3f7631d1b28c1b Issue-ID: CCSDK-626 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2018-10-22Roll to first Dublin snapshotTimoney, Dan (dt5972)9-18/+18
Roll to first Dublin snapshot Change-Id: I7066b4c4359f6c700c2b8036fd67a1a3bd66cf1e 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>