summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Merge "Fix the MSB portal url"Manoop Talasila1-1/+1
2018-09-12Merge "Issue-ID: PORTAL-366"Manoop Talasila1-2/+2
2018-09-11EcompPortalUtils and SearchServiceImpl changesKishore Reddy, Gujja (kg811t)2-4/+9
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>
2018-09-10Issue-ID: PORTAL-366Saravanan, Madheswaran2-2/+33
docker_version incorrect for portal Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Signed-off-by: Madheswaran, Saravanan<msaravanan@in.ibm.com>
2018-08-28Add readthedocs for SDK 2.4st782s1-0/+31
Issue-ID: PORTAL-288 Change-Id: I29948a6d9db3cca34552e9c40352387fb330d06b Signed-off-by: st782s <statta@research.att.com>
2018-08-28Merge "fixed sonar critical issue"Manoop Talasila1-1/+1
2018-08-27Use managed guava versionGary Wu2-8/+6
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>
2018-08-27ExternalAccessRoleServiceImpl: Fixed sonar issueArundathi Patil1-2/+2
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>
2018-08-27BasicAuthAccountServiceImpl: Sonar IssueArundathi Patil1-2/+2
Fixed sonar issue, correct "&" with this "&&" Issue-ID: PORTAL-384 Change-Id: I019ed7d91b490366061bc581ab1e88abf819e824 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-27added fix for error log reported in sonarChandan Ghosh1-1/+1
Added fix for error logging reported in sonar Issue-ID: PORTAL-383 Change-Id: I1a73508da1c2d028ce9e8933def60c02b62482ff Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-08-25PortalResourceInterceptor.java:fixed sonnar issueArundathi Patil1-2/+4
Fixed sonar issue, correct this '&' to '&&' Issue-ID: PORTAL-380 Change-Id: I45d0bbc3cded8482d1dc48d4424e2b59213cf545 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24NotificationCleanupConfig.java - Fixed sonar issueArundathi Patil1-3/+5
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>
2018-08-24LoginStrategy.java : Fixed sonar issueArundathi Patil1-0/+3
Fixed sonar issue, annotate interface with @FunctionalInterface annotation Issue-ID: PORTAL-374 Change-Id: I30472b6c18ef350b687d74acce4545c250462f6d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24TicketEventServiceImpl : Fixed sonar issueArundathi Patil1-3/+3
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>
2018-08-24OpenCollaborationController.Java:fixed sonar issueArundathi Patil1-3/+2
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>
2018-08-24Result.java : Fixed sonar issueArundathi Patil1-4/+6
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>
2018-08-24PostSearchBean.java: fixed sonar issueArundathi Patil1-10/+13
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>
2018-08-21Added INFO.yaml file.Welch, Lorraine (lb2391)1-0/+45
Issue-ID: PORTAL-362 Change-Id: Ic891593d12a397a6944ffc4f2916b7cde91375e9 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-08-21Sonar fix in RoleApp.JavaAmaresh Kumar1-17/+1
Fixed all Sonar issues in RoleApp.Java Issue-ID: PORTAL-367 Change-Id: I56d6bdc66ec03a61e1f7991a2d7c1580ffcaeb9c Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
2018-08-20fixed sonar critical issueAmaresh Kumar1-1/+1
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>
2018-08-17Sonar CriticalShubhada Ramkrishna Vaze1-0/+2
Either log or rethrow this exception. Change-Id: Icad977130e20d5a4d1fe972be73277b5d45d41b7 Issue-ID: PORTAL-363 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-08-17Sonar CriticalShubhada Ramkrishna Vaze1-1/+2
Either log or rethrow this exception. Change-Id: I66dbc884fc72aa9b8c3faeaccaffc99e373858ec Issue-ID: PORTAL-361 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-08-14Merge "Fix sonar issues"Sunder Tattavarada3-68/+72
2018-08-14Sonar CriticalShubhada Ramkrishna Vaze1-1/+2
Either log or rethrow this exception. Change-Id: I622086227ea912a5c19cfd5daa84463d9354876c Issue-ID: PORTAL-360 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-08-14Fix the MSB portal urlLi Zi1-1/+1
Issue-ID: MSB-274 Change-Id: I5d0cf6f59be3dba03bf667fcf869b805d68f8377 Signed-off-by: Li Zi <li.zi30@zte.com.cn>
2018-08-13Fix blocker,critical sonar issueParshad Patel2-138/+127
Fix NPE, use try-with-resources issues Issue-ID: PORTAL-342 Change-Id: I9aaf805c012076bad5d803319cb5e3577471f635 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-03Fix sonar issuesParshad Patel3-68/+72
Fix use try-with-resource issue in portal Issue-ID: PORTAL-342 Change-Id: Ieda3384feddae688c66890743978eaf4deda41e0 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-02Replaced ecomp hb123f14-15/+15
Issue-ID: PORTAL-302 Replaced ecomp keyword and year Change-Id: Ia9b324f6c7b74875ed6afd3cca7aa8d1ed7131a4 Signed-off-by: hb123f <hb123f@att.com>
2018-07-30JUnits for coveragesa282w95-676/+4665
Issue-ID: PORTAL-273 JUnits for sonar coverage Change-Id: Icb88d8563164281d29877bbc2de9c8f1f780aa0c Signed-off-by: sa282w <sa282w@att.com>
2018-07-18Merge "JUnits for coverage"Sunder Tattavarada54-333/+9018
2018-07-11Changes DB version to 2_4 in:Kishore Reddy, Gujja (kg811t)1-4/+4
setting-up.rst Issue-ID: PORTAL-334 Change-Id: I5f9fb0a72fa78e84214d042895d78668b01f7337 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-27JUnits for coverageHima Elisetty54-333/+9018
Issue-ID: PORTAL-273 JUnits for sonar coverage Change-Id: Ibfa06dcbc7809d9d2598af4ba31dd8c88943aa20 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-06-21updated version for SDK setup DBSHI1-4/+4
Issue-ID: PORTAL-313 Change-Id: I3b8fda8bbf3083f7b3a5beacd0b2517fca0c3779 Signed-off-by: shi <shi@research.att.com>
2018-06-21Merge "Music health check apis"Manoop Talasila12-77/+1032
2018-06-21Music health check apissa282w12-77/+1032
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>
2018-06-15Merge "Added the link to the architecture documentation"Manoop Talasila5-7/+15
2018-06-15Added the link to the architecture documentationWelch, Lorraine (lb2391)1-2/+2
Issue-ID: PORTAL-305 Change-Id: I88817b98ee0e4e3a2de3ffd98b03a0ce19f6dc4c Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-06-13Merge "Adding Junit"Sunder Tattavarada4-0/+199
2018-06-13Merge "Adding Junit"Sunder Tattavarada1-0/+49
2018-06-11Changed ecomp to onap in logback.xmlWelch, Lorraine (lb2391)1-4/+3
Issue-ID: PORTAL-302 Change-Id: I864141df5d5069a23086d3cc7b5c955a0a3fd1c3 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-06-05Adding JunitPrasadNaidu1-0/+49
Adding junit in Portal for OnboardingApp.java OnboardingApp.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%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>
2018-06-05Adding Junitsp005016384-0/+199
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>
2018-06-01Document Security section of the Release Notes3.0.2-ONAP2.0.0-ONAP2.0.0-ONAPGildas Lanilis1-4/+12
Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb Issue-ID: DOC-270 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com> (cherry picked from commit 8764d78f63c210f7b4efd5fd2ed0d12858d950c6)
2018-06-01Merge "Document Security section of the Release Notes"Manoop Talasila1-4/+12
2018-05-31Merge "Changed app to redirect when the session expires."Manoop Talasila1-2/+9
2018-05-31Document Security section of the Release NotesGildas Lanilis1-4/+12
Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb Issue-ID: DOC-270 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-30Updated Beijing Release NotesWelch, Lorraine (lb2391)1-6/+7
Issue-ID: PORTAL-147 Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> (cherry picked from commit 05005dbbecd71368f6bfa03db357ae123abd8061)
2018-05-30Updated Beijing Release NotesWelch, Lorraine (lb2391)1-6/+7
Issue-ID: PORTAL-147 Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-05-30Changed app to redirect when the session expires.William Kurkian1-2/+9
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>
2018-05-25Bulk upload changes and music health check apisKishore Reddy, Gujja (kg811t)118-1092/+6700
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>