aboutsummaryrefslogtreecommitdiffstats
path: root/dblib
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Prune code migrated from sdnc/core to ccsdkDan Timoney38-4679/+2
Remove code from sdnc/core which has been refactored to the CCSDK sli/core project as part of the ONAP Amsterdam release. Added README.md files for each former sdnc/core component redirecting the reader to the correct CCSDK repo. Change-Id: Ifb1f7752fa5e6e08e4393fb34e68dc1a84f35678 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-03SDNC-52 Source files should not be executableRyan Goulding10-0/+0
Eliminates execute perms for source files. Change-Id: If01c0bd17928c2aafb29a1889dc4c8bf07fe8a4f Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
2017-06-05[SDNC-14] Roll versionDan Timoney4-6/+6
Roll version to 1.1.2-SNAPSHOT with root pom version 1.1.2 Change-Id: Ib0a16857eff37e894c9b47179897759e4fa75271 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-22Fix typos in dblib/README.mdCédric Ollivier1-2/+2
Change-Id: Ia9404ccb620ba3f7683af673e5bb246d79eb07eb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-18[DOCKER] Resolve tomcat-jdbc classpath issueDan Timoney1-1/+1
Updated dblib features.xml file to insert DynamicImport-Package header in tomcat-jdbc MANIFEST so that tomcat-jdbc can find mysql driver Change-Id: Iae4d4d0b9c749e36be4767e416abdcea1318e511 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-17[DOCKER] Add missing jarDan Timoney1-1/+6
Add missing tomcat jars needed by dblib to dblib installation bundle Change-Id: Ib9aa9aa5ba0b380431c2a6d3029ee3619c280dbf Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-16[SDNC-3] Fix site plugin configDan Timoney1-12/+0
Remove site plugin config from dblib, filters - use values from rootpom Change-Id: Ia2b6b293aeb6d9a24d21ed82ae4f5b3d86816c6c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-16Merge "Depend on opendaylight-karaf-empty from odlparent"Dan Timoney1-2/+2
2017-05-15Merge "[COMMON-15] summary"Dan Timoney1-0/+5
2017-05-15Merge "AbstractResourceManagerFactory Clean Code Hygiene"Dan Timoney1-8/+11
2017-05-15Depend on opendaylight-karaf-empty from odlparentAlexis de Talhouët1-2/+2
As per as BUG 6278 in ODL: https://bugs.opendaylight.org/show_bug.cgi?id=6278 karaf-parent, and its child have been moved to odlparent. Aligning downstream consumer to avoid breakage once the artifact is removed from controller. Change-Id: I2cbcb29141405d5e14ea5815ca95a88ed9824157 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-05-10[COMMON-15] summaryRich Tabedzki1-0/+5
Updated dependency list Change-Id: I165654d666880410ed48754d4def850f6e3bcfd3 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-05-09[COMMON-14] summaryRich Tabedzki1-5/+0
removed deprecated dependency Change-Id: I920de31bd767ecaa53f3bf9383545b9bc52b2baf Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-05-02[SDNC-8] summaryRich Tabedzki46-15162/+6
Upadted dependencies Change-Id: I431b34177c4b4e76744ef3b305c3998a1a57b8ca Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-05-01AbstractResourceManagerFactory Clean Code HygieneMarcus G K Williams1-8/+11
Change-Id: I0f10520e86b692ee244a80bbc0047fe220b044f9 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-04-25Merge "[SDNC-7] summary"Dan Timoney2-2/+0
2017-04-25[RENUMBER] Roll to next snapshotDan Timoney5-7/+7
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 Tabedzki2-2/+0
added support for new fields in the metrics logger Change-Id: I93e128a6275203005446ce56c0f0bc4e0867f888 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-04-21[SDNC-5] Boron port and bug fixesDan Timoney3-10/+4
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-19Fix unchecked cast warningGary Wu1-3/+3
Change-Id: Iac785077a6f102ba7b85ddb40f722e4001ae26c3 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu3-0/+6
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-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] Rebase sdnc-coreDan Timoney55-349/+15341
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-15[VERSION] Roll to next versionDan Timoney4-6/+6
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 Timoney4-6/+6
Roll back to version 1.0.0-SNAPSHOT Change-Id: I01ecdf7f547d7d79f4e9d23625407cd5a3464e67 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Update version to 1.0.0Dan Timoney4-6/+6
Update version to 1.0.0 to produce release build Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-19[VERSION] Update dependency versionsDan Timoney4-6/+6
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-15Initial commit for OpenECOMP SDN-C N-C coreDan Timoney39-0/+4355
Change-Id: I30c52795ab821c4fdd18b55d202f10a76a01acfa Signed-off-by: Dan Timoney <dtimoney@att.com>