Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Issue-ID: CIMAN-376
Change-Id: I0b64f86baffdd6df743d5f852a78fad82293c79d
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
|
|
|
|
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>
|
|
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
|
|
escape XML special characters for XML element attributes
Issue-ID: DCAEGEN2-2139
Change-Id: Id332a8f45ad1df59793a282383a0486e512a0939
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
|
|
|
|
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>
|
|
|
|
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>
|
|
Issue-ID: DCAEGEN2-2120
Change-Id: Ibfc9cdbd39b2cfeda734cb6d90d626da6f045e46
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
|
|
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
|
|
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>
|
|
|
|
Fix errors in INFO.yaml file
Change-Id: I5a09160c79b554827b186eae985d2ac5779ad5d4
Issue-ID: CCSDK-1696
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
|
|
|
|
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>
|
|
|
|
|
|
temporary variable"
|
|
|
|
|
|
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>
|
|
|
|
|
|
junits for BlueprintParseException.java
Issue-ID: CCSDK-1528
Change-Id: Ib4d49588e19e3a5bde3ea50fe54f0a6ff21bc317
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for ServiceNotFoundException.java
Issue-ID: CCSDK-1543
Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for ServiceAlreadyDeactivatedException.java
Issue-ID: CCSDK-1542
Change-Id: I1db51b2c34154e53968a636647985130848dc737
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for DashboardControllerException.java file
Issue-ID: CCSDK-1539
Change-Id: I7dd6e4bb6ec0a9b871d9dba7ad5e93d2e2e7bf82
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
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>
|
|
add @override annotation above method signature
Issue-ID: CCSDK-1537
Change-Id: I13007066ea3545791c1fdf399b610118d0d09d48
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for ControllerOpsTools.java file
Issue-ID: CCSDK-1532
Change-Id: Idb4c7b85895f20120cb90e9a2ad1e9661d67590c
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for ServiceTypeActiveException.java file
Issue-ID: ccsdk-1530
Change-Id: I81e3f6d2d0d8579d98bdceadf1fa983edad51646
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
junits for ServiceTypeAlreadyDeactivatedException.java file
Issue-ID: CCSDK-1529
Change-Id: I56c1e014cd8e5484a88224ac70fe77ebc1d86f13
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|