aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sliboot
AgeCommit message (Collapse)AuthorFilesLines
2021-06-23Minor Refactoring of sliboot pomSingal, Kapil (ks220y)1-56/+53
Updating docker-maven-plugin to 0.34.0 and removing docker image build goal (it was there twice) Issue-ID: CCSDK-3343 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03
2021-06-23Only enable CadiFilter if prop file setDan Timoney1-0/+4
Only enable CadiFilter if cadi.properties.path property is set Issue-ID: CCSDK-3349 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If275fb839996ebb93317e9de8a2f2256c99b87b9
2021-04-20Use CadiFilter instead of shiroDan Timoney3-85/+51
Microservices should use CadiFilter rather than shiro to integrate with AAF Change-Id: I95b9a844b7ac868f864134de7345013001357352 Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-15Update to allow ranges for ccsdk.sli.versionDan Timoney1-12/+13
Update to allow ccsdk.sli.version to be passed with a range as a value Change-Id: Ibb37082bf8162300ae2de37f33b0e4672b796293 Issue-ID: CCSDK-3209 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-09Roll master version for IstanbulDan Timoney1-2/+2
Roll versions of ccsdk parent poms to 2.2.0-SNAPSHOT and of ccsdk/apps to 1.2.0-SNAPSHOT for Istanbul release. Change-Id: Ia252e92b10bcec18fe88ac1174e6cff519cd927a Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-25Release 1.1.0 dockers and roll versionDan Timoney1-1/+1
Release version 1.1.0 dockers for ccsdk/apps and roll version Change-Id: Iaf72b61e48d2d0b9235341b32a1bba1e83854f19 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-24Use latest base image versionDan Timoney2-5/+9
Update ccsdk/apps containers to use latest version of base CCSDK alpine image Change-Id: I76c435ee939a21640c8d73f75644059497da3084 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Use released version of parent pomsDan Timoney2-3/+3
Use released version 2.1.1 of parent poms Change-Id: I6460478663d7b5a1343f8456669b1bf5d61f6171 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-08Use latest Honolulu parent pomDan Timoney1-1/+1
Update to use parent pom version 2.1.1-SNAPSHOT Change-Id: I7dfe6080d6801231b817d9cd5c97c7ce17e1c7d9 Issue-ID: CCSDK-3139 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-15Use released version of ccsdk parent pomsDan Timoney1-2/+3
Use released version 2.1.0 of parent poms Change-Id: I63b89ffef53b99c0b8996ec5ed6ed7b5b949c325 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-17Add integration test for sliboot dockerDan Timoney5-133/+351
Added integration test for sliboot docker. Change-Id: I582d41ac1a041466e16bd0f38ef3b9ccfef4747a Issue-ID: CCSDK-2986 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Add content-type header if missingDan Timoney1-1/+1
Added new filter that inserts a Content-Type header (default value application/json) if none is provided. Change-Id: I4e06913851816448576aad35deb9a809a0dbcda7 Issue-ID: CCSDK-2977 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Add aai-service beanDan Timoney1-0/+1
Added bean for aai-service to allow aai-service to be called from directed graphs Change-Id: I8a617aabce8cb14de5c481276c520809e3917181 Issue-ID: CCSDK-2976 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-27Enhancements to reuse sliboot controllerDan Timoney9-8354/+22
Update sliboot implementation so that controller can be imported into other apps to implement SLI-API API (notably healthcheck) Change-Id: I1f1e37eb3af583c609c0b074946abdfe58b25a33 Issue-ID: CCSDK-2948 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Roll to initial Honolulu snapshotDan Timoney1-2/+2
Roll to initial Honolulu snapshot version Change-Id: I30fffe4ee61e329291ed0af835ae16579d08dffc Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Add spring-boot-starter-validation dependencyDan Timoney1-0/+4
Springboot starter version 2.3 no longer includes spring-boot-starter-validation which now needs to be added as a separate dependency Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7 Issue-ID: CCSDK-2633 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-06-29Add RFC 8040 compliant error handlerDan Timoney8-22/+169
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 Timoney3-150/+6
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>
2020-06-09Refactor sliapi springbootDan Timoney44-0/+10714
Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>