portal.git
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 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 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 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 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 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>
5 years agoFix blocker,critical sonar issue 87/60187/1
Parshad Patel [Mon, 13 Aug 2018 04:30:18 +0000 (13:30 +0900)]
Fix blocker,critical sonar issue

Fix NPE, use try-with-resources issues

Issue-ID: PORTAL-342
Change-Id: I9aaf805c012076bad5d803319cb5e3577471f635
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoFix sonar issues 63/57663/2
Parshad Patel [Thu, 26 Jul 2018 08:26:56 +0000 (17:26 +0900)]
Fix sonar issues

Fix use try-with-resource issue in portal

Issue-ID: PORTAL-342
Change-Id: Ieda3384feddae688c66890743978eaf4deda41e0
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoReplaced ecomp 63/58763/1
hb123f [Thu, 2 Aug 2018 18:50:31 +0000 (14:50 -0400)]
Replaced ecomp

Issue-ID: PORTAL-302

Replaced ecomp keyword and year

Change-Id: Ia9b324f6c7b74875ed6afd3cca7aa8d1ed7131a4
Signed-off-by: hb123f <hb123f@att.com>
5 years agoJUnits for coverage 71/57571/2
sa282w [Wed, 25 Jul 2018 17:25:43 +0000 (13:25 -0400)]
JUnits for coverage

Issue-ID: PORTAL-273

JUnits for sonar coverage

Change-Id: Icb88d8563164281d29877bbc2de9c8f1f780aa0c
Signed-off-by: sa282w <sa282w@att.com>
5 years agoMerge "JUnits for coverage"
Sunder Tattavarada [Wed, 18 Jul 2018 18:15:52 +0000 (18:15 +0000)]
Merge "JUnits for coverage"

5 years agoChanges DB version to 2_4 in: 49/56249/1
Kishore Reddy, Gujja (kg811t) [Wed, 11 Jul 2018 20:55:40 +0000 (16:55 -0400)]
Changes DB version to 2_4 in:

setting-up.rst

Issue-ID: PORTAL-334

Change-Id: I5f9fb0a72fa78e84214d042895d78668b01f7337
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
5 years agoJUnits for coverage 03/55503/1
Hima Elisetty [Wed, 27 Jun 2018 16:20:59 +0000 (12:20 -0400)]
JUnits for coverage

Issue-ID: PORTAL-273

JUnits for sonar coverage

Change-Id: Ibfa06dcbc7809d9d2598af4ba31dd8c88943aa20
Signed-off-by: Hima Elisetty <hb123f@att.com>
5 years agoupdated version for SDK setup DB 23/55223/1
SHI [Thu, 21 Jun 2018 19:17:54 +0000 (15:17 -0400)]
updated version for SDK setup DB

Issue-ID: PORTAL-313

Change-Id: I3b8fda8bbf3083f7b3a5beacd0b2517fca0c3779
Signed-off-by: shi <shi@research.att.com>
5 years agoMerge "Music health check apis"
Manoop Talasila [Thu, 21 Jun 2018 17:22:24 +0000 (17:22 +0000)]
Merge "Music health check apis"

5 years agoMusic health check apis 79/54979/4
sa282w [Fri, 15 Jun 2018 16:45:37 +0000 (12:45 -0400)]
Music health check apis

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>
5 years agoMerge "Added the link to the architecture documentation"
Manoop Talasila [Fri, 15 Jun 2018 20:13:49 +0000 (20:13 +0000)]
Merge "Added the link to the architecture documentation"

5 years agoAdded the link to the architecture documentation 83/54983/1
Welch, Lorraine (lb2391) [Fri, 15 Jun 2018 19:06:03 +0000 (15:06 -0400)]
Added the link to the architecture documentation

Issue-ID: PORTAL-305

Change-Id: I88817b98ee0e4e3a2de3ffd98b03a0ce19f6dc4c
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoMerge "Adding Junit"
Sunder Tattavarada [Wed, 13 Jun 2018 19:34:04 +0000 (19:34 +0000)]
Merge "Adding Junit"

5 years agoMerge "Adding Junit"
Sunder Tattavarada [Wed, 13 Jun 2018 19:33:44 +0000 (19:33 +0000)]
Merge "Adding Junit"

5 years agoChanged ecomp to onap in logback.xml 31/51131/1
Welch, Lorraine (lb2391) [Mon, 11 Jun 2018 15:37:24 +0000 (11:37 -0400)]
Changed ecomp to onap in logback.xml

Issue-ID: PORTAL-302

Change-Id: I864141df5d5069a23086d3cc7b5c955a0a3fd1c3
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoAdding Junit 67/48267/3
PrasadNaidu [Tue, 5 Jun 2018 10:45:08 +0000 (16:15 +0530)]
Adding Junit

Adding junit in Portal for OnboardingApp.java
OnboardingApp.java

Link: https://sonar.onap.org/code?id=org.onap.portal%3Aonap-portal-parent&selected=org.onap.portal%3Aportal-be-os%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Ftransport%2FOnboardingApp.java
Location : portal-be-os/src/main/java/org/onap/portalapp/portal/transport/OnboardingApp.java
Change-Id: I4324534071724e01254fc35da952aae30dd338c6
Issue-ID: PORTAL-287
Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
5 years agoAdding Junit 23/49123/4
sp00501638 [Tue, 5 Jun 2018 06:16:27 +0000 (11:46 +0530)]
Adding Junit

Junit for:
1.LogJob.java
2.LogRegistry.java
3.Register.java
4.RegistryAdapter.java

Sonar link:
https://sonar.onap.org/code?id=org.onap.portal%3Aonap-portal-parent&selected=org.onap.portal%3Aportal-be-os%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fscheduler

Change-Id: I25d8bd6c7fba9757ca8261935ee364244478cef0
Issue-ID: PORTAL-289
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
5 years agoDocument Security section of the Release Notes 61/49961/1 2.0.0-ONAP 2.0.0-ONAP 3.0.2-ONAP
Gildas Lanilis [Thu, 31 May 2018 17:28:40 +0000 (10:28 -0700)]
Document Security section of the Release Notes

Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb
Issue-ID: DOC-270
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
(cherry picked from commit 8764d78f63c210f7b4efd5fd2ed0d12858d950c6)

5 years agoMerge "Document Security section of the Release Notes"
Manoop Talasila [Fri, 1 Jun 2018 15:34:23 +0000 (15:34 +0000)]
Merge "Document Security section of the Release Notes"

5 years agoMerge "Changed app to redirect when the session expires."
Manoop Talasila [Thu, 31 May 2018 20:10:00 +0000 (20:10 +0000)]
Merge "Changed app to redirect when the session expires."

5 years agoDocument Security section of the Release Notes 03/49803/1
Gildas Lanilis [Thu, 31 May 2018 17:28:40 +0000 (10:28 -0700)]
Document Security section of the Release Notes

Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb
Issue-ID: DOC-270
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
5 years agoUpdated Beijing Release Notes 93/49593/1
Welch, Lorraine (lb2391) [Wed, 30 May 2018 18:59:48 +0000 (14:59 -0400)]
Updated Beijing Release Notes

Issue-ID: PORTAL-147

Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
(cherry picked from commit 05005dbbecd71368f6bfa03db357ae123abd8061)

5 years agoUpdated Beijing Release Notes 57/49557/2
Welch, Lorraine (lb2391) [Wed, 30 May 2018 18:59:48 +0000 (14:59 -0400)]
Updated Beijing Release Notes

Issue-ID: PORTAL-147

Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoChanged app to redirect when the session expires. 79/48379/5
William Kurkian [Tue, 8 May 2018 15:59:38 +0000 (11:59 -0400)]
Changed app to redirect when the session expires.

Reverted previous change to redirect from incorrect login screens. Instead, navigating to the main application page without a valid session results in being sent to the login page

Removed some mistaken changes

These didn't relate to the fix

