summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/model/runtime
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Merge "removed code smells in some components"Lorraine Welch1-5/+0
2020-06-01Merge "lowered code smells in ChartD3Helper.java"Lorraine Welch1-61/+5
2020-06-01removed code smells in some componentsIndrijeet kumar1-5/+0
removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ie0c630d2a4fd704a5273302d6deb1915e9a160f6 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-06-01lowered code smells in ChartJSONHelper.javaIndrijeet kumar1-38/+1
Lowered code smells in ChartJSONHelper.java Issue-ID: PORTAL-813 Change-Id: I12dc20c3f1af90a6713636eb7cffb3e88d4c996a Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-06-01lowered code smells in ChartD3Helper.javaIndrijeet kumar1-61/+5
Lowered code smells in ChartD3Helper.java Issue-ID: PORTAL-813 Change-Id: Ia2a8451ac94bf59e45da2436ecefd321cf18212e Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-24Merge "removed unwanted codes in ChartJSON comp"Lorraine Welch1-114/+2
2020-05-24Merge "removed unwanted codes in ChartWebRuntime comp"Lorraine Welch1-32/+2
2020-05-24Merge "removed unwanted codes in ChartJSONHelper comp"Lorraine Welch1-75/+4
2020-05-22Merge "removed unwanted codes in ChartD3Helper"Lorraine Welch1-94/+10
2020-05-20Merge "removed unwanted codes in FormField comp"Lorraine Welch1-75/+1
2020-05-20Merge "removed unwanted codes in FormatProcessor comp"Lorraine Welch1-43/+5
2020-05-20Merge "smell removed in ReportformFields & ReportJSONRunt"Lorraine Welch2-57/+4
2020-05-20enabled analytics test cases and resolved conflictsmravula1-535/+251
Issue-ID: PORTAL-902 Change-Id: Ifff7f9329673ef464b3414e6945da57ba5d1b6bd Change-Id: If40c7e0b4ef4abbe5f1d6b3784a3b57abd20bd81 Signed-off-by: mravula<mr257h@att.com>
2020-05-19Setting reportTotalDataRows to reportJSONRuntimeSudarshan Kumar1-0/+18
Setting reportTotalDataRows to reportJSONRuntime Issue-ID: PORTAL-902 Change-Id: If0fc12fe03872978e09d8de9a541065303602181 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-05-19smell removed in ReportformFields & ReportJSONRuntIndrijeet kumar2-57/+4
code smells removed in ReportformFields & ReportJSONRuntime Issue-ID: PORTAL-813 Change-Id: I759bebec3e8077214328b9794d1180ad6f09d6c0 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-19removed unwanted codes in FormatProcessor compIndrijeet kumar1-43/+5
removed unwanted codes in FormatProcessor component Issue-ID: PORTAL-813 Change-Id: I19a5e012dc32f1af304100fe45764433814db7f1 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-19removed unwanted codes in FormField compIndrijeet kumar1-75/+1
removed unwanted codes in FormFields component Issue-ID: PORTAL-813 Change-Id: Ibe9312cc558443bfbc84d7c836df35ec9e450c64 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-19removed unwanted codes in ChartWebRuntime compIndrijeet kumar1-32/+2
removed unwanted codes in ChartWebRuntime comp Issue-ID: PORTAL-813 Change-Id: If309462da05d3dfe2185442b94d36fe7021966da Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-19removed unwanted codes in ChartJSON compIndrijeet kumar1-114/+2
removed unwanted codes in ChartJSON component Issue-ID: PORTAL-813 Change-Id: Iadd4524782d73d04b33cbff4e5aaed463d1a515b Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-19removed unwanted codes in ChartJSONHelper compIndrijeet kumar1-75/+4
removed unwanted codes in ChartJSONHelper component Issue-ID: PORTAL-813 Change-Id: I66c5c2c4b3a32c4040d1faba75043811345ccd56 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-18Merge "Raptor backend java API Code(Analytics), UI Code(Overlay) and pages ↵Sunder Tattavarada4-7/+28
component in os project"
2020-05-18removed unwanted codes in ChartD3HelperIndrijeet kumar1-94/+10
removed unwanted codes in ChartD3Helper Issue-ID: PORTAL-813 Change-Id: I8fe16c45f54bb2072667aec9629c11dd6134f6ca Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-16Raptor backend java API Code(Analytics), UI Code(Overlay) and pagesmravula4-7/+28
component in os project Issue-ID: PORTAL-902 Change-Id: Id297d9493a77e6816ed0f2a82c15b2eaa1e57a72 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-05-07removed some code smellsIndrijeet kumar1-15/+15
removed some code smells Issue-ID: PORTAL-813 Change-Id: I936676da6411bcb84ed61a646664f6df23aa2601 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-06code smells removedIndrijeet kumar3-13/+13
code smells removed Issue-ID: PORTAL-813 Change-Id: Ia2148e9d874162b776147c88860a0366071c4ed2 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-20Merge "removed some code smells"Lorraine Welch3-59/+115
2020-04-14Merge "improved code structure"Lorraine Welch1-59/+117
2020-04-09reduced code smellsRupinder2-6/+12
Improved some code stucture Issue-ID: PORTAL-865 Change-Id: I9651ed6f592f83daf3c270749938e7ebc7a38619 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08improved code structureRupinder1-59/+117
Removed code smells Issue-ID: PORTAL-865 Change-Id: I35c650ad0f0973e7665390cf1e56fefbe60781d5 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08removed some code smellsRupinder3-59/+115
Atmost 1 statement is allowed per line so moved the 2nd statement to next line Issue-ID: PORTAL-865 Change-Id: I7f6ba50c2e6b1d8af4f3c1fedc03e00eac16b775 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-01-14Resolved null-pointer-exception while running raptor test casesmravula2-259/+136
Issue-ID: PORTAL-725 Change-Id: I31b57e200b98e616f32f73e1b6a14682555fca94 Signed-off-by: mravula <mr257h@att.com>
2019-11-12Fix NPE & other sonar in epsdk-analyticsParshad Patel1-2/+2
A "NullPointerException" could be thrown Use a logger to log this exception Issue-ID: PORTAL-562 Change-Id: I0ee2a761136167fd6c2e1d868ae8359eba78462f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-19Sonar fix - ChartD3Helper.java - Rename the Variable to match the regular ↵dinesha1-7/+7
expression Fixed sonar issues accross the file Issue-ID: PORTAL-686 Change-Id: I5079aafd0855291fe5c35d9abf8d98f31f1c8235 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-01Sonar Fix- ReportFormFields.javadinesha1-7/+7
Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: I427688b57166ad06ad908b7ba093d8f2d9c811f9 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-07-16Add logger to log exceptions & sonar issues fixParshad Patel1-374/+418
Either log or rethrow this exception Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Use "Boolean.toString" instead Remove this unused local variable Issue-ID: PORTAL-562 Change-Id: I5cee8add07910c68702b1a7539fae6f472db1f91 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-06-17Merge "Fix sonar issues in ChartWebRuntime"Sunder Tattavarada1-15/+13
2019-05-30Fix sonar issues in epsdk-analyticsParshad Patel1-210/+172
Fix Cast one of the operands of this multiplication operation to a "long" Fix Either log or rethrow this exception Fix Replace these toUpperCase()/toLowerCase() and equals() calls with a single equalsIgnoreCase() call Fix Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: PORTAL-562 Change-Id: Ia356d705ece6528f401cf5a5a7b73843be562df3 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-05-23Fix sonar issues in ChartWebRuntimePawel1-15/+13
Issue-ID: PORTAL-589 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I66daba54fe1557bd268a2dda754142916c6dcd0d
2019-04-19Fix sonar issues (part) in ChartD3Helperburdziak2-336/+85
Change-Id: I742c940914026b759e8240f2b23e90e2b89e2c44 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-03-19Sonar issues in ReportParamDateValueParserburdziak1-60/+51
Change-Id: I7ce7d7441e539f7ccf86bbfaa8344548eab1044d Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-10-09Changed ecomp and AT&T referencesWelch, Lorraine (lb2391)1-6/+6
Issue-ID: PORTAL-302 Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-08-03Fix use try-with-resources issuesParshad Patel1-3/+1
Fix in epsdk-analytics Issue-ID: PORTAL-342 Change-Id: Ia13844c65fa23fbdea01e80091c1f8573cf7ad1f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-07-25Reporting EnhancementsRAMALINGAM, SUNDAR (sr7234)1-1/+1
Issue-ID: PORTAL-314 Remote DB logic is added to enhance RAPTOR to pull content from different DB as well as Different DB TYPE Change-Id: I5cb343cd9daa912d78e7a8e409d28c8845d9afb4 Signed-off-by: RAMALINGAM, SUNDAR (sr7234) <sr7234@us.att.com>
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)2-26/+80
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 Elisetty22-22/+22
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-03-19Effort to make portal resilientLo, WEI-TING(wl849v)2-2/+8
Issue-ID: PORTAL-210 Includes music library that contatins session management Change-Id: Icacab904e1f948068348fcc19cd77965cb5b446e Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
2018-03-16Added JunitsKotta, Shireesha (sk434m)1-239/+250
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Ib3053782fad98b6d6b2048bac1b9506c5cd8f42f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-03-13Added JunitsKotta, Shireesha (sk434m)3-139/+139
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: Ie278f9d362e6c9fba0ecdb4a493d8f88a2768fc0 Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2017-11-28Harden codest782s2-1355/+1481
Issue-ID: PORTAL-145,PORTAL-119 Harden code to address SQL injecton, XSS vulnerabilities; Separate docker images for portal, sdk app and DMaaPBC ui Change-Id: I85fad4d3fcee3243207b8f0dfe21beaa41602204 Signed-off-by: st782s <statta@research.att.com>
2017-10-25Repair security filtersChristopher Lott (cl778h)1-9/+9
Revise app web.xml to remove typo in Java package name. Also drop unneeded test class. Issue: PORTAL-135 Change-Id: I49662928c5eed38520e9a9c5f839385148aef0fa Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>