portal.git
5 years agoMerge "Sonar Issue Fix - PORTAL-486"
Manoop Talasila [Thu, 7 Feb 2019 21:32:40 +0000 (21:32 +0000)]
Merge "Sonar Issue Fix - PORTAL-486"

5 years agoMerge "Sonar Issue Fix - PORTAL-487"
Manoop Talasila [Thu, 7 Feb 2019 21:30:51 +0000 (21:30 +0000)]
Merge "Sonar Issue Fix - PORTAL-487"

5 years agoMerge "PORTAL-491 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:30:28 +0000 (21:30 +0000)]
Merge "PORTAL-491 - EPFusionBaseController.java"

5 years agoMerge "PORTAL-492 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:30:13 +0000 (21:30 +0000)]
Merge "PORTAL-492 - EPFusionBaseController.java"

5 years agoMerge "PORTAL-493 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:29:41 +0000 (21:29 +0000)]
Merge "PORTAL-493 - EPFusionBaseController.java"

5 years agoMerge "PORTAL-494 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:29:27 +0000 (21:29 +0000)]
Merge "PORTAL-494 - EPFusionBaseController.java"

5 years agoMerge "PORTAL-495 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:29:13 +0000 (21:29 +0000)]
Merge "PORTAL-495 - EPFusionBaseController.java"

5 years agoMerge "PORTAL-496 - EPFusionBaseController.java"
Manoop Talasila [Thu, 7 Feb 2019 21:28:32 +0000 (21:28 +0000)]
Merge "PORTAL-496 - EPFusionBaseController.java"

5 years agoIssue-Remove the declaration of thrown exception 97/75197/1
Driptaroop Das [Thu, 3 Jan 2019 06:32:31 +0000 (12:02 +0530)]
Issue-Remove the declaration of thrown exception

Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.

Issue-ID: PORTAL-501
Change-Id: I9724782aeab6151e6a143e674e123c62e34870e8
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-496 - EPFusionBaseController.java 82/74282/1
Driptaroop Das [Wed, 5 Dec 2018 16:22:08 +0000 (21:52 +0530)]
PORTAL-496 - EPFusionBaseController.java

Replace the type specification in this constructor call with the diamond operator ("<>") - EPFusionBaseController.java

Issue-ID: PORTAL-496
Change-Id: I3f4e044623e4e771cf9beeb7e402aba9c384dae1
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-495 - EPFusionBaseController.java 81/74281/1
Driptaroop Das [Wed, 5 Dec 2018 16:18:38 +0000 (21:48 +0530)]
PORTAL-495 - EPFusionBaseController.java

Replace the type specification in this constructor call with the diamond operator ("<>") - EPFusionBaseController.java

Issue-ID: PORTAL-495
Change-Id: Ib6fd08376f7e7afb26fa8d945f6829a8a308342a
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-494 - EPFusionBaseController.java 80/74280/1
Driptaroop Das [Wed, 5 Dec 2018 16:15:21 +0000 (21:45 +0530)]
PORTAL-494 - EPFusionBaseController.java

Replace the type specification in this constructor call with the diamond operator ("<>") - EPFusionBaseController.java

Issue-ID: PORTAL-494
Change-Id: I84110eb8722070b8df0e75ef60549e7b79a5a422
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-493 - EPFusionBaseController.java 79/74279/1
Driptaroop Das [Wed, 5 Dec 2018 16:12:10 +0000 (21:42 +0530)]
PORTAL-493 - EPFusionBaseController.java

Replace the type specification in this constructor call with the diamond operator ("<>") - EPFusionBaseController.java

Issue-ID: PORTAL-493
Change-Id: Id7f022d4cf8f0279a533167912f5d690330b010e
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-492 - EPFusionBaseController.java 78/74278/1
Driptaroop Das [Wed, 5 Dec 2018 16:08:13 +0000 (21:38 +0530)]
PORTAL-492 - EPFusionBaseController.java

Add the "@Override" annotation above this method signature - EPFusionBaseController.java

