summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/src
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Merge "Fix NPE & use try-with-resources issues"Manoop Talasila1-169/+100
2018-09-12Merge "Sonar major issues"Manoop Talasila1-3/+3
2018-08-20Fix NPE & use try-with-resources issuesParshad Patel1-169/+100
Sonar issues fix in ReportHandler.java Issue-ID: PORTAL-342 Change-Id: Iaab16fefb8abe99e70793dbb8ae12e66cdf6b365 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-14Sonar major issuesSumapriya Sarvepalli1-3/+3
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.portal.sdk%3Aepsdk-project&open=AV_om8Kg-08if2a6ufs9&resolved=false&severities=MAJOR Location: ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/gmap/line/LineCollection.java Line No: L50 L51 L160 Change-Id: Ib6ee3dcaf4b91c62c3bbb97fba2d2c270e4c8e8a Issue-ID: PORTAL-357 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-03Fix use try-with-resources issuesParshad Patel3-56/+41
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)9-37/+136
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-07-16FIX TO USE TRY WITH RESOURCESKrishnajinka3-32/+25
FIX SONAR ISSUES RELATED WITH USE OF TRY WITH RESOURCES INSTEAD OF JUST TRY Issue-ID: PORTAL-336 Change-Id: I143c3d6167b101e5113faa3c70f57bfb8638e8de Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
2018-07-11Adding User Auth and permission aaf servicesKishore Reddy, Gujja (kg811t)5-2/+1331
Issue-ID: PORTAL-334 Change-Id: I2826f2a06f7d818d918ae5f45b500a8da78cec42 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-26Adding Junit test filesNaveen Kumar Pitchai1-0/+156
WizardSequenceTest.java ConfigLoaderTest.java PortalAPIResponseTest.java PortalRestAPIProxyTest.java PortalTimeoutBindingListenerTest.java PortalTimeoutHandlerTest.java UserContextListenerTest.java UserSessionListenerTest.java SessionCommunicationServiceTest.java RestWebServiceClientTest.java FavoritesClientTest.java FunctionalMenuClientTest.java ExternalAppConfigTest.java ExternalAppInitializerTest.java HibernateMappingLocationsTest.java SecurityXssFilterTest.java LoginStrategyImplTest.java RegisterTest.java RegistryAdapterTest.java AdminAuthExtensionTest.java Change-Id: If4c553aea9e7f3662d13e369d818073943fbaf54 Issue-ID: PORTAL-328 Signed-off-by: Naveen Kumar Pitchai <naveenk89@in.ibm.com>
2018-06-15Adding Junitsp005016383-0/+114
Junit for files: 1.MapUtils.java 2.IdNameColLookup.java 3.Log.java 4.SystemUpgradeTest.java Sonar link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-analytics Change-Id: I8ad9a40b30997b611c3e0e5ce3675c87ba34cfa7 Issue-ID: PORTAL-298 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)84-1135/+13884
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-06-04Merge "Adding Junit"Manoop Talasila2-0/+107
2018-06-04Merge "Adding Junit "Manoop Talasila2-0/+72
2018-06-04Merge "Adding Junit"Manoop Talasila2-0/+95
2018-06-01sonar critical for Remove this call to 'equals'Saurabh Kumar261-3/+15
Use compareTo instead equal and change to related types Sonar Link: https://sonar.onap.org/project/issues?assignees=SaurabhKumar26&id=org.onap.portal.sdk%3Aepsdk-project&open=AV_om8Hm-08if2a6ufnV&resolved=false&severities=CRITICAL&types=BUG Location: src/main/java/org/onap/portalsdk/analytics/controller/WizardProcessor.java Line No: 1162 Change-Id: Ib5aa5f125b12b9d76606f4dbfbf672ae14ff1492 Issue-ID: PORTAL-280 Signed-off-by: Saurabh Kumar26 <sk00552209@techmahindra.com>
2018-06-01Adding Junitsp005016382-0/+107
Adding Junit for: 1.Lookup.java 2.FusionAdapter.java Sonar link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-analytics%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalsdk%2Fanalytics%2Fsystem%2Ffusion%2Fadapter Change-Id: If7a4e9eeb2ec8ea472d0192aea1b0bf3b6eed42f Issue-ID: PORTAL-296 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2018-06-01Adding JunitPrasadNaidu2-0/+95
Adding junit in Portal SDK for files Idname.java and Item.java Sonar Link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-analytics%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalsdk%2Fanalytics%2Fsystem%2Ffusion%2Fadapter Location : src/main/java/org/onap/portalsdk/analytics/system/fusion/adapter Change-Id: Ic3bf8ffe80652bc323d59de4d5812d24350a983f Issue-ID: PORTAL-295 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-05-31Adding Junit sp005016382-0/+72
Adding Junit for: 1.AdapterSessionFactoryContainer.java 2.SpringContext.java Sonar Link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-analytics%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalsdk%2Fanalytics%2Fsystem%2Ffusion%2Fadapter Change-Id: I56a2acc78b5231707c95bb54128c9eedfa5700dc Issue-ID: PORTAL-294 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2018-05-28sonar critical for Equality TestsSaurabh Kumar261-2/+3
Use BigDecimal to compare values Sonar Link: https://sonar.onap.org/project/issues?assignees=SaurabhKumar26&id=org.onap.portal.sdk%3Aepsdk-project&open=AV_om8MO-08if2a6ufuL&resolved=false&severities=CRITICAL Location: ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/gmap/map Line No: 151 Change-Id: Ie316f4b331cf39d261e78302785c110b16838344 Issue-ID: PORTAL-292 Signed-off-by: Saurabh Kumar26 <sk00552209@techmahindra.com>
2018-05-02Changes for 2.4.0-SNAPSHOTsa282w5-28/+15
Issue-ID: PORTAL-210 Included the pom changes for 2.4.0-SNAPSHOT, music and AAF changes. Change-Id: Ib1e1c2679271aa40eb3b50397724e8cdc5ffe01c Signed-off-by: sa282w <sa282w@att.com>
2018-04-20Replace ecomp referenceHima Elisetty290-290/+290
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-03-22Added JunitsMadheswaran, Saravanan2-5/+487
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: I294bc657a2f0008a6ef889da2635525c77abc809 Change-Id: I294bc657a2f0008a6ef889da2635525c77abc809 Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-21Added JunitsMadheswaran, Saravanan3-47/+526
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Ie4234c6d940d72866e11b56619840cdc707e4005 Change-Id: I8ed32ab32c8455fccf9baa1ce66441aea08f4d75 Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-20Added JunitsKishore Reddy, Gujja (kg811t)1-18/+95
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I1a0109649d32c3031ce441a873dbfdda2d6cc011 Change-Id: I1a0109649d32c3031ce441a873dbfdda2d6cc011 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-20Added JunitsMadheswaran, Saravanan1-12/+100
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Iad7b856f3f547040f3c399a829fa8c88254604ed Change-Id: Iad7b856f3f547040f3c399a829fa8c88254604ed Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-19Effort to make portal resilientLo, WEI-TING(wl849v)10-10/+1213
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-19Merge "Added Junits"Sunder Tattavarada2-0/+573
2018-03-16Added JunitsKishore Reddy, Gujja (kg811t)4-2/+680
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: If888b1da606eeb11a09d6aeb5829c30aa205f082 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-16Added JunitsMadheswaran, Saravanan2-0/+573
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: I58ff98907a8b250540d6a9cd661076080d73400f Change-Id: Iefc4dd86fecafccd98dbc9928c62c834b0eb16ec Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-16Added JunitsKotta, Shireesha (sk434m)8-629/+4957
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Ib3053782fad98b6d6b2048bac1b9506c5cd8f42f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-03-15Merge "Added Junits"Sunder Tattavarada2-170/+207
2018-03-15Added JunitsKishore Reddy, Gujja (kg811t)2-126/+425
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I84b5281bae05210faf7db999335f1fdcf3094fc0 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-15Added JunitsMadheswaran, Saravanan2-170/+207
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: I951a26acebc1863eabc799cb57538593ca650e5a Change-Id: I951a26acebc1863eabc799cb57538593ca650e5a Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-13Added JunitsMadheswaran, Saravanan2-88/+3335
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Ib9b0af1a287d5e2c14157e840f388b1181a23917 Change-Id: I65534837577e37f5ed8caf27de70dcae45e6a49a Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-13Added JunitsKotta, Shireesha (sk434m)28-204/+5838
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: Ie278f9d362e6c9fba0ecdb4a493d8f88a2768fc0 Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-03-07Added JunitsMadheswaran, Saravanan2-0/+1311
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: I583f0236fd25a480f21ac6257b46eedf3332ab64 Change-Id: I583f0236fd25a480f21ac6257b46eedf3332ab64 Signed-off-by: Madheswaran, Saravanan <msaravanan@in.ibm.com>
2018-03-06Added Junits & AAF attributes SupportKotta, Shireesha (sk434m)54-0/+8718
Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-01-03Harden codest782s1-1/+1
Issue-ID: PORTAL-145,PORTAL-119,PORTAL-118 Harden code to address SQL injecton, XSS vulnerabilities; Separate docker images for portal, sdk app and DMaaPBC ui; Missing error page Change-Id: I1818fbf86c601dd41b274729038e731fb2ec8f7d Signed-off-by: st782s <statta@research.att.com>
2017-11-28Harden codest782s7-1557/+1658
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)3-12/+13
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>
2017-10-20Role management; security vulnerabilities.Christopher Lott (cl778h)12-74/+92
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-10-04Repair redirect; correct javadoc site pathChristopher Lott (cl778h)1-1/+1
[PORTAL-53] Correct path for deployment of javadoc web site [PORTAL-78] Prevent SDJ from redirecting multiples times during single signon [St164634] Tone down the logging when communicating with the Partnering Applications Add missing license headers; drop FusionLicenseImpl. Issue: PORTAL-53 PORTAL-78 Change-Id: I3f8200d8e41754ade05e3f7b38d0db6bdd5e59e8 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-25Sonar Scans and Role Centralization; clean nlChristopher Lott (cl778h)12-93/+123
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)202-763/+652
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)255-5231/+8837
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>
2017-07-07[PORTAL-25] Role CentralizationChristopher Lott (cl778h)2-19/+2
Bump EP SDK version to 1.3.0-SNAPSHOT Support Role Centralization & Common Set of Roles across All ONAP On-Boarded Applications Change-Id: Icfc1bbfddaf2c7c7176b4cf7bb7017d853c63100 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-06-27[PORTAL-15] Repair RAPTOR and role defects.Christopher Lott (cl778h)2-14/+448
Change-Id: I1fd4049f1253801021f97ef7bcb3ffb11d8b8c76 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-06-13[PORTAL-15] RAPTOR reporting fixesChristopher Lott (cl778h)3-2/+19
Also repairs a bug in the user-management overlay screen. Ticket number all caps this time. Restore epsdk-app-os pom -SNAPSHOT suffix Change-Id: I7ef620c4ebc52259bcf474908bc4810dfd7e41e7 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-11[PORTAL-7] Features and repairs from 1707Christopher Lott (cl778h)201-964/+841
This merges latest changes made to Raptor and other features. Change-Id: I3a58f88e988ddadf52e1c0c782cdccd2b2ecf5e9 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-04-27[PORTAL-7] RebaseTATTAVARADA199-0/+71842
This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: Ia1efa4deacdc5701e6205104ac021a6c80ed60ba Signed-off-by: st782s <statta@research.att.com>