aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/src
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Use new ONAP artifact w/o flexslider dependencydglFromAtt4-84/+2
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-03-20Code changes to address license issuedglFromAtt3-33/+33
Change-Id: I1f2457e7cd3843be7a5384c3607d637769499aef Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-341
2018-02-08Refactor to use org.onap local packagesDominic Lunanuova7-11/+12
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>
2017-10-11Exclude unneeded classes so app will startChristopher Lott (cl778h)3-12/+24
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-08-09Add gears icon to ionicons class fileChristopher Lott (cl778h)1-0/+3
Issue: PORTAL-65 Change-Id: I985f4111953283d411ea509bd8278c395ad74bd6 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-08Move ionicons font dir to the expected place.Christopher Lott (cl778h)4-0/+0
Previously was child of digital-ng-library, now a peer of that directory. Issue: PORTAL-65 Change-Id: If08fc98f143e97d5ca029e767ea2645771ad8628 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-08Define css class names with font glyphsChristopher Lott (cl778h)2-42/+231
Use the latest ecomp-ionicons.css file with additional font glyph definitions. Issue: PORTAL-64, PORTAL-65 Change-Id: Id795b45083fecafb5707c3d88a7efb1cde1afd6c Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-08Revise LoginStrategyImpl for propertyChristopher Lott (cl778h)1-23/+43
Fetch the decryption key from the system.properties file, not the portal.properties file. Also add logging to debug problems that were blocking successful single sign-on from the portal. Change-Id: I7991aa0f5f9cb76d348d2046582133603d17b2ba Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-07Repair logback.xml config for com.attChristopher Lott (cl778h)1-31/+15
Prefix com.att must match EELF implementation packages which use com.att.* Change-Id: Ia02678a55a30889cec13b3151f3020df772ec655 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[Portal-7] Remove property files that slipped byChristopher Lott (cl778h)1-45/+0
Change-Id: Ie2153bcca54648d1321695d6c5b44f75558effdf Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[ONAP-rebase] Rebase as 1.1.0-SNAPSHOTChristopher Lott (cl778h)29-0/+5473
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>