Issue-ID: PORTAL-492
Change-Id: I19a3dae680f279d8ea43ed77546b81428449f15c
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoPORTAL-491 - EPFusionBaseController.java 77/74277/1
Driptaroop Das [Wed, 5 Dec 2018 16:04:11 +0000 (21:34 +0530)]
PORTAL-491 - EPFusionBaseController.java

Replace the type specification in this constructor call with the diamond operator ("<>") - EPFusionBaseController.java

Issue-ID: PORTAL-491
Change-Id: I57976f175272272151726b3db0ff7da97a8f17e6
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoSonar Issue Fix - PORTAL-487 19/74119/2
Driptaroop Das [Mon, 3 Dec 2018 08:03:22 +0000 (13:33 +0530)]
Sonar Issue Fix - PORTAL-487

Remove this unused import 'org.springframework.beans.BeansException'.(NotificationCleanupConfig.java)

Issue-ID: PORTAL-487
Change-Id: If0b80b12e874fba887836f408d3eb8cad0f5b6a7
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoSonar Issue Fix - PORTAL-486 18/74118/2
Driptaroop Das [Mon, 3 Dec 2018 07:57:45 +0000 (13:27 +0530)]
Sonar Issue Fix - PORTAL-486

Remove this method to simply inherit it.(ExternalAppInitializer.java)

Issue-ID: PORTAL-486
Change-Id: Ifce3ea6ab7dc58e199f4a93dd75c427eebae9f6c
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoUpdate the security notes in the release notes 94/72794/1
Manoop Talasila [Thu, 15 Nov 2018 15:42:08 +0000 (10:42 -0500)]
Update the security notes in the release notes

Issue-ID: PORTAL-391
Change-Id: Ia31a484be817506f4ddbe763fe5833c8a159c064
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoUpdate the release date in the release notes 37/72437/1
Manoop Talasila [Mon, 12 Nov 2018 16:49:01 +0000 (11:49 -0500)]
Update the release date in the release notes

Issue-ID: PORTAL-391
Change-Id: I1f68476b6a262442faeb9999820a98ce3264da96
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoMerge "Fixed license text."
Manoop Talasila [Fri, 9 Nov 2018 14:45:56 +0000 (14:45 +0000)]
Merge "Fixed license text."

5 years agoMerge "Disable portal-app default page"
Manoop Talasila [Fri, 9 Nov 2018 14:42:25 +0000 (14:42 +0000)]
Merge "Disable portal-app default page"

5 years agoFixed license text. 40/72240/1
Kishore Reddy, Gujja (kg811t) [Thu, 8 Nov 2018 19:43:35 +0000 (14:43 -0500)]
Fixed license text.

Issue-ID: PORTAL-460

Change-Id: Ic36e7be4f723ba79e9af6acbb6eec4e1739c9d02
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
5 years agoAdding tutorial for Angular upgrade 41/72141/2
Manoop Talasila [Thu, 8 Nov 2018 00:34:24 +0000 (19:34 -0500)]
Adding tutorial for Angular upgrade

Issue-ID: PORTAL-356
Change-Id: I3251916a18537d6abedcada139286ee97a4dc7ad
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoDisable portal-app default page 73/72173/1
Parshad Patel [Thu, 8 Nov 2018 07:01:30 +0000 (16:01 +0900)]
Disable portal-app default page

Fix for Security: disable portal-app default page that targets tomcat 8.0.37 specific exploits issue
Fix default tomcat webapps removal command in Dockerfile.portal

Issue-ID: PORTAL-303
Change-Id: I9be563f0d824f687271fbdcf12e5785ff18ab83f
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoFixed license text. 89/72089/1
Welch, Lorraine (lb2391) [Wed, 7 Nov 2018 15:46:40 +0000 (10:46 -0500)]
Fixed license text.

Issue-ID: PORTAL-466

Change-Id: I1b533a9c70d4be92906c6425ae17deb963393d53
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoFix typos 18/71818/2
Stanislav Chlebec [Mon, 5 Nov 2018 08:40:22 +0000 (09:40 +0100)]
Fix typos

