Age | Commit message (Collapse) | Author | Files | Lines |
|
CIA project goal is to reduce image size of container and make the
container multi architecture.
Portal images are already multi architecure ready and portal-wms and
portal-db are also done in an efficient way.
Portal-app and portal-sdk although can be shrinked, using multi stage
docker builds.
This commit allow a noticeable shrink for both of them:
from 708Mb to 298Mb for portal-app and from 388Mb to 257Mb for
portal-sdk.
Change-Id: Id5cca8b78d0d9ee1724259dab40b7ccff910c628
Issue-ID: INT-939
Issue-ID: INT-922
Issue-ID: INT-881
Issue-ID: INT-925
Issue-ID: INT-936
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Issue-ID: PORTAL-356
updated DDL/DML version changes
Change-Id: Ic0f2ebe772caefce5c0bb659f72035bb05b0a4fe
Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
|
|
To use openjdk:8-alpine rather than frolvlad/alpine-oraclejdk8:slim as it is not available anymore in docker hub.
Issue-ID: PORTAL-518
Change-Id: I1159065100aaba1db1cd83701be3ad66f1a0902e
Signed-off-by: Manoop Talasila <talasila@research.att.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue-ID: PORTAL-399
Change-Id: I3410fb228493115a6040c829eadcb3935dccaf20
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
Add the "@Override" annotation above this method signature - EPFusionBaseController.java
Issue-ID: PORTAL-489
Change-Id: I5f2cd71b51eea207548ecd449b8324fae28964da
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
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>
|
|
PeerBroadcastSocket.java - Make this "public static channelMap" field final(line:58)
Issue-ID: PORTAL-500
Change-Id: Id1227b06e64d37b29c66083da0ef8f37b2c032df
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Fixed sonar issue - Remove this method to simply inherit it. (ExternalAppConfig.java)
Issue-ID: PORTAL-483
Change-Id: Id624b5a9b2bb70f1ab08dbbe0b5669fa63aed1ec
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Issue-ID: PORTAL-391
Change-Id: Ia31a484be817506f4ddbe763fe5833c8a159c064
Signed-off-by: Manoop Talasila <talasila@research.att.com>
|
|
Issue-ID: PORTAL-391
Change-Id: I1f68476b6a262442faeb9999820a98ce3264da96
Signed-off-by: Manoop Talasila <talasila@research.att.com>
|
|
|
|
|
|
Issue-ID: PORTAL-460
Change-Id: Ic36e7be4f723ba79e9af6acbb6eec4e1739c9d02
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
|
|
Issue-ID: PORTAL-356
Change-Id: I3251916a18537d6abedcada139286ee97a4dc7ad
Signed-off-by: Manoop Talasila <talasila@research.att.com>
|
|
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>
|
|
Issue-ID: PORTAL-466
Change-Id: I1b533a9c70d4be92906c6425ae17deb963393d53
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
Change-Id: I9b8fbaf7ccfd20d5a7ec8075e47e40ae6671812d
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
|
|
Issue-ID: PORTAL-391
Change-Id: Iec2652c2237d8a8976c558287989232d2f90376e
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
|
|
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>
|
|
|
|
|
|
Issue-ID: PORTAL-391
Change-Id: Ied0528808b1bb331b15938b4bd8a1cd8dccc06ca
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
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>
|
|
Issue-ID: PORTAL-434
Change-Id: I8db5a00dd3a8755b0bc310f7886b416d056867ea
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
Change-Id: I260b95a21b0f10d27242d186183f76ff690d7b7b
Issue-ID: MSB-293
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
|
|
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>
|
|
|
|
|
|
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>
|