summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17changes in metrics logsKishore Reddy Dwaram5-66/+72
Issue-ID: PORTAL-1008 Change-Id: I007420af6bf5f89862b55b7625f0f2a76d73802f Signed-off-by: Kishore Reddy Dwaram <kishore.reddy.dwaram@att.com>
2020-09-15changed pom version to 3.4 and changes to audit and error log.Muni Mohan Kunchi2-2/+3
Issue-ID: PORTAL-1008 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: Idb8b4cafe78c7dae42f6f9921a6a4a315f90641c
2020-07-20Integrated UI lazy loading and Raptor updateSudarshan Kumar1-1/+17
Integrated UI lazy loading and Raptor update Issue-ID: PORTAL-902 Change-Id: I0cf9f22a57c2be4e5b83981bdf0984768a5f44a6 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-06-12lowered sonar code smellsRupinder4-5/+0
Issue-ID: PORTAL-865 Change-Id: Ib4252952e5119d0638a7ba4d354c7f76b005352c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-10Merge "Resubmitting KeyProperties changes"Sunder Tattavarada6-19/+47
2020-06-04Resubmitting KeyProperties changes“Kruthi6-19/+47
Change-Id: Ifdf5d90b6773ef3260572eb8d8a65238262d361f Issue-ID: PORTAL-914 Signed-off-by: krutbhat@att.com
2020-06-03Improved Profile Search performanceSudarshan Kumar2-0/+10
Improved Profile Search performance Issue-ID: PORTAL-915 Change-Id: I05fa030ff326ff38b1f12a10f40c4bb28590ed61 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-05-24Merge "removed code smells in some components"Lorraine Welch3-10/+1
2020-05-24Merge "lowered some code smells in a few components"Lorraine Welch1-2/+2
2020-05-21lowered some code smells in a few componentsIndrijeet kumar1-2/+2
lowered some code smells in a few components Issue-ID: PORTAL-813 Change-Id: I64eeead6f562daaeee01392eb57696d5724f1ff6 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-21removed code smells in some componentsIndrijeet kumar3-10/+1
removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ib8e1deaddbbd58d41a839c505a3e9875b1046297 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-07reduced some code smellsIndrijeet kumar3-4/+4
reduced some code smells Issue-ID: PORTAL-813 Change-Id: I5de9eef7f9b4e7983a2893fe91c83226fe1903cd Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-09lowered code smellsRupinder4-5/+0
Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-02-06adding sdk changesMuni Mohan Kunchi2-5/+3
adding sdk changes Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I0c99d3ab15fcf4c3b34d84658b64114dadbe2577
2020-01-23Fix NullPointerException & other sonar issuesParshad Patel1-1/+3
A "NullPointerException" could be thrown Use a logger to log this exception Cast one of the operands of this multiplication operation to a "long" Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: I1bc657a8893379329547b131b53e37da873d55db Signed-off-by: Parshad Patel <pars.patel@samsung.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-07-23Blackduck scan fixes and PenTestst398c1-1/+19
Issue-ID: PORTAL-631 Change-Id: I606837e3aefd0bbb7ff45ac2e597d214da06e7ed Signed-off-by: st398c <st398c@research.att.com>
2019-07-10Blackduck scan fixesst398c1-1/+0
Issue-ID: PORTAL-631 Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5 Signed-off-by: st398c <st398c@research.att.com>
2019-07-09Merge "Fix sonar issue in epsdk-domain"Manoop Talasila2-11/+53
2019-07-03Fix sonar issue in epsdk-domainParshad Patel2-11/+53
Fix Constructor has 10 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: I8eff61e2d829c86bd20c7052c181f90eed1a5926 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-05-22Fix sonar issues in WebRTCSocketPawel1-15/+18
Issue-ID: PORTAL-587 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I3087714f7d3b8b012a8b93b1ac92b88d33cd910d
2019-04-18Fix sonar issue: implement builderArindam Mondal2-4/+9
Sonar link: https://sonar.onap.org/issues?projectUuids=AV8LJxI3uDqGnRl2bdaB&resolved=false&rules=squid%3AS00107 Issue-ID: PORTAL-559 Change-Id: I28c202e69f4856131b91918c41343ae6a5df3bbe Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-03-28Fortify, version, Junitst398c2-35/+16
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.com>
2019-02-25Reduce method parameter by implementing builderArindam Mondal4-28/+123
Issue-ID: PORTAL-529 Change-Id: I1f5adc677d43c2fdc4e18f893e11b708608b0b36 Signed-off-by: arindamm <arind.mondal@samsung.com>
2018-11-20CADI Integrationst782s15-933/+1276
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s <statta@research.att.com>
2018-11-06Fix sonar issue in epsdk-coreParshad Patel1-0/+7
Fix this class overrides "equals()" and should therefore also override "hashCode()" sonar issue in TimeoutVO.java Issue-ID: PORTAL-342 Change-Id: I1422069ffb610491b7313a8056478e0dc3054c7a Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-10-09Merge "Adding testcase UrlAccessRestrictedException.java"Manoop Talasila1-0/+56
2018-10-09Merge "Adding test case to SessionExpiredException.java"Manoop Talasila1-0/+57
2018-10-09Merge "Added test file for UebException"Manoop Talasila1-0/+66
2018-10-09Merge "Added test file to FunctionalMenu"Manoop Talasila1-0/+53
2018-10-09Changed ecomp and AT&T referencesWelch, Lorraine (lb2391)1-3/+3
Issue-ID: PORTAL-302 Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-01Adding testcase UrlAccessRestrictedException.javaSooriyaa1-0/+56
Adding testcase UrlAccessRestrictedException.java Issue-ID: PORTAL-418 Change-Id: I196e3c09361d91ef6cf0644c8953ecb7f79e48a4 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-10-01Adding test case to SessionExpiredException.javaSooriyaa1-0/+57
Adding test case to SessionExpiredException.java Issue-ID: PORTAL-417 Change-Id: Ia4e09cca47a596ace738dea8d24d49f182adae16 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-28Added test file for UebExceptionezhil1-0/+66
Added test file for UebException Issue-ID: PORTAL-415 Change-Id: I3a901f023b16cb39bb6cd33d1b89d13a34e2f22d Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-28Added test file to FunctionalMenuezhil1-0/+53
Added test file to functionalMenu Java class Issue-ID: PORTAL-410 Change-Id: Ib861b6289431d0f0f94942ea6d25d02c8e4a03e0 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-12sonar issue fix (updated readme)Arindam Mondal3-41/+15
Issue-ID: PORTAL-338 Change-Id: Ie338e4707271859bfcbc30dfd04585dba206fe6f Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-08-03Sonar issue try-with-resourcesArindam Mondal1-16/+7
Modified RoleServiceImpl, replaced Statement with PreparedStatemnent Issue-ID: PORTAL-338 Change-Id: I8d94682abf72080bc63d0e5b6c91e1869629bbc9 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-07-11Adding User Auth and permission aaf servicesKishore Reddy, Gujja (kg811t)1-8/+1
Issue-ID: PORTAL-334 Change-Id: I2826f2a06f7d818d918ae5f45b500a8da78cec42 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-27Merge "API Versioning for ECOMP Components in SDK"Manoop Talasila3-3/+3
2018-06-27API Versioning for ECOMP Components in SDKsa282w3-3/+3
Issue-ID: PORTAL-263 Included the missing changes for V3 API's for UserService and LoginService and release/2.4.0 changes needed to be merged in master branch. Change-Id: Ic516255464d3edf637df3e8c64eafbf0dde8cee3 Signed-off-by: sa282w <sa282w@att.com>
2018-06-14Merge "Adding Junit"Manoop Talasila4-0/+207
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)3-2/+187
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-11Adding Junitsp005016384-0/+207
Junit for: 1.AbstractCacheManager.java 2.PublisherList.java 3.UebMsg.java 4.WaitingRequestersQueueList.java Sonar link: https://sonar.onap.org/code?id=org.onap.portal.sdk%3Aepsdk-project&selected=org.onap.portal.sdk%3Aepsdk-core Change-Id: I75d0aa05a73e080bdcd481d8b9c3ecdfd2c9a92b Issue-ID: PORTAL-304 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2018-05-03API Versioning for ECOMP Components in SDKsa282w4-9/+10
Issue-ID: PORTAL-263 Included the api version changes for SDK. Change-Id: Ib81c5aabe585f6e2775e73a692153d1f286d1f45 Signed-off-by: sa282w <sa282w@att.com>
2018-05-02Changes for 2.4.0-SNAPSHOTsa282w93-8726/+36
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 Elisetty263-263/+263
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-03-20Added JunitsKishore Reddy, Gujja (kg811t)1-0/+2
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-15Added JunitsKishore Reddy, Gujja (kg811t)1-1/+9
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I84b5281bae05210faf7db999335f1fdcf3094fc0 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-06Added Junits & AAF attributes SupportKotta, Shireesha (sk434m)9-30/+100
Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-02-20Increase JUNIT Coveragest782s39-5/+3905
Issue-ID: PORTAL-136 Change-Id: I2223003924f36043753bef401ed1d8ee87f4a65e Signed-off-by: st782s <statta@research.att.com>