Change-Id: I9b8fbaf7ccfd20d5a7ec8075e47e40ae6671812d
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582

5 years agoUpdated docker images and Upgrade Notes 49/71349/1
Welch, Lorraine (lb2391) [Fri, 26 Oct 2018 22:13:36 +0000 (18:13 -0400)]
Updated docker images and Upgrade Notes

Issue-ID: PORTAL-391

Change-Id: Iec2652c2237d8a8976c558287989232d2f90376e
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoMerge "Change the domain name and main page of MSB"
Sunder Tattavarada [Mon, 22 Oct 2018 12:19:04 +0000 (12:19 +0000)]
Merge "Change the domain name and main page of MSB"

5 years agoApps_Users_Onboarding_script 34/70834/1
Kishore Reddy, Gujja (kg811t) [Fri, 19 Oct 2018 17:48:16 +0000 (13:48 -0400)]
Apps_Users_Onboarding_script

Issue-ID: PORTAL-389

Fixed uebkey issue in the script

Change-Id: I24002c094a687d15cbbff939b47675bc75f6d364
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
5 years agoMerge "Updated Release-notes for Known Issues"
Manoop Talasila [Fri, 19 Oct 2018 13:49:02 +0000 (13:49 +0000)]
Merge "Updated Release-notes for Known Issues"

5 years agoMerge "Changed AAI encrypted password, SDC entry"
Manoop Talasila [Fri, 19 Oct 2018 13:48:51 +0000 (13:48 +0000)]
Merge "Changed AAI encrypted password, SDC entry"

5 years agoUpdated Release-notes for Known Issues 69/70769/1
Welch, Lorraine (lb2391) [Thu, 18 Oct 2018 21:05:59 +0000 (17:05 -0400)]
Updated Release-notes for Known Issues

Issue-ID: PORTAL-391

Change-Id: Ied0528808b1bb331b15938b4bd8a1cd8dccc06ca
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoExtAccessRolesServiceImpl.class 99/70599/2
Kishore Reddy, Gujja (kg811t) [Tue, 16 Oct 2018 21:05:09 +0000 (17:05 -0400)]
ExtAccessRolesServiceImpl.class

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>
5 years agoChanged AAI encrypted password, SDC entry 78/70678/2
Welch, Lorraine (lb2391) [Wed, 17 Oct 2018 18:38:39 +0000 (14:38 -0400)]
Changed AAI encrypted password, SDC entry

Issue-ID: PORTAL-434

Change-Id: I8db5a00dd3a8755b0bc310f7886b416d056867ea
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoChange the domain name and main page of MSB 27/70627/1
Huabing Zhao [Wed, 17 Oct 2018 03:46:57 +0000 (03:46 +0000)]
Change the domain name and main page of MSB

Change-Id: I260b95a21b0f10d27242d186183f76ff690d7b7b
Issue-ID: MSB-293
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
5 years agoExtAccessRolesServiceImpl.class and sql 89/70389/1 2.3.0
Kishore Reddy, Gujja (kg811t) [Fri, 12 Oct 2018 20:53:15 +0000 (16:53 -0400)]
ExtAccessRolesServiceImpl.class and sql

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>
5 years agoMerge "added a test in CustomLogginFilterTest.java"
Manoop Talasila [Tue, 9 Oct 2018 21:34:25 +0000 (21:34 +0000)]
Merge "added a test in CustomLogginFilterTest.java"

5 years agoMerge "Add roles to user"
Manoop Talasila [Tue, 9 Oct 2018 21:33:46 +0000 (21:33 +0000)]
Merge "Add roles to user"

5 years agoAdd roles to user 81/70081/4
Kotta, Shireesha (sk434m) [Tue, 9 Oct 2018 15:28:41 +0000 (11:28 -0400)]
Add roles to user

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>
5 years agoMerge "test equality in EPUserAppRolesRequestTest.java"
Manoop Talasila [Tue, 9 Oct 2018 19:39:15 +0000 (19:39 +0000)]
Merge "test equality in EPUserAppRolesRequestTest.java"

