summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/src
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Merge "Fix critical and major sonar violations"James Forsyth10-17/+38
2018-07-27Fix critical and major sonar violationsBogumil Zebek11-18/+39
Change-Id: Iada703c9606fc4958430bc2ab967528333d419a0 Issue-ID: AAI-342 Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
2018-07-25Merge "Fix potential null pointer places"Steven Blimkie12-271/+225
2018-07-24Restore interrupted stateBogumil Zebek7-1/+7
Issue-ID: AAI-1399 Change-Id: If5f560ae721143b2b7286edd10b48ac009a181a8 Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
2018-07-24Fix potential null pointer placesBogumil Zebek12-271/+225
Change-Id: Ifa3ca8aabe6452efd5fbfd7d4303c452b7f56767 Issue-ID: AAI-1397 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
2018-07-13add layout config API supportrenealr3-6/+162
Added the backend support to get the layout configuration Issue-ID: AAI-1382 Change-Id: Ic7e62cd3611dabff3ca21be4522e0c0d8cf565fe Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-06-20Add multi-oxm support to sparky-beda490c32-376/+36138
Issue-ID: AAI-1232 Change-Id: Ib26fe496f022baf680884ebcee6a02e8eb18c985 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-06-20Add support for basic-auth password obfuscationda490c2-2/+19
Issue-ID: AAI-1231 Change-Id: I6e3db5d5fc52e715cd6ebabf83b63fda1c787da4 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-05-23fixes in CrossEntityReferenceLookup.javaPawel1-10/+13
Change-Id: I1ae303cb3baeed4a2fadf41d70a6cdc402df298f Issue-ID: AAI-1081 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2018-05-23fixes in AggregateSummaryProcessor.javaPawel1-13/+10
Issue-ID: AAI-1048 Change-Id: I3cc8be604b41b48c4a881c1b6b816f2a7b97abaa Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2018-05-08Make sparky deploy info match aai-commonJimmy Forsyth2-0/+4
Issue-ID: AAI-1127 Change-Id: If82ccd0b34e9abaf0096ef55d307622ef69a2b28 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-03Fix servlet response flowsrv871f2-6/+6
Issue-ID: AAI-991 Change-Id: I1526ff2ebd5611576aa89a74fb0ee224066f9cd2 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-03-29add test cases to increase coveragerenealr7-83/+1509
added additional test cases to increase coverage Issue-ID: AAI-951 Change-Id: I50ce2a499d4b3bb0b762053a5690cb2e3a8eaf2b Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-03-29Merge "Replace type specification in constructor call"Steven Blimkie1-2/+2
2018-03-29Portal Login Filter reintegrationrv871f1-17/+19
Issue-ID: AAI-599 Change-Id: I119608a418a07546cd58d4fcbdf93f033c8fbd88 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-03-28Add test cases to increase coveragerenealr28-662/+1147
added test cases to increase coverage deleted classes that are not being used to increase coverage re-added the logic to ensure suggestions are enabled using search data service updated rest client aai schema and logging services version in pom file Issue-ID: AAI-951 Change-Id: Ie35813bc633a9e249a29baec1df8beefef91b10c Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-03-28Replace type specification in constructor callPrasadNaidu1-2/+2
Replace type specification in constructor call with diamond operator AutosuggestionSynchronizer.java:L392, L402 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai.sparky-be%3Asparky-be&open=AWGA0FuF8TZzbCgU6cp3&resolved=false Location : sparkybe-onap-service/src/main/java/org/onap/aai/sparky/autosuggestion/sync/AutosuggestionSynchronizer.java Change-Id: I3127b4541e904dd875a0ddabb191da5013f80947 Issue-ID: AAI-932 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-03-22Update license and pomsda490c206-2472/+1648
Issue-ID: AAI-599 Change-Id: I467d7a287edf87d1691a55a3bdce1dcc2b7ee223 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-03-22Remove logback-classic depda490c4-349/+1
Issue-ID: AAI-599 Change-Id: I07631b601c2602769ce6f094380df253dbb39c24 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-03-22Convert Sparky to Spring-Bootda490c422-0/+53750
Issue-ID: AAI-599 Change-Id: If474dd02794f442fdddcd90f62fb75e0d6b907e7 Signed-off-by: da490c <dave.adams@amdocs.com>