summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18ExtAccessRolesServiceImpl.classKishore Reddy, Gujja (kg811t)1-53/+1
Issue-ID: PORTAL-389 Fixed AAF sync roles to onap portal Change-Id: Ib75dd1aded3e3519662f61bbfd726cc2ddfc4af1 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com> (cherry picked from commit d23be7aa6224274f8740437291416b40800ce571)
2018-10-12ExtAccessRolesServiceImpl.class and sql2.3.0Kishore Reddy, Gujja (kg811t)1-3/+1
Issue-ID: PORTAL-389 Fixed AAF sync roles to onap portal Change-Id: Ibd36737deda72fe7c6984c89001d72ca1a5126c5 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
2018-10-09Add roles to userKotta, Shireesha (sk434m)4-237/+148
Issue-ID: PORTAL-432 add roles to user when the app is centralized Change-Id: I46a782be24ea1804597dc7205bf98170731ffe4d Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2018-10-03search user changesKishore Reddy, Gujja (kg811t)1-1/+1
Issue-ID: PORTAL-386 failed to create user with special char in login_id Change-Id: I613daa21efed9f6f137bd817a1a8aa2f9669cee8 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
2018-09-26login and Certman AAF Integration changesKishore Reddy, Gujja (kg811t)4-79/+67
Issue-ID: PORTAL-386, PORTAL-389 failed to create user with special char in login_id Change-Id: I415adf615a7af97319d8d11a740e75d3dfa11583 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-09-18Merge "EcompPortalUtils and SearchServiceImpl changes"Sunder Tattavarada2-4/+9
2018-09-12Merge "added fix for error log reported in sonar"Manoop Talasila1-1/+1
2018-09-12Merge "NotificationCleanupConfig.java - Fixed sonar issue"Manoop Talasila1-3/+5
2018-09-12Merge "ExternalAccessRoleServiceImpl: Fixed sonar issue"Manoop Talasila1-2/+2
2018-09-12Merge "PortalResourceInterceptor.java:fixed sonnar issue"Manoop Talasila1-2/+4
2018-09-12Merge "PostSearchBean.java: fixed sonar issue"Manoop Talasila1-10/+13
2018-09-12Merge "BasicAuthAccountServiceImpl: Sonar Issue"Manoop Talasila1-2/+2
2018-09-12Merge "Result.java : Fixed sonar issue"Manoop Talasila1-4/+6
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-11EcompPortalUtils and SearchServiceImpl changesKishore Reddy, Gujja (kg811t)2-4/+9
Issue-ID: PORTAL-386 failed to create user with special char in login_id Change-Id: Iab6ac96f9fa033e45cfbbc4434660139465c792e Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-08-27ExternalAccessRoleServiceImpl: Fixed sonar issueArundathi Patil1-2/+2
Fixed sonar issue, make method public or remove @Transcational anotation Issue-ID: PORTAL-385 Change-Id: I6ad3358b92feb0a830ee5dcb022d873b315d1172 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-27BasicAuthAccountServiceImpl: Sonar IssueArundathi Patil1-2/+2
Fixed sonar issue, correct "&" with this "&&" Issue-ID: PORTAL-384 Change-Id: I019ed7d91b490366061bc581ab1e88abf819e824 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-27added fix for error log reported in sonarChandan Ghosh1-1/+1
Added fix for error logging reported in sonar Issue-ID: PORTAL-383 Change-Id: I1a73508da1c2d028ce9e8933def60c02b62482ff Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-08-25PortalResourceInterceptor.java:fixed sonnar issueArundathi Patil1-2/+4
Fixed sonar issue, correct this '&' to '&&' Issue-ID: PORTAL-380 Change-Id: I45d0bbc3cded8482d1dc48d4424e2b59213cf545 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24NotificationCleanupConfig.java - Fixed sonar issueArundathi Patil1-3/+5
Fixed below sonar issues: Cast one of the operands of multiplication operation to long, Remove the BeansException which is runtime, Reorder the modifiers to comply with java language specification Issue-ID: PORTAL-378 Change-Id: I5cede6e6d12e9a16b524beeb562d379b3d991d93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24Result.java : Fixed sonar issueArundathi Patil1-4/+6
Fixed the below sonar issue at line 41, 'Rename feild 'result' at line 41 Issue-ID: PORTAL-371 Change-Id: I05a25aa44631415c3ab045defd129f3bf61bd36d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24PostSearchBean.java: fixed sonar issueArundathi Patil1-10/+13
Fixed sonar issue, reduce numeber of conditional operator in expression Issue-ID: PORTAL-373 Change-Id: Ic0c8a2cab9643f23e490d2fe09f0d1aa45bd73c0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-20fixed sonar critical issueAmaresh Kumar1-1/+1
Sonar critical issue fix, either log or rethrow exception. Issue-ID: PORTAL-364 Change-Id: Idd50876e7d3ad8eab277b1f68bfd765af3af8962 Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
2018-08-17Sonar CriticalShubhada Ramkrishna Vaze1-1/+2
Either log or rethrow this exception. Change-Id: I66dbc884fc72aa9b8c3faeaccaffc99e373858ec Issue-ID: PORTAL-361 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-08-14Merge "Fix sonar issues"Sunder Tattavarada2-61/+70
2018-08-14Sonar CriticalShubhada Ramkrishna Vaze1-1/+2
Either log or rethrow this exception. Change-Id: I622086227ea912a5c19cfd5daa84463d9354876c Issue-ID: PORTAL-360 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-08-03Fix sonar issuesParshad Patel2-61/+70
Fix use try-with-resource issue in portal Issue-ID: PORTAL-342 Change-Id: Ieda3384feddae688c66890743978eaf4deda41e0 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-02Replaced ecomp hb123f1-1/+1
Issue-ID: PORTAL-302 Replaced ecomp keyword and year Change-Id: Ia9b324f6c7b74875ed6afd3cca7aa8d1ed7131a4 Signed-off-by: hb123f <hb123f@att.com>
2018-07-30JUnits for coveragesa282w19-203/+317
Issue-ID: PORTAL-273 JUnits for sonar coverage Change-Id: Icb88d8563164281d29877bbc2de9c8f1f780aa0c Signed-off-by: sa282w <sa282w@att.com>
2018-06-21Music health check apissa282w8-77/+725
Issue-ID: PORTAL-291, PORTAL-307 Included the music changes, other changes from 2.3 branch to be included in master, added JUnits to the new classes and updated the document with the API version changes. Change-Id: I7b4c54be49317264afbdcb8d8ae3f20395bf0e1f Signed-off-by: sa282w <sa282w@att.com>
2018-05-25Bulk upload changes and music health check apisKishore Reddy, Gujja (kg811t)45-423/+3395
Issue-ID: PORTAL-290, PORTAL-291 Bulk upload changes and music health check apis Change-Id: I63d289d75420658ff4a14385a5106838fa8c32b2 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-04-19Replace ecomp referencesHima Elisetty302-356/+356
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: I76311f2ab10b2c0d406415ea2f922d1aad993e21 Signed-off-by: Hima Elisetty <hbindu@research.att.com>
2018-04-13Get Roles on Users page for ext appKishore Reddy, Gujja (kg811t)1-0/+11
Issue-ID: PORTAL-241 Get Roles on Users page for ext app Change-Id: Ibba7e3c440546d6349ae4fc110b7f576c6a33e8e Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-04-12Get Roles on Users page for ext appHima Elisetty1-6/+16
Issue-ID: PORTAL-241 Get Roles on Users page for ext app Change-Id: I7f57b681c43dbf59cdb19e7da8eb40e523768d3e Signed-off-by: Hima Elisetty <hbindu@research.att.com>
2018-03-27Merge "Sonar Issues for PostSearchBean.java"Sunder Tattavarada1-2/+2
2018-03-27Merge "Sonar Issues for ExtractJar.java"Sunder Tattavarada1-3/+3
2018-03-27Merge "Sonar Issues for ExtractJar.java"Sunder Tattavarada1-9/+10
2018-03-27Sonar Issues for PostSearchBean.javaHari Om Verma1-2/+2
Minor and Major Sonar issues for PostSearchBean.java Change-Id: I7337218b018e69ed60714d7484c4170fae38f9e0 Issue-ID: PORTAL-225 Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
2018-03-27Sonar Issues for ExtractJar.javaHari Om Verma1-3/+3
Minor and Major Sonar issues for ExtractJar.java Change-Id: I8639d2fd76832c0f9f155721e8fb9423cb3b16b6 Issue-ID: PORTAL-213 Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
2018-03-23Security fixesKishore Reddy, Gujja (kg811t)1-2/+7
Issue-ID: PORTAL-136, PORTAL-155, PORTAL-210,PORTAL-217 Includes JUNITS and docker changes, music integration and security fixes Change-Id: Ib9205d7e8aa31c525a87e9d9a8076906ea4c7f0a Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-23Docker changes and Music IntegrationKishore Reddy, Gujja (kg811t)11-97/+227
Issue-ID: PORTAL-136, PORTAL-155, PORTAL-210,PORTAL-217 Includes JUNITS and docker changes, music integration and security fixes Change-Id: Ib974401b48efc1f0d4f98036b0028043c3283691 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-13Sonar Issues for ExtractJar.javaHari Om Verma1-9/+10
Minor and Major Sonar issues for ExtractJar.java Change-Id: Ida807e6d2fbeae7c7b2b66ca227c0aa5fcf020b2 Issue-ID: PORTAL-213 Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
2018-03-06Added JunitsKishore Reddy, Gujja (kg811t)1-1/+1
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I5ea9dc100dcf4a14c57dff5663e1e55a1677a017 Signed-off-by:Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-01Added JunitsGujja2-7/+8
Issue-ID: PORTAL-155 Includes JUNITS, security issues fix Change-Id: I7c4032808163c46bf53477195823c7ed9dc99edc Signed-off-by:GUJJA <kg811t@research.att.com>
2018-02-26Added JunitsGUJJA1-7/+7
Issue-ID: PORTAL-207 Includes JUNITS Change-Id: If0befc3456e15106ac1f79e4c4462c072beeeec3 Signed-off-by:GUJJA <kg811t@research.att.com>
2018-02-22Added JunitsGUJJA5-49/+117
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I859aa9de0ce51a1ac699c81e98c2af7fda7ae660 Signed-off-by:GUJJA <kg811t@research.att.com>
2018-02-16Added JunitsGUJJA4-113/+121
Issue-ID: PORTAL-162, PORTAL-163, PORTAL-168 Includes JUNITS, maven dependency version changes Change-Id: Ib13b03ece5816bffa263dd9180180d9c6070cebd Signed-off-by:GUJJA <kg811t@research.att.com>
2018-02-08Added Junitskg811t30-123/+325
Issue-ID: PORTAL-136, PORTAL-133, PORTAL-111, PORTAL-19 Includes JUNITS, replacement of openecomp to onap, role centralization changes Change-Id: I95fe9d93ccf22e04f81f52aa7ae8c2b760d8c9c4 Signed-off-by: kg811t <kg811t@research.att.com>
2018-02-08check if localsession object null before closingHavaldar Girish1-1/+3
Before closing the session check if the localsession is not null Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.portal%3Aonap-portal-parent#resolved=false|severities=BLOCKER Location: /src/main/java/org/openecomp/portalapp/portal/service/UserRolesCommonServiceImpl.java Line No-382 Change-Id: Id44800c1ab0ee03dd4920c756fb85b342dc1dd2a Issue-ID: PORTAL-154 Signed-off-by: Havaldar Girish <hg0071052@techmahindra.com>