aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-05-04Fix issues with inserting dashboard user into databasehonoluluRemigiusz Janeczek6-10/+11
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 errorvv770d5-11/+11
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)
2021-03-08Readd zip to be avaliable in DockerguilinAlexander Mazuruk1-2/+2
It was removed as it seemed unused, was used by the entrypoint script. Issue-ID: CCSDK-3203 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ib6a2d77c4de0d1b407b67728a092997afd667e54
2021-02-23Change openjdk baseOS img to integration-java11Alexander Mazuruk1-5/+5
This change should not have any effects on functionality as integration image is built on top of adoptopenjdk/openjdk11:jre-11.0.8_10-alpine. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (if :latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ief4ce98f55a97a3ae3d7cdb2ea8f351c79a475b8
2021-01-11Update committer listDan Timoney1-5/+3
Remove Jack Lucas as committer - Jack has moved on to other work and resigned as committer from CCSDK Change-Id: Ic86ce56084aba97596a88ed10473bbda27209628 Issue-ID: CCSDK-3080 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-30Update third party dependenciesDan Timoney5-15/+15
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-14release 1.4.0 dashboard containervv770d1-0/+8
- Java11 - Cloudify based deployment status - Alpine base image - Frankfurt bug fixes Change-Id: I4a98b9fe791cebc89acf95583f1823d74bf1ce05 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-1857 Issue-ID: DCAEGEN2-2074 Issue-ID: DCAEGEN2-2364 Issue-ID: DCAEGEN2-2298
2020-09-14release 1.4.0 dashboardvv770d1-0/+4
- Java11 - Cloudify based deployment status - Alpine base image - Frankfurt bug fixes Change-Id: Id46939077cac6d832dd531be10d78b1a0ccdd1ae Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-1857 Issue-ID: DCAEGEN2-2074 Issue-ID: DCAEGEN2-2364 Issue-ID: DCAEGEN2-2298
2020-09-10update dashboard application truststore artifactKotagiri, Ramprasad (rp5662)1-1/+1
Issue-ID: DCAEGEN2-2298 Change-Id: I7e0252bd719001c2d1964f364f6173d77b7dbddf Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-09-02update pom for java sonar code coverageKotagiri, Ramprasad (rp5662)2-81/+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)8-20/+27
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)133-8207/+7843
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)182-14340/+20738
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-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie7e475c651e34116e5da2342cada83d139c7626b
2020-04-07Automation adds index.rstfrankfurtLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I0b64f86baffdd6df743d5f852a78fad82293c79d Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-03-12Merge "release 1.3.2 dashboard"Jack Lucas1-0/+4
2020-03-12release 1.3.2 dashboardVijay Venkatesh Kumar1-0/+4
Change-Id: Icc80ba517438011ae34c601fb0da6b2e37b81ebf Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2140 Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-12release 1.3.2 dashboard containerVijay Venkatesh Kumar1-0/+8
Encode password from AAF used by tomcat server config Change-Id: I810be0d7a98405a3905706420612d8021d2a1a9e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Issue-ID: DCAEGEN2-2139
2020-03-11[DCAEGEN2-2139] tomcat server config for https connector1.3.2Kotagiri, Ramprasad (rp5662)6-9/+27
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-04Merge "release 1.3.1 dashboard"Jack Lucas1-0/+4
2020-03-03release 1.3.1 dashboardVijay Venkatesh Kumar1-0/+4
bugfix for DCAEGEN2-2120 Change-Id: Ib6295f72c8707f0ce0f61955f95d9ea72589016c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-03Merge "release 1.3.1 dashboard container"Jack Lucas1-0/+8
2020-03-03release 1.3.1 dashboard containerVijay Venkatesh Kumar1-0/+8
Change-Id: I0849c09acd296bb22cd6698f2c3552c932938daa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-03update version for docker build1.3.1Kotagiri, Ramprasad (rp5662)1-1/+1
Issue-ID: DCAEGEN2-2120 Change-Id: Ibfc9cdbd39b2cfeda734cb6d90d626da6f045e46 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-03-02skip blueprint parsing exceptions for invalid YAMLKotagiri, Ramprasad (rp5662)5-13/+14
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-20release 1.3.0 dashboard containerVijay Venkatesh Kumar1-0/+8
Change-Id: I2ea01802fcd31335c472b350f46a0614dcddecdb Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-02-19release 1.3.0 dashboardVijay Venkatesh Kumar1-0/+4
Change-Id: Iea55685766a6926ab6574d8be68de9fd07135608 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-02-18Merge "DCAE dashboard updates ver 1.3.0"Dan Timoney16-94/+73
2020-02-18DCAE dashboard updates ver 1.3.0Kotagiri, Ramprasad (rp5662)16-94/+73
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-18Merge "Migrate ccsdk-dashboard docs"Dan Timoney9-0/+145
2020-02-10Migrate ccsdk-dashboard docsJessica Wagantall9-0/+145
Merging this will create https://onap-ccsdk-dashboard.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ibc64cdf9ded655bab1d413ee88caa23c37ad9fe2
2020-02-06DCAE dashboard security fixesKotagiri, Ramprasad (rp5662)26-1018/+2056
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-09-10Merge "Fix errors in INFO.yaml"5.0.2-ONAPelaltoDan Timoney1-20/+35
2019-09-10Fix errors in INFO.yamlTimoney, Dan (dt5972)1-20/+35
Fix errors in INFO.yaml file Change-Id: I5a09160c79b554827b186eae985d2ac5779ad5d4 Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05Major- Replace comparison Operatorsanushadasari1-4/+4
The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true. It is best to always use the side-effect-less === and !== operators instead. Issue-ID: CCSDK-1583 Change-Id: I202ada53b472542261ee69623ea72b52005fdfab Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-05Sonar- blueprint-controllers.jsanushadasari1-4/+2
Add a semicolon at the end of this statement. Remove the useless trailing whitespaces at the end of this line. Change-Id: Iae0434b07bcc713794164079f626e781e1de844d Issue-ID: CCSDK-1582 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-31Merge "Exclude external js libs from sonar"Dan Timoney1-0/+1
2019-07-30Exclude external js libs from sonarTimoney, Dan (dt5972)1-0/+1
Exclude external js libraries from sonar code coverage scan. Change-Id: I9d2e255a3314d4a9d218cdbe8af8210dd47cbf81 Issue-ID: CCSDK-1561 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-30Major- Remove unused function parameter "response"anushadasari1-1/+1
Unused parameters are misleading. Whatever the values passed to such parameters,the behavior will be the same. Issue-ID: CCSDK-1555 Change-Id: I5a90b7650c7291ca5d4d64943570f72c44b96c08 Signed-off-by: anushadasari <danush10@in.ibm.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-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-26Merge "CCSDK-1539-junits for DashboardControllerException.java file"Dan Timoney1-0/+67
2019-07-26Merge "CCSDK-1528 - junits for BlueprintParseException.java"Dan Timoney2-0/+44
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