summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16Use non-root user to access datalake-feeder database andNiranjana1-5/+5
update the base image to align with ONAP Issue-ID: DCAEGEN2-2329 Issue-ID: DCAEGEN2-2420 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I26da297dcc4563a25d3cd6f558cc92627b17647b
2021-04-13Use non-root user to access DES database andNiranjana1-1/+4
update the base image to align with ONAP Issue-ID: DCAEGEN2-2329 Issue-ID: DCAEGEN2-2420 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I1fa1cdf1890efb18ac46dd3e494fe587a2a65223 Signed-off-by: vv770d <vv770d@att.com>
2020-08-27Add des module in datalake-handlerKai1-0/+7
Issue-ID: DCAEGEN2-2230 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: I13a4907462edc68ec26523bf856083b21b32dee7
2020-08-05DL-Handlers java upgrade from 8 to 11-DCAEGEN2-2286Sowmya_Narayanasetty1-1/+1
Signed-off-by: Sowmya_Narayanasetty <narayanasetty.sowmya@ltts.com> Change-Id: I9b53c7b8ca9db871b2dc46dea6a243089f6c8a1d Signed-off-by: Sowmya_Narayanasetty <narayanasetty.sowmya@ltts.com> Issue-ID: DCAEGEN2-2286
2020-03-27Avoid running as root.Kate Hsuan1-2/+3
Issue-ID: DCAEGEN2-2171 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: If4594ee7079532ae87ed4741db3cb6a53da23f34
2020-03-19Bug fix nginx resover address.Kate Hsuan1-1/+1
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I3e128dd3a05b230320c37ce58fff2fba4be4abff
2020-03-12datalake add multiple docker image tag and pushKate Hsuan1-0/+50
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: Ic0c5ea2047ed7be19cab3edc8a403df53dcc74cd
2020-01-09Docker build for Docker HubGuobiao Mo1-4/+16
Downgrade com.spotify:dockerfile-maven-plugin version so that it works with Docker Hub and JDK 9.0+. Issue-ID: DCAEGEN2-2009 Change-Id: Icf30b33edea3f5f147326c09ff746fba94b5a945 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-07Create Docker image in Maven buildGuobiao Mo1-5/+63
Create Docker image in Maven build so that Jenkins build can auto build and push docker image to ONAP docker repo. Issue-ID: DCAEGEN2-2009 Change-Id: I9c7e5012e44bb300d6d4f6701f8299350d7ff6cb Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-07-18Add maven-deploy-pluginGuobiao Mo1-29/+0
For JJB alignment across DCAE components - DCAE services Issue-ID: DCAEGEN2-1578 Change-Id: I3e3b4b70054a1799c88d65ae470309c32cb467e6 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-05-13Support HDFS as a data storeGuobiao Mo1-188/+193
Issue-ID: DCAEGEN2-1498 Change-Id: Id203275bce01bd4a4d6ec131fb9696d78eda82f5 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-24Remove explicit dependency on com.couchbase.client/core-ioGuobiao Mo1-5/+0
let org.springframework.data/spring-data-couchbase take care of Couchbase dependencies. Issue-ID: DCAEGEN2-1309 Change-Id: I0e6ba6198bb30a5cc69bdc6202f23df6c8c46e85 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-22Added couchbase mock and client dependenciesRama-Huawei1-178/+189
Dependencies are added for improving datalake service code coverage Issue-ID: DCAEGEN2-1309 Change-Id: I64d2f004137733d082539df76a888ae235e5524f Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com>
2019-04-10Support MongoDB as a data storageGuobiao Mo1-11/+15
Issue-ID: DCAEGEN2-1411 Change-Id: I06b69605e88d5b81500b788847e7c90ff4017a07 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-08Integrate Swagger for REST APIGuobiao Mo1-13/+26
Issue-ID: DCAEGEN2-1400 Change-Id: Idd68e1f50b6572dcd4c2e17291628810f3813dba Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-07Use MariaDB to store application configurationsGuobiao Mo1-2/+13
Issue-ID: DCAEGEN2-1400 Change-Id: I86b5bc25d84b98f7ac84b95f1690089dcebe7f0a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-03-29Unit test for seed codeGuobiao Mo1-5/+5
This project depends heavily on outside infrastructure, thus there are not much unit test cases. Issue-ID: DCAEGEN2-1309 Change-Id: I8893f4029014673139e67bf373fd77e9e5c42f83 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-03-26DataLake seed codeGuobiao Mo1-0/+158
Issue-ID: DCAEGEN2-1189 Change-Id: Ib25b70197e3b162efadbce0f1b5235e3ba6635e9 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>