summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23SDC Listner Docker touchupOleg Mitsura1-215/+0
1.Reworked Dockerization of SDC Listener to follow application/distribution+parent style; 2.Renamed CDS-SDClistener to just SDCListener Issue-ID: CCSDK-1145 Change-Id: I007373d3a48fb8eb7042150bdbb37fc7fec346b3 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-17Work in Progress cds-sdc-listener containerizationprathamesh morde1-2/+105
Change-Id: Ib99f2c2f7c3f8ad46ec9630a548370e7467a96b4 Issue-ID: CCSDK-1145 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-17Fix wrong groupIdAlexis de Talhouët1-0/+1
Change-Id: Ia13245262e406cb67a184e363b90c2181322707c Issue-ID: CCSDK-349 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-16Added health-check feature for SDC-Listener that will be neede by Liveness ↵Oleg Mitsura1-1/+7
probe inside HELM chart. Issue-ID: CCSDK-1144 Change-Id: Ie6465a794a9c34136008892d141fe4662e41f6d7 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-16Make use of latest spring version.prathamesh morde1-21/+7
-Addressed review comments. Change-Id: Id4d3f48b22383c7b22e2931ade26192256def8aa Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-10Fix versions of cds-sdc-listenerTimoney, Dan (dt5972)1-0/+1
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 morde1-0/+45
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-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët1-1/+1
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 Timoney1-0/+15
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)1-1/+1
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 morde1-0/+15
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)1-5/+4
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)1-1/+2
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 morde1-0/+58
Change-Id: I3874b588a484a22cc4e0fe9d39541effa1f3c305 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>