5 years agoMerge "test added MusicCookieCsrfTokenRepository.java"
Manoop Talasila [Tue, 9 Oct 2018 19:29:09 +0000 (19:29 +0000)]
Merge "test added MusicCookieCsrfTokenRepository.java"

5 years agoMerge "test cases for the remaining lines of equal method"
Manoop Talasila [Tue, 9 Oct 2018 19:27:44 +0000 (19:27 +0000)]
Merge "test cases for the remaining lines of equal method"

5 years agoMerge "test covered for comparetTo method in EPUser.java"
Manoop Talasila [Tue, 9 Oct 2018 19:20:10 +0000 (19:20 +0000)]
Merge "test covered for comparetTo method in EPUser.java"

5 years agoMerge "added test cases in EPRoleTest.java"
Manoop Talasila [Tue, 9 Oct 2018 19:19:14 +0000 (19:19 +0000)]
Merge "added test cases in EPRoleTest.java"

5 years agotest added MusicCookieCsrfTokenRepository.java 46/69846/1
asgar [Wed, 3 Oct 2018 14:16:09 +0000 (19:46 +0530)]
test added MusicCookieCsrfTokenRepository.java

Change-Id: I9791e63f64aa6e37a422d878c45274a39e3afdf2
Issue-ID: PORTAL-428
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agosearch user changes 88/69688/4
Kishore Reddy, Gujja (kg811t) [Tue, 2 Oct 2018 20:34:42 +0000 (16:34 -0400)]
search user changes

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>
5 years agoadded a test in CustomLogginFilterTest.java 51/69751/1
asgar [Wed, 3 Oct 2018 14:12:39 +0000 (19:42 +0530)]
added a test in CustomLogginFilterTest.java

Change-Id: Ib801f9ab42486d51fa64b6575124e5668a48c853
Issue-ID: PORTAL-427
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agotest equality in EPUserAppRolesRequestTest.java 30/69730/1
asgar [Wed, 3 Oct 2018 10:21:25 +0000 (15:51 +0530)]
test equality in EPUserAppRolesRequestTest.java

Change-Id: Ib8e9ff486af57ee03c7f47749d7a040c5ae9d4a0
Issue-ID: PORTAL-426
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agoMerge "test cases added for PortalRestResponse.java"
Manoop Talasila [Mon, 1 Oct 2018 19:59:16 +0000 (19:59 +0000)]
Merge "test cases added for PortalRestResponse.java"

5 years agotest covered for comparetTo method in EPUser.java 47/69447/1
asgar [Fri, 28 Sep 2018 06:51:19 +0000 (12:21 +0530)]
test covered for comparetTo method in EPUser.java

Change-Id: I7a171068a878f4500af0996d0a7123d2472fef18
Issue-ID: PORTAL-413
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agoadded test cases in EPRoleTest.java 41/69441/1
asgar [Fri, 28 Sep 2018 06:05:40 +0000 (11:35 +0530)]
added test cases in EPRoleTest.java

Change-Id: Ib50643fa9d07948b5bd5815b126c937397dc4454
Issue-ID: PORTAL-411
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agotest cases for the remaining lines of equal method 37/69337/1
asgar [Thu, 27 Sep 2018 14:32:19 +0000 (20:02 +0530)]
test cases for the remaining lines of equal method

Change-Id: Ia96a9ee1f4f7cd286202f7abeefc0548227fa79a
Issue-ID: PORTAL-409
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agologin and Certman AAF Integration changes 33/68933/3
Kishore Reddy, Gujja (kg811t) [Tue, 25 Sep 2018 17:59:56 +0000 (13:59 -0400)]
login and Certman AAF Integration changes

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>
5 years agotest cases added for PortalRestResponse.java 17/69117/1
asgar [Wed, 26 Sep 2018 13:26:31 +0000 (18:56 +0530)]
test cases added for PortalRestResponse.java

Change-Id: I974be70db1b036be3eea57cfaf1359d1bfea9407
Issue-ID: PORTAL-404
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agoequals method covered in EPUserApp.java 11/69111/1
asgar [Wed, 26 Sep 2018 12:28:17 +0000 (17:58 +0530)]
equals method covered in EPUserApp.java

