aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-25Merge "[SDNC-7] summary"Dan Timoney4-948/+964
2017-04-25Merge "Add assertions to SvcLogicExpressionResolverTest"Dan Timoney2-24/+35
2017-04-25Merge "Fix sdnc core build failure"Dan Timoney1-1/+0
2017-04-25[RENUMBER] Roll to next snapshotDan Timoney26-32/+32
Roll to snapshot version 1.1.1-SNAPSHOT Change-Id: I284f5ddf82439bde3d0193cf6215bfb892a8ebf2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-25[SDNC-7] summaryRich Tabedzki4-948/+964
added support for new fields in the metrics logger Change-Id: I93e128a6275203005446ce56c0f0bc4e0867f888 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-04-24[REBASE] Update parent versionDan Timoney1-3/+1
Update sdnc-core to use stable version 1.1.0 of root pom Change-Id: I973059b11185f6bde3f41232d54158a445e57971 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-21[SDNC-5] Update versionDan Timoney2-2/+1
Prepare root pom version 1.1.0 for use Change-Id: I8ddd21b55b0e43cd34878c5a06ffedd7c9b5ee5d Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-21[SDNC-5] Boron port and bug fixesDan Timoney18-2348/+2142
Changes to support Boron as well as bug fixes discovered during initial testing. Change-Id: Ic6c156c8fe884a6a3bccc19d0676da312be8a4c2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-20Merge "Fix unchecked cast warning"Dan Timoney1-3/+3
2017-04-20Add assertions to SvcLogicExpressionResolverTestGary Wu2-24/+35
Add JUnit assertions to SvcLogicExpressionResolverTest so that it actually verifies the evaluated results vs. the expected values. Change-Id: I7d17c525e6940e25a994e0fe62d7c4c3d844381b Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-19Fix unchecked cast warningGary Wu1-3/+3
Change-Id: Iac785077a6f102ba7b85ddb40f722e4001ae26c3 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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-04-12Merge "Fix assembly xmls for maven-assembly-plugin v2.2+"Dan Timoney15-2/+26
2017-04-11Fix sdnc core build failureKanagaraj Manickam k003651061-1/+0
sdnc core proejct is hard-coded with odlparent pom.xml and its removed to pass the build, as odlparent will be available from nexus. Change-Id: I6645a0fddd27a416ffedd297df2003f93a60441e Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2017-04-07Refactor to remove redundant codeGary Wu1-17/+1
Change-Id: I910c4c168164f8709684729c67c000c190b07618 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu15-2/+26
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I4eccccd8c1f9ffb510461507de8a88952ee8a0b3 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-05Merge "[SDNC-3] Update javadoc config"Dan Timoney2-4/+4
2017-04-05[SDNC-3] Update javadoc configDan Timoney2-4/+4
Update javadoc config to publish to onap.org site Change-Id: I6f9ba9240315f5405a8efacdfd7e5ecb0c6e9afb Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-04[SDNC-5] summaryRich Tabedzki8-142/+614
Updated dblib code from 17.07 branch Change-Id: Ifa3ef1edbaa346bb4da388bdd9abe1dbdb165516 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-04-03[SDNC-5] summaryRich Tabedzki5-80/+103
Migrated 17.07 changes to master Change-Id: Ida9a458b2e59e0ccad0767fd4b15b94d8757216a Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-03-31[SDNC-5] Update rootpom versionDan Timoney1-0/+1
Create new rootpom version to avoid caching issue with old version of root pom Change-Id: I6802e89cfc5b51e694502818700a5ab5d0740723 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-31[SDNC-5] Update rootpom versionDan Timoney2-2/+2
Create new rootpom version to avoid caching issue with old version of root pom Change-Id: I0576fcabce4c6437b158d001fb5fcc309f02058b Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-31[SDNC-5] Rebase sdnc-coreDan Timoney111-2414/+19969
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-03-30Merge "Update .gitreview with onap URL"Dan Timoney1-1/+1
2017-03-29Update domain URLs from openecomp.org to onap.orgAndrew Grimberg2-10/+10
The openecomp.org namespace is deprecated in favor of the onap.org namespace Change-Id: Id3d9ee9b5af065a11943f43a0a904d751ee5e459 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I6cdfb342660b23956755ff5c7960501ac46f3895 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-15[ROOTPOM] Update rootpom to next versionDan Timoney1-2/+2
Roll versions in root pom Change-Id: I54492ba81815ce0020dfca86a24921eba69fda5c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-15[VERSION] Roll to next versionDan Timoney26-34/+34
Roll to version 1.1.0-SNAPSHOT Change-Id: Ib48f5bdc0550d5bb5611a9e86c0ade84a5a7af6e Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[VERSION] Roll back to snapshotDan Timoney25-34/+34
Roll back to version 1.0.0-SNAPSHOT Change-Id: I01ecdf7f547d7d79f4e9d23625407cd5a3464e67 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[CLEANUP] Remove version from feature tagDan Timoney1-1/+1
Remove version from dblib feature reference Change-Id: Ib11687bb71b1515231897193edda232e1f96bf1d Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[REFRESH] Force recompileDan Timoney1-1/+0
Removed line from pom.xml to force recompile Change-Id: I2d580a2b10686c3f2ab49b2c7629c3af90c46f12 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-22[DEMO] Gerrit demoDan Timoney1-1/+0
Removed one blank line from README.md to demo Gerrit flow Change-Id: I3992cf330d3902ea89f9fee8c3cc09fb1d225445 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Staging propertiesDan Timoney2-6/+6
Define properties for staging configuration Change-Id: Id9a573cb3243f7936570a02fd02224acbcad7fa1 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Restore staging pluginDan Timoney1-28/+11
Staging plugin does not work from build profile Change-Id: Ie23f3097177e20265bc4a011dc6f2f886d53a275 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Staging plugin fixDan Timoney1-3/+3
Restore hard-coded values for staging plugin Change-Id: I441ecf53525dfc5a3a67399b5c92b4829a67439b Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Restore staging pluginDan Timoney1-24/+11
Staging plugin does not run properly from build profile Change-Id: I4488d3a9a27a56797539453885976af8d5f3ee76 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Activate profileDan Timoney1-3/+2
Activate staging profile by default Change-Id: Iffd26bb7572c41384d1a21f642ccead9e1424f07 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Add build profilesDan Timoney62-91/+163
Use build profiles to enable/disable staging and blackduck scans Change-Id: I075c076206a401afc46c76b06cb3b642cb9c3eed Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Official root pom versionDan Timoney2-2/+2
Use root pom version 1.0.0 Change-Id: I3e5cd9137283662e696e1edc8ce52f7a45643601 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Update version to 1.0.0Dan Timoney74-80/+80
Update version to 1.0.0 to produce release build Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[ROOTPOM] Repository id fixDan Timoney1-2/+2
Repository ids need to match server-ids in maven settings Change-Id: I43fbfee16f09eff9b158387bf5223dd7aa24516d Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[DEMO] Jenkins flow demoDan Timoney1-1/+0
Removed blank line Change-Id: Iaf226c18640c137579d35f5f1a572fd3a9ef3295 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[SKIPTESTS] Disable unit testsDan Timoney1-113/+107
Unit tests require mysql database server which does not exist Change-Id: I735454b7ba164eb768e547009534d1aea4957d00 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-19[VERSION] Reset root versionDan Timoney2-2/+2
Reset root pom version to 1.0.0-SNAPSHOT Change-Id: I5a95be493f48ffe39e046222f093e932a7b3d17a Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-19[VERSION] Update dependency versionsDan Timoney25-32/+32
Update dependency versions to snapahot Change-Id: I0aa631dff7e589339edf391e7681f609d81d814b Signed-off-by: Dan Timoney <dtimoney@att.com> [VERSION] Reset version Reset version to 1.0.0-SNAPSHOT Change-Id: Ief9c015d5a5a0f69a2bffb9e498d464eb77def05 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-19[ROOTPOM] Add staging pluginDan Timoney1-0/+11
Add plugin configuration to write to staging repository Change-Id: Ie030b8aac661bc1b7c1bfcb1ce62796b2067005a Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-19[ROOTPOM] Parameterize pomDan Timoney1-659/+650
Parameterize environment-specific settings in parent pom as properties so they can be overridden Change-Id: I9584593c12f74c62fd92540139ad76da3fd9ff28 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-17Staging fixDan Timoney1-0/+12
Update project to save artifacts to staging area Change-Id: Ifb3b62b0798d973bac9513f1ffe46cad27920cfc Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-17Parent POM cleanupDan Timoney1-2/+2
Update public repository settings Change-Id: I56089dca7f90c67708b0f94daef07a838205d44f Signed-off-by: Dan Timoney <dtimoney@att.com>