aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11Exclude unneeded classes so app will startrelease-1.1.0Christopher Lott (cl778h)5-22/+83
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>
2017-10-10Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I205de6de4ee4a043cbf4e9f1c601e64b55fe680b Issue-Id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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)3-42/+232
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-08-04Revise demo user orgUserId to match Portal.Christopher Lott (cl778h)1-7/+0
An exact match enables single sign on at the Portal, recognized at app. Change-Id: I102d0c64397decf5982c475dd7f56ca7504cba90 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-04Add "demo" user to DBC to match portalChristopher Lott (cl778h)1-0/+6
All demonstration apps for Rackspace accept a "demo" user login. Change-Id: I2780943b9c24346cf756134e8b007e4dba12018e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-25Add plugin config to skip deployment step.Christopher Lott (cl778h)1-0/+9
ONAP Jenkins always runs "mvn deploy" but the WAR file may not be deployed to their Nexus. Change-Id: I75bcfdf563395b1d3b174876e199b2874518c022 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-25Repair missing-driver deployment problemChristopher Lott (cl778h)2-9/+25
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)3-16/+7
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-25[Portal-7] Add scripts to create db in dockerChristopher Lott (cl778h)3-3/+10
Change-Id: I327048c4dc3f0faea21fbda894cd22ed102346aa Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-10[Portal-7] Add site to dist mgt in dbca-os pom.Christopher Lott (cl778h)1-1/+5
Change-Id: Ief0101959213af88d7ddaf6cf4fa8418d30f5898 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[Portal-7] Correct dist mgt in dbca-os pomChristopher Lott (cl778h)1-4/+12
Change-Id: Ie1f40b43f8cfc5920900495f7e3902453aa16454 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[Portal-7] restore deploy target to dbca-osChristopher Lott (cl778h)4-9/+34
Change-Id: Ia56ab190eb709d75e906c248390ade77c576952e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-09[Portal-7] skip deploy target in all projectsChristopher Lott (cl778h)3-1/+18
Change-Id: If8188f6354d47c7357bfaa1a0b9f65a2ffe347bb 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)3751-620770/+137250
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>
2017-04-04javadocs site addedManoop Talasila1-2/+3
Change-Id: I2258da0ebbbafdf19e8edf407f2423357728ec64 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-03-31Merge "Point Nexus proxy to new URL"Daniel Rose4-14/+33
2017-03-29Point Nexus proxy to new URLAndrew Grimberg4-14/+33
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Iefb68e55fb5e7a4fcc384bac381c8be6a1a34d70 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I00e6bbb9c5d802747ca141c9c22d9a0e97826dbf Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-24staging repo addedtalasila3-737/+7
Change-Id: I80795739d01d54dbad14f20a1275711ee3b3778e Signed-off-by: talasila <talasila@research.att.com>
2017-03-22gitignore addedtalasila3-61/+104
Change-Id: Ie15ce501456a3f30c8d7b91cc7b85173d27652e3 Signed-off-by: talasila <talasila@research.att.com>
2017-03-101.1.0-SNAPSHOT is updated in pomstalasila5-22/+22
Change-Id: I8b613d1de0e69ab97e1cc87598740a672c40ddc7 Signed-off-by: talasila <talasila@research.att.com>
2017-03-07staging release 1.0.0talasila5-30/+62
Change-Id: Ida76d40f4ac6da933118905d9f94c45988cc80bc Signed-off-by: talasila <talasila@research.att.com>
2017-03-07snapshot release and added stagingtalasila4-31/+300
Change-Id: I08dfa46e244d44d2b8952de4559f9e8305a2e075 Signed-off-by: talasila <talasila@research.att.com>
2017-02-15cleaning pom commentstalasila5-82/+88
Change-Id: Iadb95ec19614c363f88d02b701b685cf367240f6 Signed-off-by: talasila <talasila@research.att.com>
2017-02-10nexus repo URL updatedtalasila4-63/+337
Change-Id: If4b043d46e565d024c39c6c148bdd117f877fdac Signed-off-by: talasila <talasila@research.att.com>
2017-02-08Initial OpenECOMP UI/DMaapBC committalasila2880-0/+674418
Change-Id: Ia492e1b88311b9bed4c31f593b28deaaad73b7e4 Signed-off-by: talasila <talasila@research.att.com>
2017-02-07Initial empty repositoryAndrew Grimberg0-0/+0