Change-Id: Ib804ca53a4c308a3c2710acc2efdd351d103047a
Issue-ID: PORTAL-403
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
5 years agoMerge "Portal - enable VID HTTPS"
Manoop Talasila [Tue, 25 Sep 2018 19:36:07 +0000 (19:36 +0000)]
Merge "Portal - enable VID HTTPS"

5 years agoUpdate Release-Notes.rst 75/68275/2
Welch, Lorraine (lb2391) [Thu, 20 Sep 2018 20:45:24 +0000 (16:45 -0400)]
Update Release-Notes.rst

Issue-ID: PORTAL-391

Change-Id: I8625b5ef2fb0c9900a36157f4c976243b1bcd919
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoPortal - enable VID HTTPS 45/67645/1
Piotr Darosz [Wed, 19 Sep 2018 08:47:25 +0000 (10:47 +0200)]
Portal - enable VID HTTPS

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>
5 years agoMerge "EcompPortalUtils and SearchServiceImpl changes"
Sunder Tattavarada [Tue, 18 Sep 2018 15:09:00 +0000 (15:09 +0000)]
Merge "EcompPortalUtils and SearchServiceImpl changes"

5 years agoMerge "Use managed guava version"
Manoop Talasila [Thu, 13 Sep 2018 21:01:24 +0000 (21:01 +0000)]
Merge "Use managed guava version"

5 years agoMerge "added fix for error log reported in sonar"
Manoop Talasila [Wed, 12 Sep 2018 16:30:32 +0000 (16:30 +0000)]
Merge "added fix for error log reported in sonar"

5 years agoMerge "OpenCollaborationController.Java:fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:30:13 +0000 (16:30 +0000)]
Merge "OpenCollaborationController.Java:fixed sonar issue"

5 years agoMerge "Sonar fix in RoleApp.Java"
Manoop Talasila [Wed, 12 Sep 2018 16:30:01 +0000 (16:30 +0000)]
Merge "Sonar fix in RoleApp.Java"

5 years agoMerge "TicketEventServiceImpl : Fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:29:42 +0000 (16:29 +0000)]
Merge "TicketEventServiceImpl : Fixed sonar issue"

5 years agoMerge "LoginStrategy.java : Fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:29:23 +0000 (16:29 +0000)]
Merge "LoginStrategy.java : Fixed sonar issue"

5 years agoMerge "NotificationCleanupConfig.java - Fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:27:46 +0000 (16:27 +0000)]
Merge "NotificationCleanupConfig.java - Fixed sonar issue"

5 years agoMerge "ExternalAccessRoleServiceImpl: Fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:27:19 +0000 (16:27 +0000)]
Merge "ExternalAccessRoleServiceImpl: Fixed sonar issue"

5 years agoMerge "PortalResourceInterceptor.java:fixed sonnar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:26:44 +0000 (16:26 +0000)]
Merge "PortalResourceInterceptor.java:fixed sonnar issue"

5 years agoMerge "PostSearchBean.java: fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:26:29 +0000 (16:26 +0000)]
Merge "PostSearchBean.java: fixed sonar issue"

5 years agoMerge "BasicAuthAccountServiceImpl: Sonar Issue"
Manoop Talasila [Wed, 12 Sep 2018 16:25:44 +0000 (16:25 +0000)]
Merge "BasicAuthAccountServiceImpl: Sonar Issue"

5 years agoMerge "Result.java : Fixed sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 16:23:25 +0000 (16:23 +0000)]
Merge "Result.java : Fixed sonar issue"

5 years agoMerge "Sonar Critical"
Manoop Talasila [Wed, 12 Sep 2018 16:11:00 +0000 (16:11 +0000)]
Merge "Sonar Critical"

5 years agoMerge "Sonar Critical"
Manoop Talasila [Wed, 12 Sep 2018 16:10:45 +0000 (16:10 +0000)]
Merge "Sonar Critical"

