summaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os
AgeCommit message (Collapse)AuthorFilesLines
2020-08-21java 11 upgrade and sonar scan fixesKotagiri, Ramprasad (rp5662)15-1639/+1275
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-13fix the docker install script for app propertiesKotagiri, Ramprasad (rp5662)2-15/+14
Issue-ID: DCAEGEN2-1857 Change-Id: Ic0845500344d0b7c85183ed606413fc67ef52e51 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-08-12CCSDK DCAE dashboard feature changesKotagiri, Ramprasad (rp5662)29-887/+2468
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)2-3/+21
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)1-2/+2
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-18DCAE dashboard updates ver 1.3.0Kotagiri, Ramprasad (rp5662)10-76/+80
Update DB Schema to include new menu items for API doc Update the page footer for latest copyright Issue-ID: DCAEGEN2-1856 Issue-ID: DCAEGEN2-1556 Change-Id: Ia7f52b6f0151db62f2155fa26d0f50a1157e7481 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-02-06DCAE dashboard security fixesKotagiri, Ramprasad (rp5662)10-753/+1835
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-26SonarFix-Remove declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body Issue-ID: CCSDK-1531 Change-Id: I64421278bf413954eb6ce5456fcd4b6766655dc6 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-18Fix master build failureTimoney, Dan (dt5972)1-1/+1
master branch builds were failing due to errors in one of the pom.xml files Change-Id: Ic66adf654303e3664dd46bdd7ee7220c0f107b97 Issue-ID: CCSDK-1378 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-03Fix build failureTimoney, Dan (dt5972)1-4/+4
Fix build failure - problem seems to be that one pom's version is wrong and that pom does not have a parent. Change-Id: I7f33bf572ce9f4213279217ea892eab6807cf32a Issue-ID: CCSDK-1378 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-17Update POM files to allow maven deploy processKotagiri, Ramprasad (rp5662)1-10/+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)1-0/+5901
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-15update ca certs trust storeKotagiri, Ramprasad (rp5662)1-0/+7
Update docker container script to update DCAE ca cert Fix the page title on the landing page Issue-ID: CCSDK-1011 Change-Id: I7e09b43d5cd6e25b242dfdd2c6c1c0819013e1fc Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-09Fix for spring auto-wiring issueKotagiri, Ramprasad (rp5662)1-1/+2
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-04-08copy war file in Docker imageKotagiri, Ramprasad (rp5662)3-3/+4
Add build argument in POM to set the ARG used in Dockerfile. Issue-ID: CCSDK-1011 Change-Id: Ie8181b8bf19770e39a8358149a29e9bfc5ce1a86 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-08Fix issue with copying war file in Docker imageKotagiri, Ramprasad (rp5662)1-1/+1
Update Dockerfile to change instruction from ADD to COPY Issue-ID: CCSDK-1011 Change-Id: Ieda015fa26e47193fa4e6e41752eb84004ebd7f0 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-03Skip enforcer rulesTimoney, Dan (dt5972)1-0/+1
Skip enforcer rules to allow release and docker builds to succeed with dependency on portal snapshot release. Change-Id: I8a41113caa71450aa27646c33f4ed0fb79e3c972 Issue-ID: CCSDK-1011 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-02Update to use fabric io docker pluginTimoney, Dan (dt5972)1-27/+75
Update to use fabric io docker plugin to create docker image Change-Id: I6b068a3224bf9af9cc8c3b2e43dbb3af377d54b7 Issue-ID: CCSDK-1011 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-02Update POM for maven dockerfile plugin push targetKotagiri, Ramprasad (rp5662)1-12/+12
This update addresses the issue for docker push. dockerfile-maven-plugin configuration expects the docker login credentials to be present in the maven settings file. <servers> <server><id>nexus3.onap.org:10003</id><username></username><password></password></server> </servers> Issue-ID: CCSDK-1011 Change-Id: I8a700336805e997f3094d87f8e10756258fe96fa Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-29Update config for dockerfile maven pluginKotagiri, Ramprasad (rp5662)1-0/+1
Turn off googleContainerRegistryEnabled in dockerfile maven plugin Issue-ID: CCSDK-1011 Change-Id: Ieb5a3919015945794fff34dfc8536fae0488ecad Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-28Docker container implementationKotagiri, Ramprasad (rp5662)12-743/+2095
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)2-0/+0
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-13Latest code baseramprasad kotagiri5-12/+20
Change-Id: I9549091ebeeabcef2d7af7d91cc394d8371e496b Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2018-03-07Fix dashboard repo issueHong Guan9-856/+878
Change-Id: I264bc0ec06bc308816bd96982efdfef28264978c Issue-ID: CCSDK-196 Signed-off-by: Hong Guan <hg4105@att.com>
2017-10-06Refactor CCSDK/Dashboard project: Add git filesNicolas Hu2-0/+8
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-06Refactor CCSDK/Dashboard projectNicolas Hu29-0/+5997
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>