aboutsummaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11CDS-Listener should send response back to SDCprathamesh morde19-141/+550
-Added notification logic so the listener will send response back to SDC. (Fail to download, Fail to upload and succesfully uploaded for this conditions now) -Some bug fixes. -Made use of correct copyright header Change-Id: Iefc108dbdd2bec048fd55630822c99ee1b13bab5 Issue-ID: CCSDK-1201 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-10Fix versions of cds-sdc-listenerTimoney, Dan (dt5972)2-1/+2
Version of cds-sdc-listener is wrong, which causes weird behavior on release builds (several poms are being changed to version 1.2.2-SNAPSHOT instead of 0.4.2) Change-Id: Ia0f20df6eaee9cf6101d25fa9f23fe61d2ce023e Issue-ID: SDNC-710 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-04CDS-SDC Listener applicationprathamesh morde13-25/+487
Things done -Implementation of GRPC client to store CBA archive using CDS Backend -Unit test coverage. -Tested locally. -Minor bug fix, performance improvement, more logging and make use of BluePrintProcessorHandler api in ListenerServiceImpl class. -Extract csar artifact from IDistributionClientResult and store it into local file(disk). Change-Id: I08b0de017396bb76d5bc13ddb9e7b430990e8df0 Issue-ID: CCSDK-1184 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-25CDS-SDC Listener applicationprathamesh morde6-29/+158
-Added logic to parse the CBA archive from CSAR package. Issue-ID: CCSDK-349 Change-Id: I9aaf3a3c9298ccbb40fa9b7945ff1a20b66c2c17 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët13-38/+48
Issue-ID: CCSDK-1177 Issue-ID: CCSDK-1178 Change-Id: I0c02702fbec52211ca367abbba72aebecee8cbaa Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-22Merge "CDS-SDC Listener application"Dan Timoney12-0/+528
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)2-2/+2
Updated to compile against Fluorine SR2 Change-Id: I434068531ce4a661a04c20201e0fddf3f6b92f47 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-20CDS-SDC Listener applicationprathamesh morde12-0/+528
Things done- CDS-SDC listener able to register for SDC distribution. Download the artifacts. Things to do- Add logic to parse the blueprint from CSAR and store it into CDS DB. Change-Id: I2fe01af73814e749f93a62d3a90e1f05947c0505 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-15Prepare for release 0.4.1Timoney, Dan (dt5972)3-13/+10
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-12Add missing groupIdTimoney, Dan (dt5972)3-6/+10
Added missing groupId to cds-sdc-listener poms and updated artifactIds to ensure uniqueness Change-Id: Ibec810dc25c48cd5cf8527364d629cc463bce0c9 Issue-ID: CCSDK-1150 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-01Skeleton of CDS-SDC Listener msprathamesh morde4-0/+211
Change-Id: I3874b588a484a22cc4e0fe9d39541effa1f3c305 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>