aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-common
AgeCommit message (Collapse)AuthorFilesLines
2021-05-04Fix issues with inserting dashboard user into databasehonoluluRemigiusz Janeczek1-2/+2
Issue-ID: DCAEGEN2-2751 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I60039fddf5493464b49f6a97d0fde4b4d8939773 Signed-off-by: vv770d <vv770d@att.com>
2021-05-04[CCSDK/DCAE] Fix dashboard app errorvv770d1-4/+4
recent version upgrades for spring-web and jackson is causing application to not start reverting com.fasterxml.jackson.core : jackson-databind : 2.9.8 org.springframework : spring-web : 4.3.22.RELEASE Change-Id: If88b8744574b889879d8fafe43ea51598a089310 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: CCSDK-3233 Signed-off-by: vv770d <vv770d@att.com> (cherry picked from commit 72bc16df1699d7bf9430430db722059839104bd2)
2020-09-30Update third party dependenciesDan Timoney1-5/+5
Updated the following dependencies based on guidance from SECCOM: com.fasterxml.jackson.core : jackson-databind : 2.9.8 -> 2.11.0 org.springframework : spring-web : 4.3.22.RELEASE -> 5.2.7.RELEASE org.springframework : spring-webmvc : 4.3.22.RELEASE -> 5.2.7.RELEASE com.mchange : c3p0 : 0.9.5.3 -> 0.9.5.5 Also, updated jsp tag library from javax.servlet:jstl:1.2 to org.glassfish.web:javax.servlet.jsp.jstl:1.2.5 to remediate vulnerability. Change-Id: I48c5bc6944eab469c120b7aae8876721b989f443 Issue-ID: CCSDK-2855 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-02update pom for java sonar code coverageKotagiri, Ramprasad (rp5662)1-78/+4
Issue-ID: DCAEGEN2-2298 Change-Id: I60a15e6f9c3fd45a60f0dfd037d1f99833422717 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-08-31fix issue with deploying server TLS certificatesKotagiri, Ramprasad (rp5662)4-10/+14
Issue-ID: DCAEGEN2-2298 Change-Id: I45cb6684902f7eedfb84a390717bdfb3dd51f746 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-08-21java 11 upgrade and sonar scan fixesKotagiri, Ramprasad (rp5662)110-6505/+6251
Recompile java source code using jdk11 Run in ojdk11 JRE tomcat container upgrade alpine base image Issue-ID: DCAEGEN2-2298 Change-Id: Ic4bf2626e5805508589cafe52b7c4e91d7ae3580 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-08-12CCSDK DCAE dashboard feature changesKotagiri, Ramprasad (rp5662)103-6646/+9219
Issue-ID: DCAEGEN2-1857 Issue-ID: DCAEGEN2-2074 Issue-ID: DCAEGEN2-2364 Change-Id: I97f5ec4599512ed848136971b11d4c2a137a4999 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-03-11[DCAEGEN2-2139] tomcat server config for https connector1.3.2Kotagiri, Ramprasad (rp5662)1-2/+2
escape XML special characters for XML element attributes Issue-ID: DCAEGEN2-2139 Change-Id: Id332a8f45ad1df59793a282383a0486e512a0939 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-03-02skip blueprint parsing exceptions for invalid YAMLKotagiri, Ramprasad (rp5662)2-8/+9
Allow blueprint records to be displayed by skipping records with invalid YAML. Issue-ID: DCAEGEN2-2120 Change-Id: I025bfc27e175683005400ab094c8a430191f56f4 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-02-06DCAE dashboard security fixesKotagiri, Ramprasad (rp5662)3-212/+4
Portal SDK ver 2.6.0, non-root user for docker container Change label on Dashboard Home page, API changes, Container optimization Change-Id: Ie2c8efd76d34fddc2b182d5ed494761522695914 Issue-ID: DCAEGEN2-1638 Issue-ID: CCSDK-1485 Issue-ID: DCAEGEN2-1921 Issue-ID: DCAEGEN2-1915 Issue-ID: DCAEGEN2-1856 Issue-ID: DCAEGEN2-1556 Issue-ID: DCAEGEN2-1592 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-07-29Merge "CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.java"Brinda Santh Muthuramalingam1-0/+40
2019-07-29Merge "CCSDK-1543 -junits for ServiceNotFoundException.java"Brinda Santh Muthuramalingam1-0/+39
2019-07-26Merge "CCSDK-1539-junits for DashboardControllerException.java file"Dan Timoney1-0/+67
2019-07-26Merge "CCSDK-1528 - junits for BlueprintParseException.java"Dan Timoney1-0/+43
2019-07-26Merge "CCSDK-1536 -return this expression instead of assigning it to the ↵Brinda Santh Muthuramalingam1-2/+4
temporary variable"
2019-07-26Merge "CCSDK-1538 -Move this constructor to comply with Java Code Conventions"Dan Timoney1-13/+16
2019-07-26Merge "CCSDK-1537 -add @override annotation above method signature"Dan Timoney1-2/+6
2019-07-26CCSDK-1536 -return this expression instead of assigning it to the temporary ↵Thugutla Sailakshmi1-2/+4
variable return this expression instead of assigning it to the temporary variable Issue-ID: CCSDK-1536 Change-Id: Ib0e7970585978e84189b5c71f2fd9c6c6c74eab8 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Merge "CCSDK-1532 -junits for ControllerOpsTools.java file"Dan Timoney1-0/+44
2019-07-26Merge "CCSDK-1530 -junits for ServiceTypeActiveException.java file"Dan Timoney1-0/+72
2019-07-26CCSDK-1528 - junits for BlueprintParseException.javaThugutla Sailakshmi1-0/+43
junits for BlueprintParseException.java Issue-ID: CCSDK-1528 Change-Id: Ib4d49588e19e3a5bde3ea50fe54f0a6ff21bc317 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26CCSDK-1543 -junits for ServiceNotFoundException.javaThugutla Sailakshmi1-0/+39
junits for ServiceNotFoundException.java Issue-ID: CCSDK-1543 Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.javaThugutla Sailakshmi1-0/+40
junits for ServiceAlreadyDeactivatedException.java Issue-ID: CCSDK-1542 Change-Id: I1db51b2c34154e53968a636647985130848dc737 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26CCSDK-1539-junits for DashboardControllerException.java fileThugutla Sailakshmi1-0/+67
junits for DashboardControllerException.java file Issue-ID: CCSDK-1539 Change-Id: I7dd6e4bb6ec0a9b871d9dba7ad5e93d2e2e7bf82 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26CCSDK-1538 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi1-13/+16
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1538 Change-Id: I10ac0c405f137cc8bda607bf08cc7476ebd472f0 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26CCSDK-1537 -add @override annotation above method signatureThugutla Sailakshmi1-2/+6
add @override annotation above method signature Issue-ID: CCSDK-1537 Change-Id: I13007066ea3545791c1fdf399b610118d0d09d48 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-25CCSDK-1532 -junits for ControllerOpsTools.java fileThugutla Sailakshmi1-0/+44
junits for ControllerOpsTools.java file Issue-ID: CCSDK-1532 Change-Id: Idb4c7b85895f20120cb90e9a2ad1e9661d67590c Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-25CCSDK-1530 -junits for ServiceTypeActiveException.java fileThugutla Sailakshmi1-0/+72
junits for ServiceTypeActiveException.java file Issue-ID: ccsdk-1530 Change-Id: I81e3f6d2d0d8579d98bdceadf1fa983edad51646 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-25CCSDK-1529 -junits for ServiceTypeAlreadyDeactivatedException.java fileThugutla Sailakshmi1-0/+40
junits for ServiceTypeAlreadyDeactivatedException.java file Issue-ID: CCSDK-1529 Change-Id: I56c1e014cd8e5484a88224ac70fe77ebc1d86f13 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-05-29Roll to El Alto versionTimoney, Dan (dt5972)1-2/+2
Roll to El Alto version (1.2.0-SNAPSHOT) Change-Id: If6ed958ab362ef8919f8e590a54f02f8639aaa0c Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-17Update POM files to allow maven deploy processKotagiri, Ramprasad (rp5662)1-9/+0
Remove instruction in POM files that was skipping mvn deploy step. Build artifacts are allowed to be deployed in deploy phase. Issue-ID: CCSDK-1011 Change-Id: Ibe924291607ada34ac60f912fe377df6ea4bd2cd Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-05-13Update POM to set EPSDK 2.5.0 release versionKotagiri, Ramprasad (rp5662)1-1/+1
set dependency <epsdk.version>2.5.0</epsdk.version> Issue-ID: CCSDK-1011 Change-Id: I3ce55dbae4f58b0b892b0039d25cbec6bdaf14b1 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-05-08Add API specification html page into deploymentKotagiri, Ramprasad (rp5662)2-5/+1
REST API specification html page included Removed ECOMPC application name from create blueprint screen Issue-ID: CCSDK-1011 Change-Id: Id4b50f91ec7d15a4b7e10c4e775e26fb2850c933 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-09Fix for spring auto-wiring issueKotagiri, Ramprasad (rp5662)1-1/+1
Loaded app properties Configuration class into the web application context. This was done to ensure that the application properties are read into the Spring Environment before it is accessed by other beans. Issue-ID: CCSDK-1011 Change-Id: I8ab840b51cc09c0095f53f8e124ca4f1fa896a73 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-03-28Docker container implementationKotagiri, Ramprasad (rp5662)1-319/+330
This change contains following items: 1) Update b2b-library.js to remove non-compliant code 2) Format source code for ccsdk-app-os module 3) Add Dockerfile and artifacts to create docker container 4) Update POM files for docker maven plugin and version changes Issue-ID: CCSDK-1011 Change-Id: Iae93b32e1d8c2e7b911b044bc07bba6b720742a5 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-21Java unit test codeKotagiri, Ramprasad (rp5662)33-2999/+5161
This change contains the following: 1) Added Junit classes for java unit testing and code coverage 2) Refactored code to use Spring autowiring of service class instances 3) Updated icons to match the available font icons library 4) Added back ccsdk-app-os module in the parent POM Change-Id: I545202357eb1c8257ee29e0f5a02aa37991b2673 Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-15Resolve security issuesTimoney, Dan (dt5972)125-10499/+11356
This change contains the following fixes: 1) Updated ccsdk/dashboard to use ONAP's oparent parent pom 2) Removed <version> tag from dependencies managed by oparent, where feasible (e.g. not spring, since oparent uses Spring 5 and dashboard is based on Spring 4) 3) Updated versions of third party libraries as needed to address vulnerabilities found in nexus IQ scan. 4) Added missing license headers in source files to resolve checkstyle error from oparent. 5) Fixed indentation (tab -> 4 spaces) to resolve oparent checkstyle warning. Change-Id: Ib92d5ef86dbdb78c270d0901cc0753cd5a78eb6e Issue-ID: CCSDK-1167 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-13Latest code baseramprasad kotagiri129-3482/+12898
Change-Id: I9549091ebeeabcef2d7af7d91cc394d8371e496b Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2018-03-07Fix dashboard repo issueHong Guan15-3361/+3370
Change-Id: I264bc0ec06bc308816bd96982efdfef28264978c Issue-ID: CCSDK-196 Signed-off-by: Hong Guan <hg4105@att.com>
2017-10-06Refactor CCSDK/Dashboard project: Add git filesNicolas Hu1-0/+9
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-06Refactor CCSDK/Dashboard projectNicolas Hu49-0/+6621
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>