From a5bda0c94c30cccb045c9af308e958197f1c8d75 Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Wed, 9 Nov 2016 16:41:03 -0500 Subject: [PATCH 1/7] Added travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff3bd5dd8..2ce5f1b0df 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Overview +## Overview [![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd) Herd is big data governance for the cloud. The herd unified data catalog helps separate compute from storage in the cloud. Herd job orchestration manages your ETL and analytics processes while tracking all data in the catalog. Here is a quick summary of features: From 16f0cc7bb382350d6606ca0ccaebd613bae1ad84 Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Tue, 13 Dec 2016 14:51:55 -0500 Subject: [PATCH 2/7] Added Apache badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce5f1b0df..11fd486b3b 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -## Overview [![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd) +## Overview + +[![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd) +[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/FINRAOS/herd/blob/master/LICENSE) Herd is big data governance for the cloud. The herd unified data catalog helps separate compute from storage in the cloud. Herd job orchestration manages your ETL and analytics processes while tracking all data in the catalog. Here is a quick summary of features: From 0892256fbd5b19fb15d524b78376b482a0285443 Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Tue, 13 Dec 2016 14:53:51 -0500 Subject: [PATCH 3/7] Added CodeCov support --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1627132a6a..83a39c73c0 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,5 @@ install: - npm install -g bower script: - mvn clean install -q 2> /dev/null +after_success: + - bash <(curl -s https://codecov.io/bash) From 8f45acb2930794d47687ca0f934e5900ab20b8ba Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Tue, 13 Dec 2016 14:58:06 -0500 Subject: [PATCH 4/7] Fix for Surefire VM terminating on Travis --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index eb1717604f..b842c7e35f 100755 --- a/pom.xml +++ b/pom.xml @@ -877,6 +877,11 @@ org.apache.maven.plugins maven-surefire-plugin ${maven.surefire.plugin.version} + + 3 + true + -Xmx1024m -XX:MaxPermSize=256m + org.apache.maven.plugins From 79276fbdf609e57d78834a1bb3eaf15db24151de Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Wed, 14 Dec 2016 15:53:52 -0500 Subject: [PATCH 5/7] Fix for Travis CI VM crashes --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b842c7e35f..c6f12ee9c9 100755 --- a/pom.xml +++ b/pom.xml @@ -878,9 +878,9 @@ maven-surefire-plugin ${maven.surefire.plugin.version} - 3 - true - -Xmx1024m -XX:MaxPermSize=256m + -Xms512m -Xmx1500m + methods + pertest From b187fce0ef9ce91a4227ed0b3ee8b3989622f43b Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Wed, 14 Dec 2016 16:03:20 -0500 Subject: [PATCH 6/7] Experimenting with Surefire plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c6f12ee9c9..8e0acfb7df 100755 --- a/pom.xml +++ b/pom.xml @@ -879,8 +879,8 @@ ${maven.surefire.plugin.version} -Xms512m -Xmx1500m - methods - pertest + true + true From ecdbbef4b33d7011a32b2f0f8a3ec32690bfd772 Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Thu, 15 Dec 2016 13:32:56 -0500 Subject: [PATCH 7/7] Added CodeCov badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11fd486b3b..49f8153148 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ## Overview [![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd) -[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/FINRAOS/herd/blob/master/LICENSE) +[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/FINRAOS/herd/blob/master/LICENSE) +[![codecov](https://codecov.io/gh/kusid/herd/branch/master/graph/badge.svg)](https://codecov.io/gh/kusid/herd) Herd is big data governance for the cloud. The herd unified data catalog helps separate compute from storage in the cloud. Herd job orchestration manages your ETL and analytics processes while tracking all data in the catalog. Here is a quick summary of features: