ccsdk/dashboard.git
7 years agoRefactor CCSDK/Dashboard project: Add git files 71/17471/1
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>
7 years agoRefactor CCSDK/Dashboard project 59/17459/1
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>
7 years agoFix the license issues for dashboard project 67/17367/1
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>
7 years agoAdd title for ccsdk/ dashboard document. 19/17119/1
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>
7 years agoMerge "Fix Blocker/Critical sonar issues"
Dan Timoney [Thu, 28 Sep 2017 13:04:22 +0000 (13:04 +0000)]
Merge "Fix Blocker/Critical sonar issues"

7 years agoSetup ReadTheDocs 45/16345/1
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>
7 years agoAdd @Override annotation 11/16211/1
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>
7 years agoAdd @Override annotation 77/14977/2
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>
7 years agoAdd distributionManagement section 89/15389/1
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>
7 years agoMerge "Use isEmpty() to check collection size"
Jun Hu [Fri, 22 Sep 2017 13:18:37 +0000 (13:18 +0000)]
Merge "Use isEmpty() to check collection size"

7 years agoUse isEmpty() to check collection size 55/14455/1
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>
7 years agoFix Blocker/Critical sonar issues 29/14229/1
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>
7 years agoFix Sonar Issue 69/13669/3
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>
7 years agoFix Sonar Issue in ccsdk/dashboard module 07/13707/2
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>
7 years agoFix Sonar Issues 03/13303/1
surya-huawei [Tue, 19 Sep 2017 06:10:07 +0000 (11:40 +0530)]
Fix Sonar Issues

few major issues in dashboard module

In CustomLogginFilter.java
*move string literal to left side of equalsIgnoreCase method
In DashboardRestricedBaseController.java
*Use "Boolean.parseBoolean" for this string-to-boolean conversion
In ECDSingleSignOnController.java
*Replace the type specification in this constructor call with the diamond operator
*Add the "@Override" annotation above this method signature
*Remove unnecessary type casting

Issue-Id: CCSDK-87
Change-Id: I2d588c29c4c57394f7b4a8ffcb20567cbb515919
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
7 years agoFix Sonar issues in dashboard module 19/12919/1
surya-huawei [Sun, 17 Sep 2017 16:04:01 +0000 (21:34 +0530)]
Fix Sonar issues in dashboard module

blocker issues in oom-app-overlay
* Remove trailing comma in files

Issue-Id: CCSDK-87
Change-Id: I23987e141bf9a7a966ebb10feb9050e464bdf189
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
7 years agoUse oparent as parent 01/12501/1
Dan Timoney [Thu, 14 Sep 2017 17:59:28 +0000 (13:59 -0400)]
Use oparent as parent

Added <parent> tag to use oparent as parent

Change-Id: Id0c5df6439feae1139a5411d35019c260556aea2
Issue-ID: CCSDK-43
Signed-off-by: Dan Timoney <dtimoney@att.com>
7 years agoCleanup project's name in Sonar 93/11393/1
Jessica Wagantall [Fri, 8 Sep 2017 21:49:58 +0000 (14:49 -0700)]
Cleanup project's name in Sonar

The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I618c6f458a2488b7e035771dd7847bf85a1490c6
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
8 years agoRename to OOM (no more ecd) 15/8015/1
Christopher Lott (cl778h) [Fri, 18 Aug 2017 14:09:01 +0000 (10:09 -0400)]
Rename to OOM (no more ecd)

- Change to OOM Dashboard (no more ECOMP Controller)
- Rework some exception handling

Issue: CCSDK-61
Change-Id: Id5379e8b272b651373c79f46b20da1d32de013ed
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
8 years agoRevise for Jenkins failure, reviewer comments 61/7961/1
Christopher Lott (cl778h) [Fri, 18 Aug 2017 01:59:09 +0000 (21:59 -0400)]
Revise for Jenkins failure, reviewer comments

1. Add skip-deploy plugin config.
2. Define an application exception and use it.

Issue: CCSDK-61
Change-Id: I9ad527ff2169619edbb0a1f27576ae47413b9ee4
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
8 years agoPublish seed code for the OOM Dashboard 05/7905/1
Christopher Lott (cl778h) [Thu, 17 Aug 2017 18:52:44 +0000 (14:52 -0400)]
Publish seed code for the OOM Dashboard

First open-source release of the ONAP Operations Manager Dashboard web application.

Issue: CCSDK-61
Change-Id: I902f789692d76ee583aa967682e39f03b6578fe9
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
8 years agoInitial empty repository
Jessica Wagantall [Tue, 8 Aug 2017 17:11:19 +0000 (17:11 +0000)]
Initial empty repository