summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16General Sonar FixesArindam Mondal3-13/+13
Issue-ID: PORTAL-740 Change-Id: I050c3ffa64ae95eadca3a99ec149736fa9dbde67 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-09-12Update music jar versionManoop Talasila1-1/+1
Update music jar version to 2.5.10 and remove snapshot For releasing 2.6.0 portal-sdk libs for El Alto release Issue-ID: PORTAL-727 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: Iedc0c67b6c372fde31990aa4de02fcf53ac8528d
2019-09-11Merge "Raptor user interface code in Angular"Sunder Tattavarada131-20/+116497
2019-09-10Raptor user interface code in Angularmravula131-20/+116497
Issue-ID: PORTAL-725 Signed-off-by: mravula <mr257h@att.com> Change-Id: I0ceaf52026ba43b8f16e1e904643dccec74df09c
2019-09-10Fix sonar issues in epsdk-analyticsParshad Patel2-6169/+6117
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>
2019-09-03Added restricted URLSWelch, Lorraine (lb2391)2-0/+5
Issue-ID: PORTAL-726 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I86b9eeda1e5a209ce46e62542e9391445314df41
2019-08-28Merge "Sonar fix- CacheAdminController.java - Remove unused import"Manoop Talasila1-1/+0
2019-08-23Remove carrier specific referencestatta1-31/+1
Issue-ID: PORTAL-302 Change-Id: I7c0f21ef0a037176c159bfa7823918bee80b16b4 Signed-off-by: statta <statta@research.att.com>
2019-08-23Update main page routingstatta6-16/+89
Issue-ID: PORTAL-706 Change-Id: I05ab9ca9b4a4bd420bca808f9be793c327c127ce Signed-off-by: statta <statta@research.att.com>
2019-08-19Merge "Sonar fix - ChartD3Helper.java - Rename the Variable to match the ↵Manoop Talasila1-7/+7
regular expression"
2019-08-19Merge "Sonar Fix - SendEmail.java - Remove the declaration of thrown exception"Manoop Talasila1-1/+1
2019-08-19Merge "Sonar Fix - Line.java - Remove this unused import"Manoop Talasila1-2/+0
2019-08-19Sonar fix- CacheAdminController.java - Remove unused importdinesha1-1/+0
Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: Ieb3984593ed062c5ff533dc8f8bfd3baadba56d3 Signed-off-by: dinesha <dineshgs@in.ibm.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-17Migrating screens to Angular 7statta277-1143/+26943
Issue-ID: PORTAL-706 Change-Id: Ic3feb4019923040aafe6e9a97a60b41165be8b40 Signed-off-by: statta <statta@research.att.com>
2019-08-16Sonar Fix - SendEmail.java - Remove the declaration of thrown exceptiondinesha1-1/+1
Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: I78e94c5d50efa76a5d2183fa154ab8477a65c928 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-16Sonar Fix - Line.java - Remove this unused importdinesha1-2/+0
Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: I0bb9fac696d0f06200bc02ae8f78c3f19272ce4b Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-13Merge "Sonar Fix - RaptorServiceImpl.java - Move this variable to comply ↵Manoop Talasila1-1/+2
with Java Code Conventions"
2019-08-13Merge "Sonar Fix - SearchHandler.java - Remove this unused import"Manoop Talasila1-2/+0
2019-08-13Merge "Fix sonar issues in Line.java"Manoop Talasila1-11/+1
2019-08-13Merge "Fix sonar issues in ValidationException"Manoop Talasila1-1/+3
2019-08-13Merge "Fix sonar issues in ReportSQLException"Manoop Talasila1-1/+1
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedLinearDatamining"Manoop Talasila1-3/+3
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedLinear"Manoop Talasila1-7/+3
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedHive"Manoop Talasila1-4/+2
2019-08-13Merge "Fix sonar issues in WizardSequenceSQLBasedCrossTab"Manoop Talasila1-3/+2
2019-08-13Merge "Fix sonar issues in WizardSequenceLinear"Manoop Talasila1-5/+3
2019-08-13Merge "Sonar fix in epsdk-core"Manoop Talasila2-3/+5
2019-08-13Merge "Fix sonar issues in WizardProcessor"Manoop Talasila1-12/+8
2019-08-13Merge "Fix sonar issues in ActionHandler"Manoop Talasila1-30/+21
2019-08-12Sonar Fix - RaptorServiceImpl.java - Move this variable to comply with Java ↵dinesha1-1/+2
Code Conventions Fixed sonar issues across the file Issue-ID: PORTAL-686 Change-Id: Idd0b20c3b029bef742594f42a22686520d12c68e Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-09Sonar Fix - SearchHandler.java - Remove this unused importdinesha1-2/+0
Fixed sonar issues accross the file Issue-ID: PORTAL-686 Change-Id: I0277e4eb40a923623e82e2b8e393dfe54ce8999b Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-07Fix sonar issues in Line.javaburdziak1-11/+1
Change-Id: Ia1f3df384e82d6e7d9aab02339b6b682f672415c Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in ValidationExceptionburdziak1-1/+3
Change-Id: I1dc2028f22857f7e96918f4a609f0c9ba10934fc Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in ReportSQLExceptionburdziak1-1/+1
Change-Id: I2b59d35442b7cdc39ccc975c9d59c4e0f453279e Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in WizardSequenceSQLBasedLinearDataminingburdziak1-3/+3
Change-Id: Ic2e572f2740d89ab6c981351f94b9e20dcdb2106 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in WizardSequenceSQLBasedLinearburdziak1-7/+3
Change-Id: Ieba2d5f272780400f9bf773548e2f8504bb40b1a Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in WizardSequenceSQLBasedHiveburdziak1-4/+2
Change-Id: I16463a87dffbf1044b63eafacde410eac04db783 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Fix sonar issues in WizardSequenceSQLBasedCrossTabburdziak1-3/+2
Change-Id: I9324d5b1af06bf3677cfc412d4825d75a48a7529 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-07Sonar fix in epsdk-coreParshad Patel2-3/+5
A "NullPointerException" could be thrown; "appuser" is nullable here Either re-interrupt this method or rethrow the "InterruptedException" Issue-ID: PORTAL-562 Change-Id: Idc3cf823d42ad4afc3ca1ae58c3994916e0d8142 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-07Fix sonar issues in WizardSequenceLinearburdziak1-5/+3
Change-Id: I93f464f52138138317d384291a48e1fbf4ce22ac Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-06Fix sonar issues in WizardProcessorburdziak1-12/+8
Change-Id: I0a26ae37ce1ba9c44e83c5a72087fbfc44f3d0d7 Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-06Fix sonar issues in ActionHandlerburdziak1-30/+21
Change-Id: I8df83707544d8646d5788e0533e43f2ecb4d446b Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-06Fix sonar issues in SecurityXssFilterburdziak1-2/+3
Change-Id: Ibb4bbb1197aed3208835a82b4dbabe2cbd2eb93a Issue-ID: PORTAL-523 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-08-05Merge "Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception"Manoop Talasila1-1/+1
2019-08-05Merge "Sonar Fix- PageEvet.Java - Rename the field to match regular ↵Manoop Talasila1-12/+13
expression and define constant instead of duplicating literal"
2019-08-05Merge "Sonar Fix- ReportFormFields.java"Manoop Talasila1-7/+7
2019-08-05Merge "Sonar Fix- ActionHandler.java"Manoop Talasila1-6/+6
2019-08-02Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exceptiondinesha1-1/+1
Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: If25a07748dfac69b70e73a52eaded8126281edd5 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-02Sonar Fix- PageEvet.Java - Rename the field to match regular expression and ↵dinesha1-12/+13
define constant instead of duplicating literal Fixed Sonar Issues accross the file Issue-ID: PORTAL-686 Change-Id: I73e775aab6f8d6b80a65bc0c5cb0614d5de21271 Signed-off-by: dinesha <dineshgs@in.ibm.com>