5 years agoMerge "Sonar Critical"
Manoop Talasila [Wed, 12 Sep 2018 16:07:36 +0000 (16:07 +0000)]
Merge "Sonar Critical"

5 years agoMerge "Fix blocker,critical sonar issue"
Manoop Talasila [Wed, 12 Sep 2018 15:55:37 +0000 (15:55 +0000)]
Merge "Fix blocker,critical sonar issue"

5 years agoMerge "Fix the MSB portal url"
Manoop Talasila [Wed, 12 Sep 2018 15:49:12 +0000 (15:49 +0000)]
Merge "Fix the MSB portal url"

5 years agoMerge "Issue-ID: PORTAL-366"
Manoop Talasila [Wed, 12 Sep 2018 15:26:37 +0000 (15:26 +0000)]
Merge "Issue-ID: PORTAL-366"

5 years agoEcompPortalUtils and SearchServiceImpl changes 81/65881/1
Kishore Reddy, Gujja (kg811t) [Tue, 11 Sep 2018 15:59:20 +0000 (11:59 -0400)]
EcompPortalUtils and SearchServiceImpl changes

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>
5 years agoIssue-ID: PORTAL-366 97/65597/2
Saravanan, Madheswaran [Tue, 28 Aug 2018 16:34:01 +0000 (12:34 -0400)]
Issue-ID: PORTAL-366

docker_version incorrect for portal

Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34

Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34
Signed-off-by: Madheswaran, Saravanan<msaravanan@in.ibm.com>
5 years agoAdd readthedocs for SDK 2.4 01/63301/1
st782s [Tue, 28 Aug 2018 16:34:01 +0000 (12:34 -0400)]
Add readthedocs for SDK 2.4

Issue-ID: PORTAL-288
Change-Id: I29948a6d9db3cca34552e9c40352387fb330d06b
Signed-off-by: st782s <statta@research.att.com>
5 years agoMerge "fixed sonar critical issue"
Manoop Talasila [Tue, 28 Aug 2018 14:01:56 +0000 (14:01 +0000)]
Merge "fixed sonar critical issue"

5 years agoUse managed guava version 33/62733/2
Gary Wu [Fri, 24 Aug 2018 22:28:03 +0000 (15:28 -0700)]
Use managed guava version

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>
5 years agoExternalAccessRoleServiceImpl: Fixed sonar issue 63/63063/2
Arundathi Patil [Mon, 27 Aug 2018 11:59:50 +0000 (17:29 +0530)]
ExternalAccessRoleServiceImpl: Fixed sonar issue

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>
5 years agoBasicAuthAccountServiceImpl: Sonar Issue 53/63053/1
Arundathi Patil [Mon, 27 Aug 2018 11:29:11 +0000 (16:59 +0530)]
BasicAuthAccountServiceImpl: Sonar Issue

Fixed sonar issue, correct "&" with this "&&"

Issue-ID: PORTAL-384
Change-Id: I019ed7d91b490366061bc581ab1e88abf819e824
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoadded fix for error log reported in sonar 15/63015/1
Chandan Ghosh [Mon, 27 Aug 2018 09:06:46 +0000 (14:36 +0530)]
added fix for error log reported in sonar

Added fix for error logging reported in sonar

Issue-ID: PORTAL-383
Change-Id: I1a73508da1c2d028ce9e8933def60c02b62482ff
Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
5 years agoPortalResourceInterceptor.java:fixed sonnar issue 95/62895/1
Arundathi Patil [Sat, 25 Aug 2018 08:08:53 +0000 (13:38 +0530)]
PortalResourceInterceptor.java:fixed sonnar issue

Fixed sonar issue, correct this '&' to '&&'

Issue-ID: PORTAL-380
Change-Id: I45d0bbc3cded8482d1dc48d4424e2b59213cf545
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoNotificationCleanupConfig.java - Fixed sonar issue 83/62383/1
Arundathi Patil [Fri, 24 Aug 2018 17:31:27 +0000 (23:01 +0530)]
NotificationCleanupConfig.java - Fixed sonar issue

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>
5 years agoLoginStrategy.java : Fixed sonar issue 91/62291/1
Arundathi Patil [Fri, 24 Aug 2018 09:27:54 +0000 (14:57 +0530)]
LoginStrategy.java : Fixed sonar issue

