From e1ad7937780fad440a5649121b49e9a4fde47f22 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 5 Jan 2015 12:44:44 +0530 Subject: [PATCH 01/12] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 7296498..286dfbe 100755 --- a/test.js +++ b/test.js @@ -31,7 +31,7 @@ describe("Persistence", function () { var response = res.body; expect(response.created).to.equal(false); response = response.returnObj; - response.should.have.property("name", "doobie"); + response.should.have.property("name", "dobie"); done(); }); }); From 3b83ecdff4d6e0f6869488659f53ff26376162f9 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 5 Jan 2015 13:07:14 +0530 Subject: [PATCH 02/12] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 286dfbe..7296498 100755 --- a/test.js +++ b/test.js @@ -31,7 +31,7 @@ describe("Persistence", function () { var response = res.body; expect(response.created).to.equal(false); response = response.returnObj; - response.should.have.property("name", "dobie"); + response.should.have.property("name", "doobie"); done(); }); }); From 460833164e3a660e07dbcda7dce4b601b05e69f6 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 7 Jan 2015 15:23:58 +0530 Subject: [PATCH 03/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5f9625a..870e16a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -41,5 +41,5 @@ after_script: - echo $BUILD_URL archive: true - +build_image: shippable/minv2:beta #cache: true From 20380999a481a22737dbf86e17ce0b1467095da4 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 14 Jan 2015 14:19:06 +0530 Subject: [PATCH 04/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 870e16a..3322d43 100755 --- a/shippable.yml +++ b/shippable.yml @@ -41,5 +41,5 @@ after_script: - echo $BUILD_URL archive: true -build_image: shippable/minv2:beta +#build_image: shippable/minv2:beta #cache: true From 67e50e4b93119b268142f1bb585c55e0f217c217 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 19 Jan 2015 13:01:54 +0530 Subject: [PATCH 05/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3322d43..870e16a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -41,5 +41,5 @@ after_script: - echo $BUILD_URL archive: true -#build_image: shippable/minv2:beta +build_image: shippable/minv2:beta #cache: true From be7c63d96e3a0d868d1d3881a19bcabfeb57556b Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 29 Jan 2015 16:46:34 +0530 Subject: [PATCH 06/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 870e16a..3322d43 100755 --- a/shippable.yml +++ b/shippable.yml @@ -41,5 +41,5 @@ after_script: - echo $BUILD_URL archive: true -build_image: shippable/minv2:beta +#build_image: shippable/minv2:beta #cache: true From 4ac627f3ed2a1151b7f47c00c70a4cb4fe1c9ed0 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 5 Mar 2015 17:49:23 +0530 Subject: [PATCH 07/12] [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d94909..48d66ea 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Node.js CouchDB Sample ================= + Implements a simple web application using CouchDB, with tests. Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. From afae341c9b11dd3d5941a80e080b3c0006e116b7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Apr 2015 12:06:34 +0530 Subject: [PATCH 08/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3322d43..5a58024 100755 --- a/shippable.yml +++ b/shippable.yml @@ -42,4 +42,4 @@ after_script: archive: true #build_image: shippable/minv2:beta -#cache: true +cache: true From 95d04ef553e12d77354e2bf877d2ea4399437c63 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Apr 2015 12:09:35 +0530 Subject: [PATCH 09/12] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5a58024..419082d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,7 +4,7 @@ language: node_js # Version number node_js: - 0.10.31 - - 0.11 +# - 0.11 # CouchDB binds to 127.0.0.1 by default services: From 5e7caa932a48336995c30948e74ce83122adda02 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 13 May 2015 11:02:59 +0530 Subject: [PATCH 10/12] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 419082d..8a8adaa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -31,7 +31,6 @@ script: - echo $LAST_SUCCESSFUL_BUILD_TIMESTAMP - echo $key1 and $key2 - # Tell istanbul to generate a coverage report after_script: - echo $key From 85d8afcb764b18a3ffef40c4f4e7d68244c81eeb Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 14 May 2015 11:45:47 +0530 Subject: [PATCH 11/12] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d66ea..9e798fe 100755 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ Implements a simple web application using CouchDB, with tests. Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. This sample is built for Shippable, a docker based continuous integration and deployment platform. -[![Build Status](https://api.shippable.com/projects/54aa3515d46935d5fbc17450/badge?branchName=master)](https://app.shippable.com/projects/54aa3515d46935d5fbc17450/builds/latest) + + +[![Build Status](https://api.shippable.com/projects/54d9cce25ab6cc13528b686e/badge?branchName=master)](https://app.shippable.com/projects/54d9cce25ab6cc13528b686e/builds/latest) From 734c0ea00a4f0388366d66af9aa05f2c6ac68a2d Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 25 Jun 2015 13:11:09 +0530 Subject: [PATCH 12/12] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9e798fe..c8e6761 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ Node.js CouchDB Sample ================= - Implements a simple web application using CouchDB, with tests. Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. @@ -9,4 +8,3 @@ Uses Grunt to run tests against an Express server, then generates reports with X This sample is built for Shippable, a docker based continuous integration and deployment platform. -[![Build Status](https://api.shippable.com/projects/54d9cce25ab6cc13528b686e/badge?branchName=master)](https://app.shippable.com/projects/54d9cce25ab6cc13528b686e/builds/latest)