summaryrefslogtreecommitdiffstats
path: root/ms/gra
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Resolve build issuesmontrealDan Timoney64-151/+325
Build was failing due to issues missed in port to java 17. Updated sdnc/apps to change dependencies from javax.* to jakarta.* - required for Java 17. Also, latest version of snakeyaml cannot handle size of yaml based SDNC swagger, so replaced that with JSON based version. Issue-ID: SDNC-1843 Change-Id: I4df872481c56aea496de0d2b9cc349799ff6b60c Signed-off-by: Dan Timoney <dtimoney@att.com>
2023-06-21Roll master for MontrealDan Timoney3-6/+6
Roll version to initial snapshot for Montreal release Issue-ID: CCSDK-3903 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I886dead3b7654eb2d2fb75d984187de70a4a2c43
2022-04-20Roll master to Kohn release numberingkohnDan Timoney3-6/+6
Roll release numbering in master to Kohn release numbering Issue-ID: SDNC-1687 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I39409719c66c4c2e58477badd9844b680e203c50
2022-01-21Remove default passwordsjakartaDan Timoney4-24/+61
Remove default credential settings Issue-ID: SDNC-1656 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib2d92c41a9a68db2971c2e9c52210e5ad833cda9
2021-12-02Add test cases for gra microserviceDan Timoney15-3/+1560
Add test cases for GRA microservice to address test coverage being under target Issue-ID: SDNC-1638 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If9422cdb577ef3984f17f4ef7aa2cd7e362e2fd4
2021-11-01Sync local changes to support GRA microserviceTimoney, Dan (dt5972)110-1223/+13362
Sync changes made downstream to support GRA microservice Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8 Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-09-24Roll versions for Jakarta releaseDan Timoney3-10/+10
Roll versions in master branch for use in Jakarta release Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I04c26eda7ec2490fa4411cb2c2e4e0ff67a5b5ef
2021-09-16Use version 2.2.1 of CCSDK parent pomDan Timoney1-4/+3
Use released version 2.2.1 of CCSDK parent pom Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I522b6bf4268dbdbd478445878d63d819dc995ee2
2021-08-23Update to springboot 2.5Dan Timoney1-2/+7
Update to springboot version 2.5 Issue-ID: SDNC-1560 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icce7baba794462ae635c0122747d98b0501db509
2021-06-11Roll version for Istanbul releaseDan Timoney3-6/+6
Roll version in master branch for Istanbul release Change-Id: Icb719eefbedfeab812934cd12c9ab7f457b720fa Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-11Improve test coverage for sdnc/appsDan Timoney8-6/+340
Added test cases for 2 data object classes previously uncovered. Change-Id: I371fae43c0425534e8300af5e85a39086afa0b63 Issue-ID: SDNC-1543 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-07AAF cadi fixesDan Timoney5-12/+46
Fixed AAF cadi log configuration and added missing dependency Change-Id: I4b32e069c4cc94129241225152759e953c32859b Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-01Remove unneeded preload operational dataDan Timoney6-291/+0
Preload data is never used from operational tree - only config tree. Change-Id: I8189952ea3595ffc4fedbf27c2034f41c243bf5b Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-30Support env variables for CADI settingsDan Timoney4-8/+94
Update code to read CADI properties using EnvProperties class to resolve env variable references and then pass resolved values to CadiFilter, instead of passing file itself as cadi_prop_files property setting. Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2 Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-28Add transaction manager for operational dataDan Timoney2-1/+4
Add missing @Transactional tag for operational preload and service data repository interfaces. Change-Id: I119008729d10a1a66cfcf4f17571a90670201c83 Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney327-0/+150148
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>