From ad93bce951c7191b94f1f76e2d941d6964026daa Mon Sep 17 00:00:00 2001 From: bkatwal Date: Fri, 30 Oct 2020 11:23:55 +0530 Subject: [PATCH 1/5] ci --- .gitlab-ci.yml => .gitlab-ci.yml2 | 0 .travis.yml | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename .gitlab-ci.yml => .gitlab-ci.yml2 (100%) create mode 100644 .travis.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml2 similarity index 100% rename from .gitlab-ci.yml rename to .gitlab-ci.yml2 diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9b1dc37 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: java +jdk: + - openjdk8 + +sudo: false # faster builds + +notification: + email: bikas.katwal10@gmail.com + +# This is to enable CodeCov's coverage +# If a build is successful, the code is submitted for coverage analysis +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file From 07283e64b463450b889b1b9dca5454456f401bf8 Mon Sep 17 00:00:00 2001 From: bkatwal Date: Fri, 30 Oct 2020 11:32:55 +0530 Subject: [PATCH 2/5] ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dfb7c2..79aaeef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### GitLab [![build status](https://gitlab.com/bikas.katwal10/kafka-solr-sink-connector/badges/master/build.svg)](https://gitlab.com/bikas.katwal10/kafka-solr-sink-connector/pipelines) +[![Build Status](https://travis-ci.com/github/bkatwal/kafka-solr-sink-connector.png)](https://travis-ci.com/github/bkatwal/kafka-solr-sink-connector) # kafka-solr-sink-connector This is simple Java based solr sink kafka connector, that takes plain json data from kafka topic and push to solr, both solr cloud and standalone mode supported. From cd6314ea0bab2824b3dcbc8aba57f7135d8505d9 Mon Sep 17 00:00:00 2001 From: bkatwal Date: Fri, 30 Oct 2020 11:34:04 +0530 Subject: [PATCH 3/5] ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79aaeef..ac6c8f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/github/bkatwal/kafka-solr-sink-connector.png)](https://travis-ci.com/github/bkatwal/kafka-solr-sink-connector) +[![Build Status](https://travis-ci.com/bkatwal/kafka-solr-sink-connector.png)](https://travis-ci.com/github/kafka-solr-sink-connector) # kafka-solr-sink-connector This is simple Java based solr sink kafka connector, that takes plain json data from kafka topic and push to solr, both solr cloud and standalone mode supported. From 7e4f6a96e56b174a6c40cff144d996aaf02801f0 Mon Sep 17 00:00:00 2001 From: bkatwal Date: Fri, 30 Oct 2020 11:39:38 +0530 Subject: [PATCH 4/5] ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6c8f8..f03f813 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/bkatwal/kafka-solr-sink-connector.png)](https://travis-ci.com/github/kafka-solr-sink-connector) +[![Build Status](https://travis-ci.com/bkatwal/kafka-solr-sink-connector.svg?branch=master)](https://travis-ci.com/bkatwal/kafka-solr-sink-connector) # kafka-solr-sink-connector This is simple Java based solr sink kafka connector, that takes plain json data from kafka topic and push to solr, both solr cloud and standalone mode supported. From 7324ef8297303eb66cb9523455e98f6ae4472fce Mon Sep 17 00:00:00 2001 From: bkatwal Date: Fri, 30 Oct 2020 19:05:01 +0530 Subject: [PATCH 5/5] ci --- manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1f729d8..441f00b 100644 --- a/manifest.json +++ b/manifest.json @@ -23,8 +23,6 @@ } ], - "logo": "", - "name": "kafka-solr-sink-connector", "owner": { @@ -39,7 +37,6 @@ ], "support": { - "logo": "", "provider_name": "Bikas Katwal", "summary": "We provide full support for this connector", "url": "https://github.com/bkatwal"