summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07Update GR-API to use released CCSDK artifactsDan Timoney1-4/+4
Update to use released artifacts Change-Id: I01a01eae6097d99691c4575285c3022951dcab52 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-07Fix docker-compose test issuesDan Timoney8-6/+62
Fix issues running service-topology-operation via docker-compose Issue-ID: SDNC-1310 Change-Id: I5c30c7a07f6baf9f2560b4dc405999abeb0441cf Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-30Implement service topology operation RPCDan Timoney235-5073/+78414
Add implementation for service-topology-operation RPC. Change-Id: I154d2ef6504be9a592479acc554b7cb0f8c250f6 Issue-ID: SDNC-1310 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-17Fixed timing error in maven buildDan Timoney1-2/+2
Updated pom.xml so that copy of generic-resource-api jar to the docker staging directory occurs after the spring-boot-maven-plugin has inserted the appropriate entries in the MANIFEST Change-Id: Ifba881ffe19f426e2c409b6a1d9be0c96a40f344 Issue-ID: SDNC-1291 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-16Add jackson-databind-xml dependencyDan Timoney1-0/+4
Added missing dependency needed to generate xml response Change-Id: I0495ddb7b589791dd25dff8ac93861fbe6d97d9f Issue-ID: SDNC-1289 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-06Add junit testing for preload rpcsDan Timoney4-20/+164
Add jUnit test cases for preload RPCs Change-Id: I8e6519e57c2eb468b1ee6ad781555951d21203a9 Issue-ID: SDNC-1209 Issue-ID: SDNC-1210 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-02Add REST CRUD ops for service dataDan Timoney30-645/+3042
Add REST Create/Read/Update/Delete for service data Change-Id: Ie22e8a82afa6b50c4a9fbe80ec792996e377abed Issue-ID: SDNC-1213 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-22Fix preload data updateDan Timoney3-58/+425
Fixed bug in loading preload data from RPCs. Change-Id: I6dd12abf08833d72e336b98b98d057c7dc1720fc Issue-ID: SDNC-1209 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-19Implement GRA preload and service data objectsDan Timoney36-0/+11801
Implements CRUD operations and RPCs for GRA preload data, as well as adding data object for service-data. Change-Id: I93d268e7f1cfbcd4e839e122f72ce02928dad807 Issue-ID: SDNC-1205 Issue-ID: SDNC-1209 Issue-ID: SDNC-1210 Issue-ID: SDNC-1213 Signed-off-by: Dan Timoney <dtimoney@att.com>