summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26login and Certman AAF Integration changesKishore Reddy, Gujja (kg811t)22-315/+196
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-26test cases added for PortalRestResponse.javaasgar1-0/+74
Change-Id: I974be70db1b036be3eea57cfaf1359d1bfea9407 Issue-ID: PORTAL-404 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-26equals method covered in EPUserApp.javaasgar1-72/+116
Change-Id: Ib804ca53a4c308a3c2710acc2efdd351d103047a Issue-ID: PORTAL-403 Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
2018-09-25Merge "Portal - enable VID HTTPS"Manoop Talasila1-8/+8
2018-09-21Update Release-Notes.rstWelch, Lorraine (lb2391)1-14/+36
Issue-ID: PORTAL-391 Change-Id: I8625b5ef2fb0c9900a36157f4c976243b1bcd919 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-09-19Portal - enable VID HTTPSPiotr Darosz1-8/+8
Enable Portal to use VID via HTTPS by default Change-Id: Ibfd8e8c8003d181e3bf31913b5a4fa19b2fb2d7b Issue-ID: VID-273 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-09-18Merge "EcompPortalUtils and SearchServiceImpl changes"Sunder Tattavarada2-4/+9
2018-09-13Merge "Use managed guava version"Manoop Talasila2-8/+6
2018-09-12Merge "added fix for error log reported in sonar"Manoop Talasila1-1/+1
2018-09-12Merge "OpenCollaborationController.Java:fixed sonar issue"Manoop Talasila1-3/+2
2018-09-12Merge "Sonar fix in RoleApp.Java"Manoop Talasila1-17/+1
2018-09-12Merge "TicketEventServiceImpl : Fixed sonar issue"Manoop Talasila1-3/+3
2018-09-12Merge "LoginStrategy.java : Fixed sonar issue"Manoop Talasila1-0/+3
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-0/+2
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-12Merge "Fix blocker,critical sonar issue"Manoop Talasila2-138/+127
2018-09-12Merge "Fix the MSB portal url"Manoop Talasila1-1/+1
2018-09-12Merge "Issue-ID: PORTAL-366"Manoop Talasila1-2/+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-09-10Issue-ID: PORTAL-366Saravanan, Madheswaran2-2/+33
docker_version incorrect for portal Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Signed-off-by: Madheswaran, Saravanan<msaravanan@in.ibm.com>
2018-08-28Add readthedocs for SDK 2.4st782s1-0/+31
Issue-ID: PORTAL-288 Change-Id: I29948a6d9db3cca34552e9c40352387fb330d06b Signed-off-by: st782s <statta@research.att.com>
2018-08-28Merge "fixed sonar critical issue"Manoop Talasila1-1/+1
2018-08-27Use managed guava versionGary Wu2-8/+6
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I74149b6af5d4e47c372c8bc3677b493a3d5d1422 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.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-24LoginStrategy.java : Fixed sonar issueArundathi Patil1-0/+3
Fixed sonar issue, annotate interface with @FunctionalInterface annotation Issue-ID: PORTAL-374 Change-Id: I30472b6c18ef350b687d74acce4545c250462f6d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24TicketEventServiceImpl : Fixed sonar issueArundathi Patil1-3/+3
Fixed below sonar issue at line 52, Immediately return this expression instead of assigning it to the temporary variable 'hyperlink' Issue-ID: PORTAL-364 Change-Id: I33b854b15e163146415040bf98dbd7e992d04b61 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24OpenCollaborationController.Java:fixed sonar issueArundathi Patil1-3/+2
Fixed the below sonar issue at line number 40 and 41, 'Remove unused imports'. Issue-ID: PORTAL-370 Change-Id: Id009380e96bb38391ae90e599e0f90c6344642ca 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-21Added INFO.yaml file.Welch, Lorraine (lb2391)1-0/+45
Issue-ID: PORTAL-362 Change-Id: Ic891593d12a397a6944ffc4f2916b7cde91375e9 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-08-21Sonar fix in RoleApp.JavaAmaresh Kumar1-17/+1
Fixed all Sonar issues in RoleApp.Java Issue-ID: PORTAL-367 Change-Id: I56d6bdc66ec03a61e1f7991a2d7c1580ffcaeb9c Signed-off-by: Amaresh Kumar <kamaresh@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-0/+2
Either log or rethrow this exception. Change-Id: Icad977130e20d5a4d1fe972be73277b5d45d41b7 Issue-ID: PORTAL-363 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.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 Tattavarada3-68/+72
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-14Fix the MSB portal urlLi Zi1-1/+1
Issue-ID: MSB-274 Change-Id: I5d0cf6f59be3dba03bf667fcf869b805d68f8377 Signed-off-by: Li Zi <li.zi30@zte.com.cn>
2018-08-13Fix blocker,critical sonar issueParshad Patel2-138/+127
Fix NPE, use try-with-resources issues Issue-ID: PORTAL-342 Change-Id: I9aaf805c012076bad5d803319cb5e3577471f635 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-03Fix sonar issuesParshad Patel3-68/+72
Fix use try-with-resource issue in portal Issue-ID: PORTAL-342 Change-Id: Ieda3384feddae688c66890743978eaf4deda41e0 Signed-off-by: Parshad Patel <pars.patel@samsung.com>