summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/model/ReportLoader.java
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18Changed Display Area Report Link URLSudarshan Kumar1-1/+1
Changed Display Area Report Link URL Issue-ID: PORTAL-902 Change-Id: I3972ec67d330fcd7db21cc4282126d96dade18bd Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-07-07Merge "lowered code smells in ReportLoader & ReportWrappe"Sunder Tattavarada1-13/+0
2020-07-07Added new component for SDK reportjz385p1-3/+4
Added display area report Issue-ID: PORTAL-940 Change-Id: Ie8a176d21e09757baa454f0da380c34fd5128ccf Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-06-09lowered code smells in ReportLoader & ReportWrappeIndrijeet kumar1-13/+0
lowered code smells in ReportLoader & ReportWrapper Issue-ID: PORTAL-813 Change-Id: I0c1452bc1097e28943ad0497e493517b957b0059 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-28Removed unwanted codesIndrijeet kumar1-5/+0
Removed unwanted codes Issue-ID: PORTAL-813 Change-Id: I508b7af3633f5aee6d1230cfdd5f4d08e4e40e39 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-12removed pending unnecessary codes in ReportLoaderIndrijeet kumar1-57/+2
removed long pending unnecessary codes in ReportLoader Issue-ID: PORTAL-813 Change-Id: Ib436471f50aa83b2bafbefeb769455a9c91a3f34 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-06code smells removedIndrijeet kumar1-1/+1
code smells removed Issue-ID: PORTAL-813 Change-Id: Ia2148e9d874162b776147c88860a0366071c4ed2 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2019-09-10Fix sonar issues in epsdk-analyticsParshad Patel1-822/+792
A "NullPointerException" could be thrown Either log or rethrow this exception Use try-with-resources or close this in a "finally" clause Issue-ID: PORTAL-562 Change-Id: Ic77f71ffdd11ad327bffebc8fd483e32633e4b30 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-13Fix sonar issues in epsdk-analyticsParshad Patel1-179/+132
Fix use try-with-resources & remove throw statement from finally block issues Issue-ID: PORTAL-342 Change-Id: Ib183032f9d283486f9a72c1a394c4d79199687fb Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)1-1/+1
Issue-ID: PORTAL-273. PORTAL-301 Covered JUNITS for sdk modules and RAPTOR reports fixes Change-Id: Ifaf3bf06f0ec123051a791cc8e7f10662f97a525 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-04-20Replace ecomp referenceHima Elisetty1-1/+1
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2017-10-20Role management; security vulnerabilities.Christopher Lott (cl778h)1-10/+12
Extend user/role management interface to allow role deletion. Add filters to defend against common web Javascript attacks. Drop Greensock code with unusable license. Use OParent in EPSDK web application. Issue: US324470, US342324, PORTAL-127 Change-Id: I3a10744fbbbdbda7c88d2b2e542e72e779c9b142 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-25Sonar Scans and Role Centralization; clean nlChristopher Lott (cl778h)1-2/+4
PORTAL-21: centralized user role management PORTAL-72: Address Sonar Scan code issues for ONAP - mostly on raptor PORTAL-86: ONAP - Remove internal att.com usages from tests and otherfiles PORTAL-90: Add debug statements to demo app's class; no functional change Issue: PORTAL-21 PORTAL-72 PORTAL-86 PORTAL-90 Change-Id: I72a6c812009f51446330bf42bab6d3338d053805 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-07Adjust code for Sonar issuesChristopher Lott (cl778h)1-2/+2
Made non-functional updates to address static code analysis issues. Update license header with simple double-quote characters. Issue: PORTAL-72, PORTAL-90 Change-Id: Ic2c330daea07d721f0e6b350ebf03da97073f7ce Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-31Rename packages to org.onap in 1.4.0-SNAPSHOTChristopher Lott (cl778h)1-0/+1094
19 - remove openecomp 72 - remediate Sonar scan issues 79 - removed unwanted left menu under Report 90 - apply approved license text Issue: PORTAL-19, PORTAL-72, PORTAL-79, PORTAL-90 Change-Id: I41a0ef5fba623d2242574bd15f2d9fb8029a496c Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>