summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01Fix typo of cmd1.Kate Hsuan1-1/+1
Issue-ID: DCAEGEN2-2171 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I5ef98912542f78c2a7e44e30fdd7d4d88f59ea27
2020-03-31Fix start up script of feeder.Kate Hsuan1-2/+2
Issue-ID: DCAEGEN2-2171 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I88332f7b57937cf0384b0153e5c6b74a60313fd4
2020-03-27Avoid running as root.Kate Hsuan2-2/+5
Issue-ID: DCAEGEN2-2171 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: If4594ee7079532ae87ed4741db3cb6a53da23f34
2020-03-23Fix jar file search.Kate Hsuan1-5/+8
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I46a539efdbbf6d2a9762966cb4740af7f3fd20f6
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-03-04Switch from cloudify helm plugin to cloudify/tosca.Kate Hsuan10-3/+422
1. Blueprint implementation. 2. Modify startup sequence. Issue-ID: DCAEGEN2-2098 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I9d3d56565b0e997d3150eeef0891cc79bb0519ae
2020-02-12Add db initial pod docker image auto-build.Kate Hsuan2-250/+0
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I16416a8eab43c752d7b8c9adeca079cab2d572dc
2020-01-22Add a method to retrieve DB type listGuobiao Mo2-1/+14
Issue-ID: DCAEGEN2-1877 Change-Id: I8eae95aba59a7f5dcbd6df2928b78a82c3235e49 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-21modified dbController rest apiZhangZihao2-4/+5
Change-Id: Ie1daa567338c48a13112ef1fff02109de16e8901 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2020-01-14Merge "Docker build for Docker Hub"Vijay Venkatesh Kumar1-4/+16
2020-01-14Merge "Modified resp topicConfig and add getTopicName()"Vijay Venkatesh Kumar5-8/+86
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-09Modified resp topicConfig and add getTopicName()ZhangZihao5-8/+86
Change-Id: I06db2663534c970b76244f462da66d2c72b11f12 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2020-01-07Create Docker image in Maven buildGuobiao Mo2-7/+65
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>
2020-01-07Merge "Auto populate table 'topic_name'"Tony Hansen3-1/+73
2019-12-30Auto populate table 'topic_name'Guobiao Mo3-1/+73
We continually monitor Kafka; when a new topic is created, its name is auto inserted into table 'topic_name', which is a look up table and UI's topic selection list is based on it. Issue-ID: DCAEGEN2-1715 Change-Id: I35329eb76ed8fb9d41a73f1827f443f7a10b450e Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-12-19Fixed kafka's ui and add getKafkaDetail()ZhangZihao1-3/+21
Change-Id: I4f5b3c06feb19c39a7d67b678704f726c305e7c8 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-12Modified topic and db api functionZhangZihao6-32/+31
table DB's PK is now integer, instead of string. Change-Id: Id1ceb1bcd7a0455bc55e30c875e4398d12e8cf82 Issue-ID: DCAEGEN2-1715 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-27Merge "Fixed the related api function with topic"Tony Hansen6-10/+37
2019-11-26Fixed the related api function with topicEkko Chang6-10/+37
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Iab20a1044cb953fb490f7981b6fa36e5eeea3c52
2019-11-22Fix UI bugsGuobiao Mo6-18/+57
Issue-ID: DCAEGEN2-1716 Change-Id: I01a5a3c69ff65afde37650e559619723f100e69a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-11-19db by toolZhangZihao2-13/+16
Change-Id: Ice7559bf89b79a1cf284eb94e23140406d97b0df Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-10-27dbs modify codeZhangZihao6-28/+87
Change-Id: I87f0a339382354fa9ca6cbded9d1403a234f39f4 Issue-ID: DCAEGEN2-1622 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-09-10Defined a constant for this literal "Db not found"Rama-Huawei1-4/+5
Removed the declaration of thrown exception, as it can't be thrown from method's body Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I341b5ea67dd643503fee9077a7073aeb8adbc15a
2019-09-09Static field is updated from a non-static method.Rama-Huawei1-272/+266
Converted while loops into for loop Removed the static fields and make them as a local variables Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ib6c60ff5975cc7b645174497a8fcfac313cd825b
2019-08-18Merge "Removed unused imports"Tony Hansen4-21/+9
2019-08-18Merge "Bug fix"Tony Hansen1-1/+1
2019-08-14Merge "Return an empty collection instead of null"Yan Yang6-29/+7
2019-08-14Merge "System.out is replace by a logger"Yan Yang2-21/+12
2019-08-08Get all databases id and name by designTypeIdZhangZihao1-10/+16
Change-Id: I9127ad0f5aa3b77e7e3847f9fe8240ab4c1482f7 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-08-07Removed unused importsRama-Huawei4-21/+9
Also some places were using import with * option Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I0f57bbb429816d9aa6219a4a1e4fc4c384bec873
2019-08-07Return an empty collection instead of nullRama-Huawei6-29/+7
Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I294014cd009ae02983e575c94e830b2ff30e7b07
2019-08-07System.out is replace by a loggerRama-Huawei2-21/+12
Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Iefdbfd3480f831ce734e748ac0680ed53c60f0fb
2019-08-05Unit testRama-Huawei1-0/+6
Improved 100% code coverage for ApplicationConfiguration file Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ib2d807273b6a25139b4844d868c7082fb4ac9623
2019-08-05Used isEmpty to check collection is empty or notRama-Huawei3-6/+6
Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ice0fe7a0119442f7cf7f6171ea1e2a2c8a0c8cab
2019-08-01design modify 2ZhangZihao5-43/+105
Change-Id: I7c75460b30184bf2803f8a936a4252867300e898 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-30deploy improve 1ZhangZihao5-138/+133
Change-Id: I9ba21e0e0f8e6ab75d63e65457bc382aa02cff91 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-24kakfa test improveZhangZihao1-0/+14
Change-Id: I76f8094c32b82812069ff00b9ec1c9618962771a Issue-ID: DCAEGEN2-1631 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-22kafka testZhangZihao3-2/+147
Change-Id: I1ff274c218a19fd7cedfeda7c07bfa0245687070 Issue-ID: DCAEGEN2-1631 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-19Merge "db of design"Yan Yang1-0/+14
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-07-18db of designZhangZihao1-0/+14
Change-Id: I0119780b7903bd84874c5ff9eca1aadb981e01b3 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-17Merge "design modify 2"Yan Yang18-653/+43
2019-07-17design modify 2ZhangZihao18-653/+43
Change-Id: I839bee562f03e12de9a3a4bfcd25f4db5fee6f7e Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-16JJB alignment across DCAE components - DCAE servicesGerard Hickey2-5/+6
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: If6a25d2ea01e5cac84dba95504ffa09cf4796f7a
2019-07-11design modify 1ZhangZihao17-642/+610
Change-Id: I32ef0ff484b786b9c5b73df8fd1b8cc97c5dc227 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-07-11Merge "supports multiple Kafka clusters and DBs"Yan Yang21-74/+76
2019-07-10supports multiple Kafka clusters and DBsGuobiao Mo21-74/+76
Change kafka table id to int Issue-ID: DCAEGEN2-1631 Change-Id: Ib5109b75a387f76709dc38161bf2d7ef084950ef Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-07-10coverage unit testzm3304-0/+245
Change-Id: Ib1b5a43fe1974b1276a7367b32bd63ee506c2232 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Issue-ID: DCAEGEN2-1468