summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Merge "Sonar fix in RoleApp.Java"Manoop Talasila1-17/+1
2018-09-12Merge "TicketEventServiceImpl : Fixed sonar issue"Manoop Talasila1-3/+3
2018-09-12Merge "LoginStrategy.java : Fixed sonar issue"Manoop Talasila1-0/+3
2018-09-12Merge "NotificationCleanupConfig.java - Fixed sonar issue"Manoop Talasila1-3/+5
2018-09-12Merge "ExternalAccessRoleServiceImpl: Fixed sonar issue"Manoop Talasila1-2/+2
2018-09-12Merge "PortalResourceInterceptor.java:fixed sonnar issue"Manoop Talasila1-2/+4
2018-09-12Merge "PostSearchBean.java: fixed sonar issue"Manoop Talasila1-10/+13
2018-09-12Merge "BasicAuthAccountServiceImpl: Sonar Issue"Manoop Talasila1-2/+2
2018-09-12Merge "Result.java : Fixed sonar issue"Manoop Talasila1-4/+6
2018-09-12Merge "Sonar Critical"Manoop Talasila1-0/+2
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-12Merge "Sonar Critical"Manoop Talasila1-1/+2
2018-09-12Merge "Fix blocker,critical sonar issue"Manoop Talasila2-138/+127
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-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-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-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-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>