aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/src
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Fix operator associativity in SLI debug logGary Wu3-27/+44
SvcLogicBinaryExpression.asParsedExpr() for debug logging was rendering expressions as if the operators were right associative, which is incorrect. This change fixes the method to render the operators as being left associative. Change-Id: Ief22c4ee24d48ed333b1bff54b84ed7dd7940779 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-12[SDNGC-5] summaryRich Tabedzki1-1/+3
expanded catch block in fech() to handle SQLException separately from other exceptions Change-Id: I9f9d52b088323df3d73ba172f6f88d2ef927abb8 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-03-31[SDNC-5] Rebase sdnc-coreDan Timoney4-31/+379
Upgrade to OpenDaylight Boron release, and sync changes made since 16.10 release to ONAP SDN-C distribution Change-Id: I20bef9e6d0008c4436b5624ce839bbb70ecc20a5 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Update version to 1.0.0Dan Timoney39-39/+39
Update version to 1.0.0 to produce release build Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-15Initial commit for OpenECOMP SDN-C N-C coreDan Timoney48-0/+7733
Change-Id: I30c52795ab821c4fdd18b55d202f10a76a01acfa Signed-off-by: Dan Timoney <dtimoney@att.com>