Fixed sonar issue, annotate interface with @FunctionalInterface
annotation

Issue-ID: PORTAL-374
Change-Id: I30472b6c18ef350b687d74acce4545c250462f6d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoTicketEventServiceImpl : Fixed sonar issue 49/61649/2
Arundathi Patil [Tue, 21 Aug 2018 17:02:37 +0000 (22:32 +0530)]
TicketEventServiceImpl : Fixed sonar issue

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>
5 years agoOpenCollaborationController.Java:fixed sonar issue 21/62021/2
Arundathi Patil [Thu, 23 Aug 2018 08:55:51 +0000 (14:25 +0530)]
OpenCollaborationController.Java:fixed sonar issue

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>
5 years agoResult.java : Fixed sonar issue 23/62023/2
Arundathi Patil [Thu, 23 Aug 2018 09:07:16 +0000 (14:37 +0530)]
Result.java : Fixed sonar issue

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>
5 years agoPostSearchBean.java: fixed sonar issue 25/62125/3
Arundathi Patil [Thu, 23 Aug 2018 13:34:44 +0000 (19:04 +0530)]
PostSearchBean.java: fixed sonar issue

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>
5 years agoAdded INFO.yaml file. 71/61671/1
Welch, Lorraine (lb2391) [Tue, 21 Aug 2018 19:56:06 +0000 (15:56 -0400)]
Added INFO.yaml file.

Issue-ID: PORTAL-362

Change-Id: Ic891593d12a397a6944ffc4f2916b7cde91375e9
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoSonar fix in RoleApp.Java 25/61525/1
Amaresh Kumar [Tue, 21 Aug 2018 10:04:33 +0000 (15:34 +0530)]
Sonar fix in RoleApp.Java

Fixed all Sonar issues in RoleApp.Java

Issue-ID: PORTAL-367
Change-Id: I56d6bdc66ec03a61e1f7991a2d7c1580ffcaeb9c
Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
5 years agofixed sonar critical issue 95/61295/1
Amaresh Kumar [Mon, 20 Aug 2018 12:33:44 +0000 (18:03 +0530)]
fixed sonar critical issue

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>
5 years agoSonar Critical 71/61071/1
Shubhada Ramkrishna Vaze [Fri, 17 Aug 2018 09:54:34 +0000 (15:24 +0530)]
Sonar Critical

Either log or rethrow this exception.

Change-Id: Icad977130e20d5a4d1fe972be73277b5d45d41b7
Issue-ID: PORTAL-363
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
5 years agoSonar Critical 65/61065/1
Shubhada Ramkrishna Vaze [Fri, 17 Aug 2018 09:33:42 +0000 (15:03 +0530)]
Sonar Critical

Either log or rethrow this exception.

Change-Id: I66dbc884fc72aa9b8c3faeaccaffc99e373858ec
Issue-ID: PORTAL-361
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
5 years agoMerge "Fix sonar issues"
Sunder Tattavarada [Tue, 14 Aug 2018 19:58:41 +0000 (19:58 +0000)]
Merge "Fix sonar issues"

5 years agoSonar Critical 33/60533/1
Shubhada Ramkrishna Vaze [Tue, 14 Aug 2018 11:53:02 +0000 (17:23 +0530)]
Sonar Critical

Either log or rethrow this exception.

Change-Id: I622086227ea912a5c19cfd5daa84463d9354876c
Issue-ID: PORTAL-360
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
5 years agoFix the MSB portal url 31/60231/2
Li Zi [Mon, 13 Aug 2018 09:25:14 +0000 (09:25 +0000)]
Fix the MSB portal url

Issue-ID: MSB-274

Change-Id: I5d0cf6f59be3dba03bf667fcf869b805d68f8377
Signed-off-by: Li Zi <li.zi30@zte.com.cn>