Issue-ID: PORTAL-278
Change-Id: I82c4a1ed26ede0119cdc4d1f9b818780ca876801
Signed-off-by: William Kurkian <wkurkian@cisco.com>
5 years agoBulk upload changes and music health check apis 81/47481/4
Kishore Reddy, Gujja (kg811t) [Mon, 14 May 2018 21:19:51 +0000 (17:19 -0400)]
Bulk upload changes and music health check apis

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>
5 years agoWidget microservices configuration change 71/47471/1
Manoop Talasila [Mon, 14 May 2018 18:55:59 +0000 (14:55 -0400)]
Widget microservices configuration change

Issue-ID: PORTAL-282
Change-Id: I8118605058728d239dea927db7d6d9447e386e86
Signed-off-by: Manoop Talasila <talasila@research.att.com>
(cherry picked from commit 33bc58011539e8b4e8391da7c1f35c463c290851)

5 years agoWidget microservices configuration change 53/47453/1 v2.2.0
Manoop Talasila [Mon, 14 May 2018 18:55:59 +0000 (14:55 -0400)]
Widget microservices configuration change

Issue-ID: PORTAL-282
Change-Id: I8118605058728d239dea927db7d6d9447e386e86
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoMerge "Add License text"
Sunder Tattavarada [Wed, 9 May 2018 14:02:51 +0000 (14:02 +0000)]
Merge "Add License text"

5 years agoAdd License text 51/46651/1
Manoop Talasila [Tue, 8 May 2018 15:59:38 +0000 (11:59 -0400)]
Add License text

Issue-ID: PORTAL-271
Change-Id: Iac03c5965614953b28e1ab3c77b15ab945134b6b
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoAdd License text 49/46649/1
Manoop Talasila [Tue, 8 May 2018 15:59:38 +0000 (11:59 -0400)]
Add License text

Issue-ID: PORTAL-271
Change-Id: Iac03c5965614953b28e1ab3c77b15ab945134b6b
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoRelease 2.2.0 43/46643/1
Manoop Talasila [Mon, 7 May 2018 21:37:19 +0000 (17:37 -0400)]
Release 2.2.0

Issue-ID: PORTAL-249
Change-Id: I976fa4c0d21bff5a19c80dcf0a15160eb503999d
Signed-off-by: Manoop Talasila <talasila@research.att.com>
(cherry picked from commit 378780d0331eeed45f3cc619ba4959524fad3749)

5 years agoRelease 2.2.0 71/46471/1
Manoop Talasila [Mon, 7 May 2018 21:37:19 +0000 (17:37 -0400)]
Release 2.2.0

Issue-ID: PORTAL-249
Change-Id: I976fa4c0d21bff5a19c80dcf0a15160eb503999d
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoReplace 2017 with 2017-2018 in license text 81/46281/2
Manoop Talasila [Fri, 4 May 2018 19:03:50 +0000 (15:03 -0400)]
Replace 2017 with 2017-2018 in license text

Make CLI application as integrated app in portal

Issue-ID: PORTAL-176, PORTAL-152

Change-Id: I515dd6f8255fcf36b3a8753da7449de0a7564489
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoReplace 2017 with 2017-2018 in license text 83/46283/1
Manoop Talasila [Fri, 4 May 2018 19:03:50 +0000 (15:03 -0400)]
Replace 2017 with 2017-2018 in license text

Make CLI application as integrated app in portal

Issue-ID: PORTAL-176, PORTAL-152

Change-Id: I515dd6f8255fcf36b3a8753da7449de0a7564489
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoHigh memory Usage by Portal, SDK, Cassandra 69/45969/1
st782s [Thu, 3 May 2018 20:15:58 +0000 (16:15 -0400)]
High memory Usage by Portal, SDK, Cassandra

Issue-ID: PORTAL-211

Change-Id: I01a145728ea70190a145005dac4b710100d39524
Signed-off-by: st782s <statta@research.att.com>
5 years agoRelease v2.2.0 05/45505/2
Manoop Talasila [Tue, 1 May 2018 20:43:22 +0000 (16:43 -0400)]
Release v2.2.0

Issue-ID: PORTAL-250
Change-Id: I9970ca01290eec88729b2c61c586f3a0e0b74e48
Signed-off-by: Manoop Talasila <talasila@research.att.com>
6 years agoUpdate Beijing Release Notes 81/44781/3
Welch, Lorraine (lb2391) [Wed, 25 Apr 2018 22:17:24 +0000 (18:17 -0400)]
Update Beijing Release Notes

