aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-common/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31fix issue with deploying server TLS certificatesKotagiri, Ramprasad (rp5662)1-1/+1
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)17-1142/+1130
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)11-1916/+2299
Issue-ID: DCAEGEN2-1857 Issue-ID: DCAEGEN2-2074 Issue-ID: DCAEGEN2-2364 Change-Id: I97f5ec4599512ed848136971b11d4c2a137a4999 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-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-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-03-21Java unit test codeKotagiri, Ramprasad (rp5662)13-282/+4214
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)3-0/+63
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 kotagiri7-236/+369
Change-Id: I9549091ebeeabcef2d7af7d91cc394d8371e496b Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2018-03-07Fix dashboard repo issueHong Guan2-195/+195
Change-Id: I264bc0ec06bc308816bd96982efdfef28264978c Issue-ID: CCSDK-196 Signed-off-by: Hong Guan <hg4105@att.com>
2017-10-06Refactor CCSDK/Dashboard projectNicolas Hu3-0/+236
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>