summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Sonar Fix VnfSearchQueryBuilderDriptaroop Das1-4/+5
Sonar Fix VnfSearchQueryBuilder Issue-ID: AAI-2084 Change-Id: I608d7592717ee9b74d4e7641051cfbb62c498315 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-16Sonar fixes - AggregateVnfSearchProviderDriptaroop Das1-4/+3
Sonar fixes - AggregateVnfSearchProvider Issue-ID: AAI-2081 Change-Id: Ia96e0d74bb73c8c4ad5c4220a018cef04f6e424b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-14Do not attempt to decrypt unobfuscated passwordsPopescu, Serban1-1/+3
Passwords can be either encrypted or not, only decrypt when obfuscated Change-Id: I274f34d99fb559d0694d3c0ade0c61755c3d1b6d Issue-ID: AAI-2072 Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
2018-12-31fix backdoor issue when using portalRogers, Reneal(rr267j)4-24/+87
Issue-ID: AAI-2045 Change-Id: I7bad950ca142e81ef5f2a698dcaff90975f944a2 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-12-14Merge "Fix sync update flow"Steven Blimkie6-36/+28
2018-12-14Updating the new schema service ingestArul.Nambi1-4/+14
Issue-ID: AAI-2006 Change-Id: I25360ea42d1e09ada6af00dbe99ceace978ee09a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-12-14Fix sync update flowfpaquett6-36/+28
Issue-ID: AAI-1999 Change-Id: Id10b657236aff9ee1009ff0e1627a894e3881a87 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-11-29update to use latest portal sdkrenealr8-63/+332
update epsdk-fw to latest version to make use of aaf Issue-ID: AAI-1978 Change-Id: I9cd9a4ec57db5183c95b0606cac0e1fdfd1a6ac5 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-11-27Removed edit attribute codesstoykov8-824/+4
Removed obsolete code related to the edit attributes feature from sparky-be. Issue-ID: AAI-1956 Change-Id: I25754ec5440ce199ca5678b2074a1f090dde46ab Signed-off-by: sstoykov <stela.stoykova@amdocs.com>
2018-11-06update sparky with configurable featuresrenealr17-222/+407
Allow end user calls and sync calls to be configurable expose the ability to set shallow entities configuration from a delimited string add proper exit condition for auto suggestion if the suggestible type list is empty enable a configurable domain add the ability to personalize html header and title Issue-ID: AAI-1874 Change-Id: Iec7183e0e82dba7f63780eeab824d000fe5f558c Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-09-18Removed usused security classesfpaquett2-275/+0
Issue-ID: AAI-1631 Change-Id: I737746fd6f45053f9abc10e4165ca183ddf3d2e5 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-08-29aai-schema and ingest fixesrv871f4-128/+12
Issue-ID: AAI-1554 Change-Id: I0a27cf320d3d69d8e715af8c27d5afeaa2951da5 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-08-25implemented sparky graph extensibilityda490c14-322/+316
Add additional interface abstraction points to make it easier to extend and customize the graph logic, and made it easier to interwork with resources and gizmo via spring-bean wiring changes only. Issue-ID: AAI-1503 Change-Id: I5a3dcc81ecc49db89d71f0db27cffbb04c89fbd1 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-08-24Merge "remove extra slash needed for index creation"Steven Blimkie2-5/+5
2018-08-24remove extra slash needed for index creationrenealr2-5/+5
Issue-ID: AAI-1543 Change-Id: I8c8ec703c6bdc7654dc02e929a727c5b4d0f0179 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-08-24Merge "update sync queries to use searh data service"Steven Blimkie30-3375/+241
2018-08-24update sync queries to use searh data servicerenealr30-3375/+241
Issue-ID: AAI-1540 Change-Id: I6a00b0e12830e1220070ae60ba9b2c42e67dfbfc Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-08-24AAI-1518 - fix gizmo graph visualizationda490c1-11/+9
Fix corrupted sparky logging templates and gizmo visualization context logic resulting in graph build failures. Issue-ID: AAI-1518 Change-Id: I0663a3b5cd73bd2e21e5c7ae5a2824b77b132203 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-08-22Merge "Remove duplicated code"James Forsyth5-141/+60
2018-08-22Merge "Fix potential null pointer"James Forsyth1-2/+2
2018-08-22ES to SDS conversionrv871f15-250/+682
Issue-ID: AAI-1530 Change-Id: Ic2f40c608a80109af1feafe42bad1f78d38647a1 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-08-09Remove duplicated codeBogumil Zebek5-141/+60
Change-Id: I36bea13e9a3fc6a8056becec7622574a8b927ce5 Issue-ID: AAI-1450 Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
2018-08-06Fix potential null pointerBogumil Zebek1-2/+2
Change-Id: I0577f9d32a733f390ebbaebf36297eca257b10dd Issue-ID: AAI-342 Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
2018-08-02Merge "Fix critical and major sonar violations"James Forsyth9-17/+22
2018-07-27Fix critical and major sonar violationsBogumil Zebek10-18/+23
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-06-20Add multi-oxm support to sparky-beda490c4-107/+167
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-04-03Fix servlet response flowsrv871f2-6/+6
Issue-ID: AAI-991 Change-Id: I1526ff2ebd5611576aa89a74fb0ee224066f9cd2 Signed-off-by: rv871f <richard.vondadelszen@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 coveragerenealr7-480/+169
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-22Convert Sparky to Spring-Bootda490c206-0/+34383
Issue-ID: AAI-599 Change-Id: If474dd02794f442fdddcd90f62fb75e0d6b907e7 Signed-off-by: da490c <dave.adams@amdocs.com>