aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-common
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Remove SNAPSHOT referencesHEAD2.0.0-ONAPmasterbeijing2.0.0-ONAPdglFromAtt1-3/+3
Change-Id: I5181a956a53ab518d20ba4232db0256ee35af91c Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-499
2018-03-23Use new ONAP artifact w/o flexslider dependencydglFromAtt11-32/+36
This has additional changes for using ONAP artifact in dbca-common subdir. Change-Id: I1b0b50dc8d884500d2e0ba1ba8d21373834f9486 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-341
2018-02-08Refactor to use org.onap local packagesDominic Lunanuova37-89/+89
This is stage 1 of refactoring to use org.onap instead of org.openecomp in java packages and class names. Leaving the update from openecomp portalsdk to onap epsdk for a future exercise since I'm trying to get a standalone GUI working (i.e. non-portal). Issue-ID: DMAAP-159 Change-Id: I6a9368c66fa3603b1d9984f600802326ff2f0592 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-02-06Changes to DMaaP GUI for BeijingDominic Lunanuova1-1/+1
Using this story to make changes to GUI so it can be standalone, and comply with ONAP terminology. Issue-ID: DMAAP-159 Change-Id: I2d461699033a2c294cb6bfeff306405e69d8389f Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2017-10-11Exclude unneeded classes so app will startChristopher Lott (cl778h)1-0/+46
1. The webapp fails to start in WindRiver (same docker image works in Rackspace). Extend app configuration to exclude unneeded class where the error happens. 2. Use MariaDB connector; drop Mysql connector. Issue: DMAAP-159, PORTAL-20 Change-Id: I203e0d463308011eb18085974001118958a2abaf Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com> (cherry picked from commit 4c9cbdc7bf459490fe75d60ff3676e6ce34eb6b1)
2017-07-25Repair missing-driver deployment problemChristopher Lott (cl778h)1-6/+0
Add mysql connector to app POM; drop mariaDB from common POM. Patch around epsdk-app-common POM problem of using version 1.1.0-SNAPSHOT of epsdk-* libraries. Change-Id: I2ef021e51610e5db2235c3ef64a02bfce01a4a3b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-13[PORTAL-23] Use EPSDK 1.1.0Christopher Lott (cl778h)1-6/+1
Upgrade to release version 1.1.0 of EPSDK libraries. Drop version suffix from final name of web app war file. Change-Id: Id03e2808445e59c18eafe3f635c09774ef3f0dba Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[Portal-7] skip deploy target in all projectsChristopher Lott (cl778h)1-0/+9
Change-Id: If8188f6354d47c7357bfaa1a0b9f65a2ffe347bb Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[ONAP-rebase] Rebase as 1.1.0-SNAPSHOTChristopher Lott (cl778h)40-0/+7256
Consolidate into a single maven project; no more separate model and client jars. Change-Id: Ibbba982250b74c0dfd09ee1c65c0fb6c158dd632 Signed-off-by: Christopher Lott <cl778h@att.com> Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>