summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29update to use latest portal sdkrenealr11-67/+374
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 codesstoykov18-1497/+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 featuresrenealr31-301/+561
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-11-05Updated version to Dublinfpaquett1-1/+1
Issue-ID: AAI-1854 Change-Id: I89b89531606edff2dbc0fa2e198d7f686a6407d3 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-11-01Upversion to 1.3.2-SNAPSHOTfpaquett1-1/+1
Issue-ID: AAI-1809 Change-Id: Id5283080601920f1a490d177980e533c1c105171 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-11-01Make use of sparky-fe 1.3.01.3.1fpaquett1-1/+1
Issue-ID: AAI-1808 Change-Id: Ia928eb27aced0d9eba4e11fb3a0486f3a8b26205 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-10-12Switch snapshot artifacts to releasedda490c1-4/+4
Issue-ID: AAI-1751 Change-Id: I39dfe7422a2646688da1919c72cf3692bf8e7091 Signed-off-by: da490c <dave.adams@amdocs.com>
2018-09-18Removed usused security classesfpaquett3-410/+0
Issue-ID: AAI-1631 Change-Id: I737746fd6f45053f9abc10e4165ca183ddf3d2e5 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-09-13Updating camel route version for sonarArul.Nambi1-1/+1
Issue-ID: AAI-1583 Change-Id: I4ed39b64b5b968c69a1a861e3459b818963c8cb3 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-13Sonar fixes for camel and guavaArul.Nambi1-3/+4
Issue-ID: AAI-1583 Change-Id: I440646a053fa1fd9bc9f879e27636ff7a514543a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-10Fixing issues found by nexus scanArul.Nambi1-2/+6
Issue-ID: AAI-1583 Change-Id: I3633fb1e86a07c94a777746b93c6080c049b50e8 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-08-29aai-schema and ingest fixesrv871f20-230/+135
Issue-ID: AAI-1554 Change-Id: I0a27cf320d3d69d8e715af8c27d5afeaa2951da5 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-08-25implemented sparky graph extensibilityda490c23-426/+635
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 "Updated springboot to version 1.5.15"James Forsyth1-1/+1
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-24Updated springboot to version 1.5.15Francis Paquette1-1/+1
Issue-ID: AAI-1538 Change-Id: I0e9731be13799c187f3c2a600934dcc9f195a389 Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
2018-08-24Merge "update sync queries to use searh data service"Steven Blimkie49-5662/+360
2018-08-24update sync queries to use searh data servicerenealr49-5662/+360
Issue-ID: AAI-1540 Change-Id: I6a00b0e12830e1220070ae60ba9b2c42e67dfbfc Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-08-24AAI-1518 - fix gizmo graph visualizationda490c3-15/+75
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 conversionrv871f22-427/+773
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 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-beda490c33-384/+36167
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-23Upversion for CasablancaJimmy Forsyth1-3/+3
Issue-ID: AAI-1169 Change-Id: Ifbcc142e5228319a900cf7de1ad22b7fbb3b4996 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Upversion sparky-be for branchingv1.2.12.0.0-ONAPbeijing2.0.0-ONAPJimmy Forsyth1-2/+2
Issue-ID: AAI-1140 Change-Id: Ib0017d8817780000cd119b9a20f5f9833331a751 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Removing snaptshots for releasev1.2.0Arul.Nambi2-14/+1
Removing snapshots from submodules so that the release can go through. Issue-ID: AAI-1127 Change-Id: Ifc5224138c4b94e79622a4eb486e66a9b92b0dc0 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-05-09Adding version.properties files into sparkyArul.Nambi1-0/+13
Issue-ID: AAI-1127 Change-Id: I80a92c990a5e8947ba8bf56c767e16e7392df7a1 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-05-08Make sparky deploy info match aai-commonJimmy Forsyth3-12/+67
Issue-ID: AAI-1127 Change-Id: If82ccd0b34e9abaf0096ef55d307622ef69a2b28 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-04Upversion sparky-be deps in prep for releaseJimmy Forsyth1-1/+1
Issue-ID: AAI-1122 Change-Id: I5859a2be8e87a6783042bbf6f96c48e7157a082c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-25Removed SNAPSHOTS in dependenciesFrancis Paquette1-1/+1
Issue-ID: AAI-1055 Change-Id: I569149b7200e3f2a3afdac858d4d13afba87da4d Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
2018-04-24upgrade to spring boot 1.5.12renealr1-1/+1
update the pom files to pull a newer version of spring boot Issue-ID: AAI-1093 Change-Id: I3b8ea62bb81392c089432c73253e5d6e4505e01d Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-04-03Merge "Fix servlet response flows"Steven Blimkie2-6/+6
2018-04-03Fix servlet response flowsrv871f2-6/+6
Issue-ID: AAI-991 Change-Id: I1526ff2ebd5611576aa89a74fb0ee224066f9cd2 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-04-02update pom files to pull in correct warrenealr1-25/+22
update the pom file to make use of the benijing war file Issue-ID: AAI-985 Change-Id: Ia8fc0317b6f3e974225cfdb0e1eacdfcf49e761a Signed-off-by: renealr <reneal.rogers@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 coveragerenealr29-665/+1150
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>