summaryrefslogtreecommitdiffstats
path: root/docs/submodules/portal.git
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 40c8f073970f3664786d1bb4d4c69ed3f57b8b45 - Merge changes I1c586793,I47249407,Idad22dea,I5c3bee06,I5cb96956 * changes: Document OJSI-190 vulnerability Document OJSI-174 (CVE-2019-12318) vulnerability Document OJSI-92 (CVE-2019-12121) vulnerability Document OJSI-65 (CVE-2019-1212) vulnerability Document OJSI-15 (CVE-2019-12317) vulnerability - Document OJSI-190 vulnerability Issue-ID: OJSI-190 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1c586793b744a5807e7b1a7a1d416dfd43409ab0 - Document OJSI-174 (CVE-2019-12318) vulnerability Issue-ID: OJSI-174 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I47249407ccb62ca7ffd1d8edc9ada8793f4c53c9 - Document OJSI-92 (CVE-2019-12121) vulnerability Issue-ID: OJSI-92 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idad22deafb262da539c52fa8733e7ea098fd1361 - Document OJSI-65 (CVE-2019-1212) vulnerability Issue-ID: OJSI-65 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I5c3bee06c2b1da3eca2bb583c57decb35b0f32c0 - Document OJSI-15 (CVE-2019-12317) vulnerability Issue-ID: OJSI-15 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I5cb96956f25e09a390ef24a52f6222c0cc7b9e94
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 88f48d47dc427e73842c0b65a6b544c8229c2773 - Merge "Don't give the user the exact stack trace of the exception" - Don't give the user the exact stack trace of the exception Catching the exception in the SecurityXssFilter class. Issue-ID: OJSI-192 Change-Id: I8d9d7a3032f98afcb58285b13b13d5ce35fddadd Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to ee8d6a877f7709f28da43b0f10baf659876c4bed - Merge "Don't give user the exact exception description" - Don't give user the exact exception description The exact description of the exception especially if related to cryptography cannot be given to the user as it may be abused by the attacker. To fix that, we started to use @ExceptionHandler for all exceptions in the LoginController as well. CVE: CVE-2019-12121 Issue-ID: OJSI-92 Change-Id: I100b37ff33d28ebccc2411c3acc62bdb7ce11ca8 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Manoop Talasila <talasila@research.att.com>
2019-05-28Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to ba546e970d779a5e87a07b3058a85e1446c39129 - Merge "Removed user password from portal's profile API" - Removed user password from portal's profile API ONAP Portal allowed to retrieve password of currently active user via "/portalApi/loggedinUser" endpoint. Prefilled "Login Password" field has been changed to "*****" and password is not send anymore to the frontend. Only after change of this default value password will be updated. Confirm Password field has been removed from the UI. In the future password change could be additionally also checked on the backend side to verify current password before updating it. Issue-ID: OJSI-65 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Manoop Talasila <talasila@research.att.com> Change-Id: I00b7713557247d211927c437f31f118095ad0726
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 59eebbf3cb31d01345d973098a73a866b1d08466 - Document OJSI-106 vulnerability Issue-ID: OJSI-106 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I549009cf3c313b0f5307b99ce22b56243e933f8f
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 43262c8109f8a65d67e0d273a7b08db202520ff4 - Document OJSI-105 vulnerability Issue-ID: OJSI-105 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8c3a00ce98886f7175e5cf85f09309bd50ef702c
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 66c406115811a0e83a67791fe4eaa35c54edb2b1 - Document OJSI-97 vulnerability Issue-ID: OJSI-97 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I56d194918b91580d5d9f6b25e564923fe29c51f3
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 53de06c9d6b3c52f9f23ed4904968074b3f833d2 - Improve security release notes In order to provide users with more details of project's state in terms of security let's divide the security release notes into three sections: - Fixed Security Issues Contains a list of security fixes merged during this release (especially those reported via OJSI tickets). - Known Security Issues Contains a list of vulnerabilities detected in project during release which have not been fixed yet and thus should be mitigated by the user. - Known Vulnerabilities in Used Modules Contains information about NexusIQ scan results Issue-ID: SECCOM-238 Change-Id: Ief8825c38c7723c26e8c7e10a6a13f4b8f9c169d Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-05-23Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5260297bb0fdd7ca1640b45a4c9b96b7fd158a1e - Dublin Release Notes for Portal Issue-ID: PORTAL-592 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I93a2ff82f52f709d12bfa92c0d14859d2298b6a1
2019-05-10Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 306d89bd2673a76939e57186d15ffcd2a504d498 - Merge "Added Functional Menu Entries, del bad thumbnail" - Added Functional Menu Entries, del bad thumbnail Issue-ID: PORTAL-515 Change-Id: Ibac6ae65fc4df39a7bab2a98946d664bf47413b8 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-05-09Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 742e3582bdd70f3117bcfa8f1c4541d77412aa5f - Merge "Revert "Update oparent version"" - Revert "Update oparent version" Issue-ID: PORTAL-571 This reverts commit 64c7491aa9208ed3024b81ab78a73751c1cc859e. Change-Id: I72fefbceccea7d723d02e0b38efebf9aafc7018e Signed-off-by: statta <statta@research.att.com>
2019-05-03Update git submodulesstatta1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 0c0b45e71bc863d585e1a36d100a9e19794b787e - Update version text Issue-ID: PORTAL-557 Change-Id: Id3feb4f800d6593c373efd5a35b6f19e4ddc7044 Signed-off-by: statta <statta@research.att.com>
2019-05-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 97a7ae6735326720f78067a8996b6b6ae07ddc48 - Merge "Fix Sonar Bugs NullPointers" - Fix Sonar Bugs NullPointers Fix Sonar bugs - potential NullPointerException in portal-BE-common: ExternalAppsRestfulController and ApplicationRestClientServiceImpl Changed Tests for updated method in ExternalAppsRestfulController Added new test Formatted according to ONAP formatting guidelines Change-Id: I7c0587127e32ba3f06a138a0b4b2526fa10ea1f6 Issue-ID: PORTAL-556 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-02Update git submodulesk.kazak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 729f4611202be657c7672aa92ec70844cafffede - update .gitignore Add Intellij IDEA project files to .gitignore Change-Id: I88cbd101369ed74842cb85e61f9058ae5dd65221 Issue-ID: PORTAL-572 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 10df99f8ffc45b03f5557a30eec5bcc307503cc6 - Merge "Fix unknow language option display bug" - Fix unknow language option display bug Change-Id: Ice97b508145a057ec07b7db584f20a27fa16ad3d Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-05-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3ae49aa2258be96fca2ff34e4dc87dd0e0bae161 - Merge "Fix no name language option bug" - Fix no name language option bug Change-Id: I0bfc185ea41324d040ffa23c831bbbaa8f51ef3c Issue-ID: PORTAL-566 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-05-02Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 64c7491aa9208ed3024b81ab78a73751c1cc859e - Update oparent version Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Change-Id: I3aa28f3369164a7ca28ecc20a1334f949611d5b8 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 805f0753b9b3f71393aa181abacd78ae6522ff13 - Merge "Fix Sonar Bugs NullPointers" - Fix Sonar Bugs NullPointers Fix Sonar bugs - potential NullPointerException Remove unused code Add/Update Tests for updated methods Change-Id: Iaf28a0ee5f6507da1caf4b497e2d73bf35bc0b58 Issue-ID: PORTAL-556 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-29Update git submodulesguochuyicmri1-0/+0
* Update docs/submodules/portal.git from branch 'master' to c0a6b04ff93ff4e45a443a932feeaadf7ca24c7f - Fix no reaction bug about changing language option Change-Id: Ie1f75224d0cc70a87e77f5c357ed6e34b0cb3220 Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-25Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/portal.git from branch 'master' to b04f71de6f585687eb81333ab1fd909df0d8b71f - Use all available information in audit log output Comment is now also appended to the audit log. Issue-ID: PORTAL-553 Change-Id: Ia30d6f61b04131d4456dfc55575b1f7678e26967 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-04-23Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a543a773266e13155d739e00c4b9d4b0d1529abf - App_id chged to 11, Acumos logo fixed Issue-ID: PORTAL-563 Change-Id: I10b9d63e4c27410ab73a64028c7a94814305b901 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-23Update git submodulesArindam Mondal1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 8dc7c79b05b1059392974055628dec0463616002 - Sonar fix too mnay method param +) Reduced too many method param ++) Code format Issue-ID: PORTAL-561 Change-Id: I2c27344477b318ab0f1a77442579be459c3597fd Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-04-18Update git submodulesk.kazak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to c97fca88eab7acc8a6b4bbfc469d7478f03f3112 - fix .gitattributes for *.rst Fixed line endings setting for *.rst files Change-Id: If2d86d51dc330fedc32329b1e07ee48805af37c4 Issue-ID: PORTAL-560 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-16Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9c152c3c93793fb15e7ba9a311de4f3974f712fb - Merge "Rel Notes for HTTP security check for SDC" - Rel Notes for HTTP security check for SDC Issue-ID: PORTAL-555 Change-Id: I4e7c15ca60b92aa6185eba596920c2c26dcbc92b Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-16Update git submodulesstatta1-0/+0
* Update docs/submodules/portal.git from branch 'master' to e97570dca9ddbfbb253f7c5b4f073b2dab071974 - Update Docker Image Number Issue-ID: PORTAL-557 Change-Id: I1e828f922f23a7d04e6fdeff2265e0260b308b87 Signed-off-by: statta<statta@research.att.com>
2019-04-16Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 1b9bedf55c76bd925bc1e129f518a49c813733cb - Added work around for VID access in the rel. notes Issue-ID: PORTAL-555 Change-Id: Ic1a207cd93894c601358502b101bae22a7e2d578 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3825afb074f3a44391473a1fa20859d796724913 - Merge "Add multi-language APIs into BE-common" - Add multi-language APIs into BE-common Change-Id: Ia9fddbe81bb2eb8d3e0786fcc81f0469ed45bfa0 Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d350340d41cc5e53d0b212c3fd2c3f80cae60a51 - Merge "Add language tables and init data into DB-common" - Add language tables and init data into DB-common Change-Id: I0a20395435cc600f8b710e9879bea60fea9abc9d Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f4da16d901833464b5d572dcc335e6888d0d8d45 - Merge "Modify html label to support multi-language" - Modify html label to support multi-language Change-Id: I2f189dd935307488d8e63db624931ddbb1a18e95 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 4dbf178bb6f1c6a642d6c8ddeb3c283ec8c5c5cd - Merge "Add translate javascript into FE-common" - Add translate javascript into FE-common Change-Id: I6001019f07eb03e550906accbd85e174a883ab2d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3c177c38c83976553b0e10a69ab0b3568de9f668 - Merge "Modify html label to support multi-language" - Modify html label to support multi-language Change-Id: I080a1abce7daeebab1a1c3ab01c6ad9af94e13ed Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 31d54eac90ae119c6d424617059c1a1114af180d - Merge "Add multi-language APIs configuration into FE-os" - Add multi-language APIs configuration into FE-os Change-Id: I23a9c59d34ed17344504b17dd0cfb4de77418842 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f0c13343a863f6053f20421aaaf20659bd6cc8ff - Merge "Add language files into FE-os" - Add language files into FE-os Change-Id: If315a0788b198590b380e995a90fc65bb41ac62d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 082b5ed2b6d36bec3003638124c512302e8642b5 - Merge "Add angular-translate plugin into FE-os" - Add angular-translate plugin into FE-os Change-Id: I8f443ed760a4522e0bc83f5fcfb359f3316da3b1 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 4cd2af8401bdc64aa5d28629b0365c1067f8ed28 - Merge "Updated Release Notes on Keystore cert" - Updated Release Notes on Keystore cert Issue-ID: PORTAL-549 Change-Id: Id32954cd47469cff79c68220821f36fdb0d95f4d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-11Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a09f7a4a532e35f216cf5215e49d2a7c179b0270 - Added Acumos link, News, Event Issue-ID: PORTAL-467 Change-Id: I320911c24bca48e6bf09658f4344eb5ab62f6ac7 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-03-20Update git submoduleshb123f1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a70761c096192e38800bf38d6c7f61f52bf72007 - CADI AAF Integration and merging the code Issue-ID: PORTAL-319 CADI AAF Integration and code merge Change-Id: I6e44f3b2741858d8d403b77a49ec9a0153084801 Signed-off-by: hb123f <hbindu@research.att.com>
2019-03-04Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3992004ee5f2b0b1635e2aef19c375db87079b52 - Reduce image size of containers 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-15Update git submodulesKotta, Shireesha (sk434m)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5764807810b41edbaa21d6f2fa9f1d44e798ba02 - updated version changes Issue-ID: PORTAL-356 updated DDL/DML version changes Change-Id: Ic0f2ebe772caefce5c0bb659f72035bb05b0a4fe Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2019-02-08Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a0c16dba6a9bfc8cc698e6dc7dd89b77029d3d94 - Upgrade Portal dockerFiles 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-08Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3d3218395011a8a7b1b1eea691362c1ee64c6d71 - Merge "Updated Casablanca Maintenance Rel Notes" - Updated Casablanca Maintenance Rel Notes Issue-ID: PORTAL-399 Change-Id: I3410fb228493115a6040c829eadcb3935dccaf20 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 05bee83afa43b3eb1eeff209592179436cb7dd0e - Merge "Fixed sonar issue of EPFusionBaseController.java" - Fixed sonar issue of EPFusionBaseController.java 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-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3e66b597367acf02a8ce827ab1c159a4a506d11c - Merge "PeerBroadcastSocket(Make "channelMap" field final)" - PeerBroadcastSocket(Make "channelMap" field final) 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 93dddb6732af3af4d90d27fb6872700a660e60d5 - Merge "Sonar issue-fix -- (ExternalAppConfig.java)" - Sonar issue-fix -- (ExternalAppConfig.java) 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3d5f287e6f386eb9216556d29fe957825eb7c4cb - Merge "Sonar Issue Fix - PORTAL-486" - 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 4a0405ef5dddb9035abf5323faeaf91c71b7ee97 - Merge "Sonar Issue Fix - PORTAL-487" - 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to de77fbaabe6b8280a491483d783b0ca0590e9a7e - Merge "PORTAL-491 - EPFusionBaseController.java" - 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 10857e4a304e12d37c92cae86199f1acb10af01e - Merge "PORTAL-492 - EPFusionBaseController.java" - 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to b1b80420a62fd269b980d316339d3ad4d359be43 - Merge "PORTAL-493 - EPFusionBaseController.java" - 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>
2019-02-07Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to c8bfa7bdcc3687bfad31ab14fa804f3eb0b9d44e - Merge "PORTAL-494 - EPFusionBaseController.java" - 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>