summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12datalake add multiple docker image tag and pushKate Hsuan2-1/+100
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 Hsuan34-197/+32
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-24Helm and blueprint implementation of datalakeKate Hsuan31-1/+1168
1. Deployment Helm chart. 2. helm plugin based cloudify blueprints. 3. fix pom.xml and directory location for CI. Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: If24524576e72392b66ff556237154922b213a29b
2020-02-13Merge "Add db initial pod docker image auto-build."Vijay Venkatesh Kumar9-250/+488
2020-02-12Add db initial pod docker image auto-build.Kate Hsuan9-250/+488
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I16416a8eab43c752d7b8c9adeca079cab2d572dc
2020-02-11fix sonarcloud issuesHansen, Tony (th1395)1-0/+3
Change-Id: Ie2af89b8789369654d08cf76133b27583b4228c1 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2020-02-05Merge "To apply the shared module into 3rd party design page and cleanup ↵Tony Hansen68-5749/+581
useless files"
2020-02-05Merge "Add admin docker image maven auto-build."Vijay Venkatesh Kumar1-3/+26
2020-02-05To apply the shared module into 3rd party design pageEkko Chang68-5749/+581
and cleanup useless files Issue-ID: DCAEGEN2-1717 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I069afc836230c2470d6c25d80335428b37ef98f6
2020-02-05To apply the shared module into the 3rd party tools management pageEkko Chang10-132/+448
Issue-ID: DCAEGEN2-1717 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Icc00785df9c516298327d8542bfb3c330d88513c
2020-02-04Add admin docker image maven auto-build.Kate Hsuan1-3/+26
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: Icf7a5adfd999f6640510975abbc661c612110837
2020-02-04To apply the shared module into the database pageEkko Chang10-289/+504
Issue-ID: DCAEGEN2-1716 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I2b89fe4fb81be10852c0fc813bbf5c81999bbc12
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-21To apply the shared module into the kafka pageEkko Chang18-320/+509
Issue-ID: DCAEGEN2-2010 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I830dcc1094d8e70045e0c0744f13f6a7b83d7cc1
2020-01-14Merge "Docker build for Docker Hub"Vijay Venkatesh Kumar1-4/+16
2020-01-14Merge "To optimize the shared module and apply it into the page"Vijay Venkatesh Kumar24-585/+1017
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-09To optimize the shared module and apply it into the pageEkko Chang24-585/+1017
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I1a461ab6f2a5cc272dbdeacb9b5a480b269eed93
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()ZhangZihao4-36/+67
Change-Id: I4f5b3c06feb19c39a7d67b678704f726c305e7c8 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-17Merge "Optimize the flow of api callback function"Vijay Venkatesh Kumar25-1128/+1203
2019-12-16Merge "fix db and tools ui"Vijay Venkatesh Kumar15-58/+128
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-12-12fix db and tools uiZhangZihao15-58/+128
Optimized page display and fixed bugs of tools created. Solved the problem of create db or tool failure. Change-Id: If8eb0596876835baa36c1f9f82ac1a166e4494e3 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-10Optimize the flow of api callback functionEkko Chang25-1128/+1203
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Ic0ecb009db69b095d253687861da6560c200e31a
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 Mo14-34/+73
Issue-ID: DCAEGEN2-1716 Change-Id: I01a5a3c69ff65afde37650e559619723f100e69a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-11-21fix: topic table and mockup dataMay Lin10-752/+407
Issue-ID: DCAEGEN2-1715 Signed-off-by: May Lin <may.lin@qct.io> Change-Id: I9fa6c05244454620b54601c1efdc6eb7f6b0f73e
2019-11-20Merge "rest api modify"Tony Hansen1-1/+1
2019-11-19rest api modifyZhangZihao1-1/+1
Change-Id: I197cb58963370009e5ac237ae783694649ad3415 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-19db by toolZhangZihao2-13/+16
Change-Id: Ice7559bf89b79a1cf284eb94e23140406d97b0df Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-13tools codeZhangZihao20-20/+951
Change-Id: Ic562e7689255ce06dfdb793e38fab077b7cf3641 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-03Merge "dbs modify code"Vijay Venkatesh Kumar6-28/+87
2019-11-03Merge "dbs ui code"Vijay Venkatesh Kumar24-990/+1326
2019-10-27dbs modify codeZhangZihao6-28/+87
Change-Id: I87f0a339382354fa9ca6cbded9d1403a234f39f4 Issue-ID: DCAEGEN2-1622 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-10-25dbs ui codeZhangZihao24-990/+1326
Change-Id: I7e4c2501ba8437394cff6355671755e53071f2a3 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-10-24Replace hard-coded IP address with host nameGuobiao Mo1-1/+1
Issue-ID: DCAEGEN2-1637 Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-10-14kafka uiZhangZihao21-108/+1175
Change-Id: Ie87c3ab9506230a8ef75cfbb33d1909f8b3b29c9 Issue-ID: DCAEGEN2-1631 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