summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Modify html label to support multi-languageshentao9994-7/+17
Change-Id: I080a1abce7daeebab1a1c3ab01c6ad9af94e13ed Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add multi-language APIs configuration into FE-osshentao9991-1/+4
Change-Id: I23a9c59d34ed17344504b17dd0cfb4de77418842 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add language files into FE-osshentao9992-0/+114
Change-Id: If315a0788b198590b380e995a90fc65bb41ac62d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add angular-translate plugin into FE-osshentao9992-1/+23
Change-Id: I8f443ed760a4522e0bc83f5fcfb359f3316da3b1 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-03-27Added Acumos link, News, EventWelch, Lorraine (lb2391)1-2/+7
Issue-ID: PORTAL-467 Change-Id: I320911c24bca48e6bf09658f4344eb5ab62f6ac7 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-03-20CADI AAF Integration and merging the codehb123f89-1654/+4868
Issue-ID: PORTAL-319 CADI AAF Integration and code merge Change-Id: I6e44f3b2741858d8d403b77a49ec9a0153084801 Signed-off-by: hb123f <hbindu@research.att.com>
2019-03-04Reduce image size of containersSylvain Desbureaux2-33/+55
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>
2019-02-08updated version changesKotta, Shireesha (sk434m)1-4/+4
Issue-ID: PORTAL-356 updated DDL/DML version changes Change-Id: Ic0f2ebe772caefce5c0bb659f72035bb05b0a4fe Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2019-02-08Upgrade Portal dockerFilesManoop Talasila3-3/+3
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>
2019-02-08Merge "Updated Casablanca Maintenance Rel Notes"Manoop Talasila1-3/+15
2019-02-07Merge "Fixed sonar issue of EPFusionBaseController.java"Manoop Talasila1-0/+1
2019-02-07Merge "PeerBroadcastSocket(Make "channelMap" field final)"Manoop Talasila1-1/+3
2019-02-07Merge "Sonar issue-fix -- (ExternalAppConfig.java)"Manoop Talasila1-4/+2
2019-02-07Merge "Sonar Issue Fix - PORTAL-486"Manoop Talasila1-9/+3
2019-02-07Merge "Sonar Issue Fix - PORTAL-487"Manoop Talasila1-7/+6
2019-02-07Merge "PORTAL-491 - EPFusionBaseController.java"Manoop Talasila1-1/+1
2019-02-07Merge "PORTAL-492 - EPFusionBaseController.java"Manoop Talasila1-0/+1
2019-02-07Merge "PORTAL-493 - EPFusionBaseController.java"Manoop Talasila1-1/+1
2019-02-07Merge "PORTAL-494 - EPFusionBaseController.java"Manoop Talasila1-1/+1
2019-02-07Merge "PORTAL-495 - EPFusionBaseController.java"Manoop Talasila1-1/+1
2019-02-07Merge "PORTAL-496 - EPFusionBaseController.java"Manoop Talasila1-1/+3
2019-02-06Updated Casablanca Maintenance Rel NotesWelch, Lorraine (lb2391)1-3/+15
Issue-ID: PORTAL-399 Change-Id: I3410fb228493115a6040c829eadcb3935dccaf20 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-01-18Fixed sonar issue of EPFusionBaseController.javaDriptaroop Das1-0/+3
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>
2019-01-03Issue-Remove the declaration of thrown exceptionDriptaroop Das1-1/+3
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>
2019-01-03PeerBroadcastSocket(Make "channelMap" field final)Driptaroop Das1-1/+3
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>
2018-12-05PORTAL-496 - EPFusionBaseController.javaDriptaroop Das1-1/+3
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>
2018-12-05PORTAL-495 - EPFusionBaseController.javaDriptaroop Das1-1/+3
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>
2018-12-05PORTAL-494 - EPFusionBaseController.javaDriptaroop Das1-1/+3
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>
2018-12-05PORTAL-493 - EPFusionBaseController.javaDriptaroop Das1-1/+3
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>
2018-12-05PORTAL-492 - EPFusionBaseController.javaDriptaroop Das1-0/+3
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>
2018-12-05PORTAL-491 - EPFusionBaseController.javaDriptaroop Das1-1/+3
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>
2018-12-05Sonar Issue Fix - PORTAL-487Driptaroop Das1-7/+6
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>
2018-12-05Sonar Issue Fix - PORTAL-486Driptaroop Das1-9/+3
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>
2018-12-04Sonar issue-fix -- (ExternalAppConfig.java)Driptaroop Das1-4/+2
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>
2018-11-15Update the security notes in the release notesManoop Talasila1-5/+3
Issue-ID: PORTAL-391 Change-Id: Ia31a484be817506f4ddbe763fe5833c8a159c064 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2018-11-12Update the release date in the release notesManoop Talasila1-1/+1
Issue-ID: PORTAL-391 Change-Id: I1f68476b6a262442faeb9999820a98ce3264da96 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2018-11-09Merge "Fixed license text."Manoop Talasila1-16/+0
2018-11-09Merge "Disable portal-app default page"Manoop Talasila1-1/+1
2018-11-08Fixed license text.Kishore Reddy, Gujja (kg811t)1-16/+0
Issue-ID: PORTAL-460 Change-Id: Ic36e7be4f723ba79e9af6acbb6eec4e1739c9d02 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
2018-11-08Adding tutorial for Angular upgradeManoop Talasila2-0/+56
Issue-ID: PORTAL-356 Change-Id: I3251916a18537d6abedcada139286ee97a4dc7ad Signed-off-by: Manoop Talasila <talasila@research.att.com>
2018-11-08Disable portal-app default pageParshad Patel1-1/+1
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>
2018-11-07Fixed license text.Welch, Lorraine (lb2391)1-1/+3
Issue-ID: PORTAL-466 Change-Id: I1b533a9c70d4be92906c6425ae17deb963393d53 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-11-05Fix typosStanislav Chlebec2-4/+4
Change-Id: I9b8fbaf7ccfd20d5a7ec8075e47e40ae6671812d Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-26Updated docker images and Upgrade NotesWelch, Lorraine (lb2391)1-5/+8
Issue-ID: PORTAL-391 Change-Id: Iec2652c2237d8a8976c558287989232d2f90376e Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-22Merge "Change the domain name and main page of MSB"Sunder Tattavarada1-1/+1
2018-10-19Apps_Users_Onboarding_scriptKishore Reddy, Gujja (kg811t)1-3/+1
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>
2018-10-19Merge "Updated Release-notes for Known Issues"Manoop Talasila1-26/+30
2018-10-19Merge "Changed AAI encrypted password, SDC entry"Manoop Talasila1-2/+2
2018-10-18Updated Release-notes for Known IssuesWelch, Lorraine (lb2391)1-26/+30
Issue-ID: PORTAL-391 Change-Id: Ied0528808b1bb331b15938b4bd8a1cd8dccc06ca Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-17ExtAccessRolesServiceImpl.classKishore Reddy, Gujja (kg811t)4-56/+10
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>