vv770d [Mon, 22 Mar 2021 22:18:04 +0000 (22:18 +0000)]
[CCSDK/DCAE] Fix dashboard app error
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)
Alexander Mazuruk [Mon, 8 Mar 2021 13:23:10 +0000 (14:23 +0100)]
Readd zip to be avaliable in Docker
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
Alexander Mazuruk [Thu, 18 Feb 2021 14:26:31 +0000 (15:26 +0100)]
Change openjdk baseOS img to integration-java11
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
Dan Timoney [Mon, 11 Jan 2021 18:28:36 +0000 (13:28 -0500)]
Update committer list
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>
Dan Timoney [Wed, 23 Sep 2020 17:36:08 +0000 (13:36 -0400)]
Update third party dependencies
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>
vv770d [Mon, 14 Sep 2020 03:04:10 +0000 (03:04 +0000)]
release 1.4.0 dashboard container
- 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
vv770d [Mon, 14 Sep 2020 02:57:44 +0000 (02:57 +0000)]
release 1.4.0 dashboard
- 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
Kotagiri, Ramprasad (rp5662) [Thu, 10 Sep 2020 21:30:15 +0000 (17:30 -0400)]
update dashboard application truststore artifact
Issue-ID: DCAEGEN2-2298
Change-Id: I7e0252bd719001c2d1964f364f6173d77b7dbddf
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Wed, 2 Sep 2020 16:29:59 +0000 (12:29 -0400)]
update pom for java sonar code coverage
Issue-ID: DCAEGEN2-2298
Change-Id: I60a15e6f9c3fd45a60f0dfd037d1f99833422717
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Mon, 31 Aug 2020 20:33:58 +0000 (16:33 -0400)]
fix issue with deploying server TLS certificates
Issue-ID: DCAEGEN2-2298
Change-Id: I45cb6684902f7eedfb84a390717bdfb3dd51f746
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Fri, 21 Aug 2020 12:40:37 +0000 (08:40 -0400)]
java 11 upgrade and sonar scan fixes
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>
Kotagiri, Ramprasad (rp5662) [Thu, 13 Aug 2020 20:15:02 +0000 (16:15 -0400)]
fix the docker install script for app properties
Issue-ID: DCAEGEN2-1857
Change-Id: Ic0845500344d0b7c85183ed606413fc67ef52e51
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Fri, 7 Aug 2020 19:54:10 +0000 (15:54 -0400)]
CCSDK DCAE dashboard feature changes
Issue-ID: DCAEGEN2-1857
Issue-ID: DCAEGEN2-2074
Issue-ID: DCAEGEN2-2364
Change-Id: I97f5ec4599512ed848136971b11d4c2a137a4999
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
lf-jobbuilder [Thu, 28 May 2020 20:59:09 +0000 (13:59 -0700)]
Update css file name in conf.py
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
LF Jenkins CI [Tue, 7 Apr 2020 17:38:17 +0000 (17:38 +0000)]
Automation adds index.rst
Issue-ID: CIMAN-376
Change-Id: I0b64f86baffdd6df743d5f852a78fad82293c79d
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Jack Lucas [Thu, 12 Mar 2020 18:25:59 +0000 (18:25 +0000)]
Merge "release 1.3.2 dashboard"
Vijay Venkatesh Kumar [Thu, 12 Mar 2020 18:03:29 +0000 (18:03 +0000)]
release 1.3.2 dashboard
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>
Vijay Venkatesh Kumar [Thu, 12 Mar 2020 17:57:03 +0000 (17:57 +0000)]
release 1.3.2 dashboard container
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
Kotagiri, Ramprasad (rp5662) [Wed, 11 Mar 2020 15:05:35 +0000 (11:05 -0400)]
[DCAEGEN2-2139] tomcat server config for https connector
escape XML special characters for XML element attributes
Issue-ID: DCAEGEN2-2139
Change-Id: Id332a8f45ad1df59793a282383a0486e512a0939
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Jack Lucas [Wed, 4 Mar 2020 19:03:33 +0000 (19:03 +0000)]
Merge "release 1.3.1 dashboard"
Vijay Venkatesh Kumar [Tue, 3 Mar 2020 17:26:51 +0000 (17:26 +0000)]
release 1.3.1 dashboard
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>
Jack Lucas [Tue, 3 Mar 2020 22:25:08 +0000 (22:25 +0000)]
Merge "release 1.3.1 dashboard container"
Vijay Venkatesh Kumar [Tue, 3 Mar 2020 21:42:48 +0000 (21:42 +0000)]
release 1.3.1 dashboard container
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>
Kotagiri, Ramprasad (rp5662) [Tue, 3 Mar 2020 15:40:36 +0000 (10:40 -0500)]
update version for docker build
Issue-ID: DCAEGEN2-2120
Change-Id: Ibfc9cdbd39b2cfeda734cb6d90d626da6f045e46
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Mon, 2 Mar 2020 20:18:48 +0000 (15:18 -0500)]
skip blueprint parsing exceptions for invalid YAML
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>
Vijay Venkatesh Kumar [Wed, 19 Feb 2020 17:22:38 +0000 (17:22 +0000)]
release 1.3.0 dashboard container
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>
Vijay Venkatesh Kumar [Wed, 19 Feb 2020 16:14:20 +0000 (16:14 +0000)]
release 1.3.0 dashboard
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>
Dan Timoney [Tue, 18 Feb 2020 17:41:14 +0000 (17:41 +0000)]
Merge "DCAE dashboard updates ver 1.3.0"
Kotagiri, Ramprasad (rp5662) [Thu, 13 Feb 2020 21:39:57 +0000 (16:39 -0500)]
DCAE dashboard updates ver 1.3.0
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>
Dan Timoney [Tue, 18 Feb 2020 14:44:46 +0000 (14:44 +0000)]
Merge "Migrate ccsdk-dashboard docs"
Jessica Wagantall [Thu, 6 Feb 2020 23:04:24 +0000 (15:04 -0800)]
Migrate ccsdk-dashboard docs
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
Kotagiri, Ramprasad (rp5662) [Mon, 3 Feb 2020 18:43:25 +0000 (13:43 -0500)]
DCAE dashboard security fixes
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>
Dan Timoney [Tue, 10 Sep 2019 19:28:58 +0000 (19:28 +0000)]
Merge "Fix errors in INFO.yaml"
Timoney, Dan (dt5972) [Fri, 6 Sep 2019 13:54:25 +0000 (09:54 -0400)]
Fix errors in INFO.yaml
Fix errors in INFO.yaml file
Change-Id: I5a09160c79b554827b186eae985d2ac5779ad5d4
Issue-ID: CCSDK-1696
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
anushadasari [Mon, 5 Aug 2019 16:57:57 +0000 (22:27 +0530)]
Major- Replace comparison Operators
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>
anushadasari [Mon, 5 Aug 2019 16:16:29 +0000 (21:46 +0530)]
Sonar- blueprint-controllers.js
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>
Dan Timoney [Wed, 31 Jul 2019 16:27:59 +0000 (16:27 +0000)]
Merge "Exclude external js libs from sonar"
Timoney, Dan (dt5972) [Tue, 30 Jul 2019 13:56:36 +0000 (09:56 -0400)]
Exclude external js libs from sonar
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>
anushadasari [Mon, 29 Jul 2019 10:18:25 +0000 (15:48 +0530)]
Major- Remove unused function parameter "response"
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>
Brinda Santh Muthuramalingam [Mon, 29 Jul 2019 13:22:31 +0000 (13:22 +0000)]
Merge "CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.java"
Brinda Santh Muthuramalingam [Mon, 29 Jul 2019 13:21:59 +0000 (13:21 +0000)]
Merge "CCSDK-1543 -junits for ServiceNotFoundException.java"
anushadasari [Thu, 25 Jul 2019 17:42:12 +0000 (23:12 +0530)]
SonarFix-Remove declaration of thrown exception
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>
Dan Timoney [Fri, 26 Jul 2019 21:26:42 +0000 (21:26 +0000)]
Merge "CCSDK-1539-junits for DashboardControllerException.java file"
Dan Timoney [Fri, 26 Jul 2019 21:25:41 +0000 (21:25 +0000)]
Merge "CCSDK-1528 - junits for BlueprintParseException.java"
Brinda Santh Muthuramalingam [Fri, 26 Jul 2019 20:20:52 +0000 (20:20 +0000)]
Merge "CCSDK-1536 -return this expression instead of assigning it to the temporary variable"
Dan Timoney [Fri, 26 Jul 2019 17:39:41 +0000 (17:39 +0000)]
Merge "CCSDK-1538 -Move this constructor to comply with Java Code Conventions"
Dan Timoney [Fri, 26 Jul 2019 17:38:46 +0000 (17:38 +0000)]
Merge "CCSDK-1537 -add @override annotation above method signature"
Thugutla Sailakshmi [Thu, 25 Jul 2019 19:23:07 +0000 (00:53 +0530)]
CCSDK-1536 -return this expression instead of assigning it to the temporary 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>
Dan Timoney [Fri, 26 Jul 2019 17:34:54 +0000 (17:34 +0000)]
Merge "CCSDK-1532 -junits for ControllerOpsTools.java file"
Dan Timoney [Fri, 26 Jul 2019 17:33:53 +0000 (17:33 +0000)]
Merge "CCSDK-1530 -junits for ServiceTypeActiveException.java file"
Thugutla Sailakshmi [Thu, 25 Jul 2019 16:09:33 +0000 (21:39 +0530)]
CCSDK-1528 - junits for BlueprintParseException.java
junits for BlueprintParseException.java
Issue-ID: CCSDK-1528
Change-Id: Ib4d49588e19e3a5bde3ea50fe54f0a6ff21bc317
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Fri, 26 Jul 2019 11:31:00 +0000 (17:01 +0530)]
CCSDK-1543 -junits for ServiceNotFoundException.java
junits for ServiceNotFoundException.java
Issue-ID: CCSDK-1543
Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Fri, 26 Jul 2019 11:13:15 +0000 (16:43 +0530)]
CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.java
junits for ServiceAlreadyDeactivatedException.java
Issue-ID: CCSDK-1542
Change-Id: I1db51b2c34154e53968a636647985130848dc737
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Fri, 26 Jul 2019 07:57:52 +0000 (13:27 +0530)]
CCSDK-1539-junits for DashboardControllerException.java file
junits for DashboardControllerException.java file
Issue-ID: CCSDK-1539
Change-Id: I7dd6e4bb6ec0a9b871d9dba7ad5e93d2e2e7bf82
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Thu, 25 Jul 2019 20:11:39 +0000 (01:41 +0530)]
CCSDK-1538 -Move this constructor to comply with Java Code Conventions
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>
Thugutla Sailakshmi [Thu, 25 Jul 2019 19:49:07 +0000 (01:19 +0530)]
CCSDK-1537 -add @override annotation above method signature
add @override annotation above method signature
Issue-ID: CCSDK-1537
Change-Id: I13007066ea3545791c1fdf399b610118d0d09d48
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Thu, 25 Jul 2019 17:55:15 +0000 (23:25 +0530)]
CCSDK-1532 -junits for ControllerOpsTools.java file
junits for ControllerOpsTools.java file
Issue-ID: CCSDK-1532
Change-Id: Idb4c7b85895f20120cb90e9a2ad1e9661d67590c
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Thu, 25 Jul 2019 17:35:33 +0000 (23:05 +0530)]
CCSDK-1530 -junits for ServiceTypeActiveException.java file
junits for ServiceTypeActiveException.java file
Issue-ID: ccsdk-1530
Change-Id: I81e3f6d2d0d8579d98bdceadf1fa983edad51646
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Thugutla Sailakshmi [Thu, 25 Jul 2019 16:54:38 +0000 (22:24 +0530)]
CCSDK-1529 -junits for ServiceTypeAlreadyDeactivatedException.java file
junits for ServiceTypeAlreadyDeactivatedException.java file
Issue-ID: CCSDK-1529
Change-Id: I56c1e014cd8e5484a88224ac70fe77ebc1d86f13
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
anushadasari [Mon, 22 Jul 2019 12:20:14 +0000 (17:50 +0530)]
SonarFix- Removing Whitespaces
Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file.
Issue-ID: CCSDK-1516
Change-Id: Ic84d3682bb4c72062a9c33632e07760e76dcaf5f
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 22 Jul 2019 12:05:04 +0000 (17:35 +0530)]
sonar fix- Add a semicolon at the end of this statement.
In JavaScript, the semicolon (;) is optional as a statement separator,
but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: CCSDK-1515
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: anushadasari <danush10@in.ibm.com>
Timoney, Dan (dt5972) [Thu, 18 Jul 2019 12:21:12 +0000 (08:21 -0400)]
Fix master build failure
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>
Timoney, Dan (dt5972) [Mon, 3 Jun 2019 12:46:31 +0000 (08:46 -0400)]
Fix build failure
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>
Timoney, Dan (dt5972) [Wed, 29 May 2019 20:06:24 +0000 (16:06 -0400)]
Roll to El Alto version
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>
Kotagiri, Ramprasad (rp5662) [Fri, 17 May 2019 15:03:49 +0000 (11:03 -0400)]
Update POM files to allow maven deploy process
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>
Timoney, Dan (dt5972) [Thu, 16 May 2019 19:20:44 +0000 (15:20 -0400)]
Revert change of oparent version
New staging method does not work, since this repo sets slip=true in
deploy plugin. Reverting to oparent 1.2.3 to restore staging plugin
for now, but this needs to be fixed for El Alto, since staging plugin
is no longer supported.
Change-Id: If9bb6fdadec7a4b3134765395451c30d5e851e52
Issue-ID: CCSDK-1334
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Timoney, Dan (dt5972) [Wed, 15 May 2019 16:18:33 +0000 (12:18 -0400)]
Disable staging plugin
Upgrade to oparent 2.0.0 to disable staging plugin.
Change-Id: I66ac8930f30fd6bfe1ded0c26d9a68cda456e128
Issue-ID: CCSDK-1334
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Kotagiri, Ramprasad (rp5662) [Mon, 13 May 2019 17:50:48 +0000 (13:50 -0400)]
Update POM to set EPSDK 2.5.0 release version
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>
Kotagiri, Ramprasad (rp5662) [Wed, 8 May 2019 16:50:34 +0000 (12:50 -0400)]
Add API specification html page into deployment
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>
Kotagiri, Ramprasad (rp5662) [Tue, 16 Apr 2019 01:24:36 +0000 (21:24 -0400)]
update ca certs trust store
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>
Kotagiri, Ramprasad (rp5662) [Wed, 10 Apr 2019 02:10:22 +0000 (22:10 -0400)]
Fix for spring auto-wiring issue
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>
Kotagiri, Ramprasad (rp5662) [Tue, 9 Apr 2019 03:19:29 +0000 (23:19 -0400)]
copy war file in Docker image
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>
Kotagiri, Ramprasad (rp5662) [Mon, 8 Apr 2019 18:18:19 +0000 (14:18 -0400)]
Fix issue with copying war file in Docker image
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>
Timoney, Dan (dt5972) [Thu, 4 Apr 2019 04:06:43 +0000 (21:06 -0700)]
Skip enforcer rules
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>
Timoney, Dan (dt5972) [Tue, 2 Apr 2019 19:53:53 +0000 (12:53 -0700)]
Update to use fabric io docker plugin
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>
Kotagiri, Ramprasad (rp5662) [Tue, 2 Apr 2019 14:16:51 +0000 (10:16 -0400)]
Update POM for maven dockerfile plugin push target
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>
Kotagiri, Ramprasad (rp5662) [Fri, 29 Mar 2019 21:26:52 +0000 (17:26 -0400)]
Update config for dockerfile maven plugin
Turn off googleContainerRegistryEnabled in dockerfile maven plugin
Issue-ID: CCSDK-1011
Change-Id: Ieb5a3919015945794fff34dfc8536fae0488ecad
Signed-off-by: ramprasad kotagiri <rp5662@att.com>
Kotagiri, Ramprasad (rp5662) [Thu, 28 Mar 2019 20:44:25 +0000 (16:44 -0400)]
Docker container implementation
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>
Kotagiri, Ramprasad (rp5662) [Thu, 21 Mar 2019 21:37:42 +0000 (17:37 -0400)]
Java unit test code
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>
Timoney, Dan (dt5972) [Fri, 15 Mar 2019 16:25:28 +0000 (12:25 -0400)]
Resolve security issues
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>
ramprasad kotagiri [Thu, 7 Mar 2019 20:55:26 +0000 (15:55 -0500)]
Latest code base
Change-Id: I9549091ebeeabcef2d7af7d91cc394d8371e496b
Issue-ID: CCSDK-1011
Signed-off-by: ramprasad kotagiri <rp5662@att.com>
Hong Guan [Wed, 7 Mar 2018 17:21:17 +0000 (12:21 -0500)]
Fix dashboard repo issue
Change-Id: I264bc0ec06bc308816bd96982efdfef28264978c
Issue-ID: CCSDK-196
Signed-off-by: Hong Guan <hg4105@att.com>
Jessica Wagantall [Tue, 27 Feb 2018 06:30:35 +0000 (22:30 -0800)]
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I825757d488a38585fa4ee8050f38949836ab1a31
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Nicolas Hu [Mon, 9 Oct 2017 20:18:06 +0000 (16:18 -0400)]
ccsdk/dashboard: Doc Structure Update 2
Change-Id: I87573e15b04766cb49029f44e33a1cefdb796359
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Mon, 9 Oct 2017 17:24:29 +0000 (13:24 -0400)]
ccsdk/dashboard: Doc Structure Update
Change-Id: I1f83c361309ab8fca3f397983209332caad263b6
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Mon, 9 Oct 2017 15:52:23 +0000 (11:52 -0400)]
Update documentation for ccsdk/dashboard
Change-Id: I2ccf21e56fa3163cb98e3b5d82f6915e50ae00f5
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Fri, 6 Oct 2017 15:15:56 +0000 (11:15 -0400)]
Refactor CCSDK/Dashboard project: Add git files
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Fri, 6 Oct 2017 14:28:45 +0000 (10:28 -0400)]
Refactor CCSDK/Dashboard project
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Thu, 5 Oct 2017 18:04:43 +0000 (14:04 -0400)]
Fix the license issues for dashboard project
Change-Id: Ia77a71c730f44577af7861e5d6e5d5524b8980dd
modified: the oom-app-os/pom.xml
Issues-Id: CCSDK-110
Signed-off-by: Nicolas Hu <jh245g@att.com>
Nicolas Hu [Tue, 3 Oct 2017 19:13:46 +0000 (15:13 -0400)]
Add title for ccsdk/ dashboard document.
modified: the docs/index.rst
Issues-Id: CCSDK-109
Change-Id: Icf8f2cf1ea7b89d5c3578e47dc4632ee09904f72
Signed-off-by: Jun Hu <jh245g@att.com>
Signed-off-by: Nicolas Hu <jh245g@att.com>
Dan Timoney [Thu, 28 Sep 2017 13:04:22 +0000 (13:04 +0000)]
Merge "Fix Blocker/Critical sonar issues"
Brian Freeman [Thu, 28 Sep 2017 11:14:02 +0000 (11:14 +0000)]
Setup ReadTheDocs
Issue-ID: CCSDK-107
Change-Id: I7b7e88ff86be7f7ecb7671cd82fcc0e2655a7534
Signed-off-by: Brian Freeman <bf1936@att.com>
surya-huawei [Thu, 28 Sep 2017 05:18:03 +0000 (10:48 +0530)]
Add @Override annotation
*This is done to improve readabiltiy of code
Issue-Id: CCSDK-87
Change-Id: I3cf180581d9b1dd3042e61d3e2ee70773fefe723
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
surya-huawei [Mon, 25 Sep 2017 08:36:46 +0000 (14:06 +0530)]
Add @Override annotation
*Major sonar issue in ccsdk/dashboard module
This is done to increase the code readability
Issue-Id: CCSDK-87
Change-Id: If34d7f18169f955a1dbc112c7ea44d8dd3d4833d
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
Dan Timoney [Tue, 26 Sep 2017 07:42:27 +0000 (03:42 -0400)]
Add distributionManagement section
Add distributionManagement tag to resolve issue with release build.
Change-Id: I8a17803b5f71132c0ebb773734a99ddd8138bee8
Issue-ID: CCSDK-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
Jun Hu [Fri, 22 Sep 2017 13:18:37 +0000 (13:18 +0000)]
Merge "Use isEmpty() to check collection size"
surya-huawei [Fri, 22 Sep 2017 05:00:39 +0000 (10:30 +0530)]
Use isEmpty() to check collection size
Major sonar issue in dashboard module
*Using collection.isEmpty() instead of collection.size()
makes code more readable and is more performant
Issue-Id: CCSDK-87
Change-Id: I201d1c7982ce6a1509a462d7d151a41ab2912f91
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
shashikanth [Thu, 21 Sep 2017 12:02:51 +0000 (17:32 +0530)]
Fix Blocker/Critical sonar issues
Fix Blocker/Critical sonar issues in dashboard module
https://sonar.onap.org/component_issues?id=org.onap.oom.dashboard%3Aoom-app-parent#resolved=false|severities=CRITICAL
Fixed Use isEmpty() to check whether the collection is empty or not.
Issue-Id: CCSDK-67
Change-Id: Ib4c04759eb80473232c83c617894ead892531b46
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Bharat saraswal [Thu, 21 Sep 2017 04:18:26 +0000 (09:48 +0530)]
Fix Sonar Issue
code refactoring and exception handling
Issue-Id: CCSDK-87
Change-Id: I5440c1102dfa8a00a7813107cd3ab967b4316529
Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
surya-huawei [Wed, 20 Sep 2017 06:23:06 +0000 (11:53 +0530)]
Fix Sonar Issue in ccsdk/dashboard module
Few major issues
*Making anonymous inner class a lambda
This increases code readability
*Replace the type specification with the diamond operator
This reduces the verbosity of generics code
Issue-Id: CCSDK-87
Change-Id: Ia527040781af3a3d006486f3d73416f2f5e288cc
Signed-off-by: surya-huawei <a.u.surya@huawei.com>