aboutsummaryrefslogtreecommitdiffstats
path: root/services
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09Update parent versionDan Timoney1-1/+1
Update to latest released Guilin parent poms Change-Id: I2a48732d41577cef3b381303e6a74c57b86e1421 Issue-ID: CCSDK-2973 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-16Use released version of parent pomDan Timoney1-1/+1
Update guilin branch of ccsdk/apps to use released version 2.0.1 of parent poms. Change-Id: I95e151b9d42b57e77b0ae74b6d87474c60b687a7 Issue-ID: CCSDK-2917 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Roll to next Guilin snapshotDan Timoney1-2/+2
Roll to next Guilin snapshot version Change-Id: I7fc185fec7e1df2f5bc42b134a445ed1194497f9 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-21Roll to next snapshotDan Timoney1-4/+3
Roll to next Guilin snapshot release Change-Id: I00617e1f532302077a5576115f8c4e91007e9428 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-31Register SqlResource in SvcLogicMapDan Timoney2-0/+21
Register SqlResource in hashmap used to locate services in springboot Change-Id: I48ee488848db1e2f593cc332f5b69c804f78edc7 Issue-ID: CCSDK-2626 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-29Add RFC 8040 compliant error handlerDan Timoney15-0/+799
Add a new error handler that formats error responses consistent with RFC 8040 (RESTCONF) standards. Change-Id: I67a6ab626d943115570f2e74d0a8132933726bc8 Issue-ID: CCSDK-2482 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Export SvcLogicFactory as serviceDan Timoney2-0/+272
Expose SvcLogicFactory bean as a service so it can be reused in other microservices. Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>