Issue-ID: PORTAL-147

Change-Id: I5662b3ec9f517fa661d43303ac92002cfc1298c2
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
6 years agoMerge "Fix to delete portal admin"
Sunder Tattavarada [Wed, 25 Apr 2018 21:54:28 +0000 (21:54 +0000)]
Merge "Fix to delete portal admin"

6 years agoFix to delete portal admin 27/44527/1
Hima Elisetty [Tue, 24 Apr 2018 20:56:26 +0000 (16:56 -0400)]
Fix to delete portal admin

Issue-ID: PORTAL-220

Portal admin deletion

Change-Id: Id7c0b94470e81772d25e3af1a077b327de3f79c4

Change-Id: I620b76c4f20227236655c6ff06bb455890494061
Signed-off-by: Hima Elisetty <hb123f@att.com>
6 years agoMusic Jar dependency 43/44243/1
Lo, WEI-TING(wl849v) [Mon, 23 Apr 2018 20:46:47 +0000 (16:46 -0400)]
Music Jar dependency

Issue-ID: PORTAL-210

Music POM update

Change-Id: I6808b5585443f8d6bbbb936acfb0d8dc44146d02
Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
6 years agoReplace ecomp references 59/43759/1
Hima Elisetty [Thu, 19 Apr 2018 18:15:29 +0000 (14:15 -0400)]
Replace ecomp references

Issue-ID: PORTAL-19

Remove ecomp trademark

Change-Id: I76311f2ab10b2c0d406415ea2f922d1aad993e21
Signed-off-by: Hima Elisetty <hbindu@research.att.com>
6 years agoUpdate CLI mode env var name in docker compose 01/43701/1
Kanagaraj Manickam k00365106 [Thu, 19 Apr 2018 08:41:24 +0000 (14:11 +0530)]
Update CLI mode env var name in docker compose

Issue-ID: CLI-106

Change-Id: I47db88851f27dcdc8c20a8d02990c6abd7f6c94f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoChanges in Users page 17/43617/1
Hima Elisetty [Wed, 18 Apr 2018 20:45:41 +0000 (16:45 -0400)]
Changes in Users page

Issue-ID: PORTAL-256

Fix on Users page modal

Change-Id: I44427259c0a6caa9623a884e5127e16de86cff8d
Signed-off-by: Hima Elisetty <hbindu@research.att.com>
6 years agoGet Roles on Users page for ext app 97/42797/1
Kishore Reddy, Gujja (kg811t) [Fri, 13 Apr 2018 19:05:55 +0000 (15:05 -0400)]
Get Roles on Users page for ext app

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>
6 years agoGet Roles on Users page for ext app 93/42593/1
Hima Elisetty [Thu, 12 Apr 2018 20:25:57 +0000 (16:25 -0400)]
Get Roles on Users page for ext app

Issue-ID: PORTAL-241
Get Roles on Users page for ext app
Change-Id: I7f57b681c43dbf59cdb19e7da8eb40e523768d3e
Signed-off-by: Hima Elisetty <hbindu@research.att.com>
6 years agoChange decryption algorithm 21/42321/1
st782s [Wed, 11 Apr 2018 19:36:07 +0000 (15:36 -0400)]
Change decryption algorithm

Issue-ID: PORTAL-252
Change-Id: I93d7f6bc54ab626e1830d67ac73ff9ec612de82f
Signed-off-by: st782s <statta@research.att.com>
6 years agoCSIT Jobs Fix 03/41503/1
st782s [Sat, 7 Apr 2018 09:18:34 +0000 (05:18 -0400)]
CSIT Jobs Fix

For CSIT jobs to run map dns of cassandra and zk to local docker

Issue-ID: PORTAL-183

Change-Id: Idcb2ce97a5b40d63dd3e4cd84690680feae70ceb
Signed-off-by: st782s <statta@research.att.com>
6 years agoChanging the cookie domain documentation 87/41387/1
Manoop Talasila [Fri, 6 Apr 2018 14:52:41 +0000 (10:52 -0400)]
Changing the cookie domain documentation

Issue-ID: PORTAL-147
Change-Id: I287556751b78f35f01027ee294231629368c5511
Signed-off-by: Manoop Talasila <talasila@research.att.com>
6 years agoPortal Redirect 59/41359/1
st782s [Fri, 6 Apr 2018 11:29:27 +0000 (07:29 -0400)]
Portal Redirect

Policy and SDK unable to open Apps from Portal due to cookie domain
issue

Issue-ID: PORTAL-245
Change-Id: I249102bc912130672f5b920edb648c047eba66b0
Signed-off-by: st782s <statta@research.att.com>
6 years agoScript file changes 27/40727/1
Kishore Reddy, Gujja (kg811t) [Tue, 3 Apr 2018 15:29:57 +0000 (11:29 -0400)]
Script file changes

Issue-ID: PORTAL-217

Update Beijing deployment scripts for release tags

Change-Id: Id71e771f7f2436ae48db46a001f5b9672cc709d7
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
6 years agoMerge "Update Portal default widget"
Sunder Tattavarada [Tue, 3 Apr 2018 11:04:01 +0000 (11:04 +0000)]
Merge "Update Portal default widget"

6 years agoSecurity Vunerabilities 05/40405/1
sa282w [Fri, 30 Mar 2018 18:09:40 +0000 (14:09 -0400)]
Security Vunerabilities

Issue-ID: PORTAL-155

Excluded beanshell, nimbus dependency and upgraded the version of
spring-security-web and tomcat-embed-core.

Change-Id: I2f238d8cdeb61084b1a86099c25b5bd8f30d5e93
Signed-off-by: sa282w <sa282w@att.com>
6 years agoMerge "Integration MSB GUI to Portal project."
Sunder Tattavarada [Fri, 30 Mar 2018 17:41:01 +0000 (17:41 +0000)]
Merge "Integration MSB GUI to Portal project."

6 years agoUpdate Portal default widget 67/40267/1
lorraineawelch [Thu, 29 Mar 2018 19:54:59 +0000 (15:54 -0400)]
Update Portal default widget

Issue-ID: PORTAL-193

Change-Id: Ib7a9eb2fceedfc96fcc54982709e995fb8a21b78
Signed-off-by: lorraineawelch <lb2391@att.com>
6 years agoMerge "Release Notes for Beijing Release"
Manoop Talasila [Thu, 29 Mar 2018 00:31:54 +0000 (00:31 +0000)]
Merge "Release Notes for Beijing Release"

6 years agoSecurity Vulnerabilities 35/39835/1
sa282w [Wed, 28 Mar 2018 21:02:52 +0000 (17:02 -0400)]
Security Vulnerabilities

Issue-ID: PORTAL-155

Excluded bouncycastle from be-common/pom.xml

Change-Id: Ie4e5fd50caf612e6b5df6586f9f5fd6114f2b2fe
Signed-off-by: sa282w <sa282w@att.com>
6 years agoRelease Notes for Beijing Release 31/39831/1
lorraineawelch [Tue, 27 Mar 2018 20:05:16 +0000 (16:05 -0400)]
Release Notes for Beijing Release

Issue-ID: PORTAL-147

Change-Id: Id547deefbfa721c2c87da9eda744661a7607db1d
Signed-off-by: lorraineawelch <lb2391@att.com>
6 years agoMerge "fixing invalid database name"
Sunder Tattavarada [Wed, 28 Mar 2018 15:08:01 +0000 (15:08 +0000)]
Merge "fixing invalid database name"

6 years agofixing invalid database name 89/39289/1
Kishore Reddy, Gujja (kg811t) [Tue, 27 Mar 2018 21:09:48 +0000 (17:09 -0400)]
fixing invalid database name

The db name changed from portal to portal_os
but all the other SQL files use portal and nothing
is using portal_os.

all containers are blocked by this failure:

/usr/local/bin/docker-entrypoint.sh:
running /docker-entrypoint-initdb.d/PortalDDLMySql_2_1_Common.sql
ERROR 1049 (42000) at line 16: Unknown database 'portal'

Issue-ID: OOM-746

Change-Id: I6287c71ebe318e8224255e5406563d4f13806046
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
6 years agofixing invalid database name 45/39245/1
Mandeep Khinda [Tue, 27 Mar 2018 18:55:00 +0000 (18:55 +0000)]
fixing invalid database name

The db name changed from portal to portal_os
but all the other SQL files use portal and nothing
is using portal_os.

all containers are blocked by this failure:

/usr/local/bin/docker-entrypoint.sh:
running /docker-entrypoint-initdb.d/PortalDDLMySql_2_1_Common.sql
ERROR 1049 (42000) at line 16: Unknown database 'portal'

Issue-ID: OOM-746

Change-Id: I2ef39a63fcd4d68b67d2e8979f60d9c8094fdab1
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoMerge "Sonar Issues for ExternalAppInitializer.java"
Sunder Tattavarada [Tue, 27 Mar 2018 12:47:30 +0000 (12:47 +0000)]
Merge "Sonar Issues for ExternalAppInitializer.java"

6 years agoMerge "Sonar Issues for ExternalAppConfig.java"
Sunder Tattavarada [Tue, 27 Mar 2018 12:47:26 +0000 (12:47 +0000)]
Merge "Sonar Issues for ExternalAppConfig.java"

6 years agoMerge "Sonar Issues for PostSearchBean.java"
Sunder Tattavarada [Tue, 27 Mar 2018 12:47:23 +0000 (12:47 +0000)]
Merge "Sonar Issues for PostSearchBean.java"

6 years agoMerge "Sonar Issues for ExtractJar.java"
Sunder Tattavarada [Tue, 27 Mar 2018 12:47:19 +0000 (12:47 +0000)]
Merge "Sonar Issues for ExtractJar.java"

6 years agoMerge "Sonar Issues for ExtractJar.java"
Sunder Tattavarada [Tue, 27 Mar 2018 12:47:13 +0000 (12:47 +0000)]
Merge "Sonar Issues for ExtractJar.java"

6 years agoSonar Issues for ExternalAppInitializer.java 17/38917/1
Hari Om Verma [Tue, 27 Mar 2018 07:19:26 +0000 (12:49 +0530)]
Sonar Issues for ExternalAppInitializer.java

Minor and Major Sonar issues for ExternalAppInitializer.java

Change-Id: I2673a13f73e88acc970c6aa64431f8124cf068cf
Issue-ID: PORTAL-227
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
6 years agoSonar Issues for ExternalAppConfig.java 07/38907/1
Hari Om Verma [Tue, 27 Mar 2018 06:59:04 +0000 (12:29 +0530)]
Sonar Issues for ExternalAppConfig.java

Minor and Major Sonar issues for ExternalAppConfig.java

Change-Id: Ib62f9436a63639fa6481bd9823712e252a6dd83b
Issue-ID: PORTAL-226
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
6 years agoSonar Issues for PostSearchBean.java 01/38901/1
Hari Om Verma [Tue, 27 Mar 2018 06:35:18 +0000 (12:05 +0530)]
Sonar Issues for PostSearchBean.java

Minor and Major Sonar issues for PostSearchBean.java

Change-Id: I7337218b018e69ed60714d7484c4170fae38f9e0
Issue-ID: PORTAL-225
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
6 years agoSonar Issues for ExtractJar.java 83/38883/1
Hari Om Verma [Tue, 27 Mar 2018 06:21:39 +0000 (11:51 +0530)]
Sonar Issues for ExtractJar.java

Minor and Major Sonar issues for ExtractJar.java

Change-Id: I8639d2fd76832c0f9f155721e8fb9423cb3b16b6
Issue-ID: PORTAL-213
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
6 years agoSecurity fixes 29/38629/1
Kishore Reddy, Gujja (kg811t) [Mon, 26 Mar 2018 18:25:08 +0000 (14:25 -0400)]
Security fixes

Issue-ID: PORTAL-136, PORTAL-155, PORTAL-210,PORTAL-217

Includes JUNITS and docker changes, music integration and security fixes

Change-Id: Ib4ad7fbe28a3be9e159c4ab1f7818783c1ed5319
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>