From f34ac450bfcdab6e868a25f77903cc18df53e97a Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 12 Sep 2014 10:58:31 -0700 Subject: [PATCH 01/18] Update shippable.yml --- shippable.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index a0cfef27..7bd1bfbd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,8 +21,3 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py -branches: - except: - - master - - From 39b5f8bb2c7eb155d70d00fc058ac9ac922015b4 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 12 Sep 2014 11:00:19 -0700 Subject: [PATCH 02/18] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 7bd1bfbd..a61d656c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,3 +21,5 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py +notifications: + - email: false From 7b3f2ba72ae221d6eea43eccc5ca17ac004368c0 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 12 Sep 2014 12:08:01 -0700 Subject: [PATCH 03/18] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index a61d656c..7b771086 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,3 +23,4 @@ script: notifications: - email: false + From a71bb34e30c69924513c3cd2f61ece2252cdb1c6 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Oct 2014 14:52:01 -0700 Subject: [PATCH 04/18] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 7b771086..a61d656c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,4 +23,3 @@ script: notifications: - email: false - From 6b36f2171de1404ee21c923baf3a7355f24ca5de Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Oct 2014 14:55:50 -0700 Subject: [PATCH 05/18] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index a61d656c..7b771086 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,3 +23,4 @@ script: notifications: - email: false + From db305b4207724f6f226d3bb5c83826d518fbe884 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Oct 2014 14:56:52 -0700 Subject: [PATCH 06/18] [shippable new build status flow] --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 7b771086..a61d656c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,4 +23,3 @@ script: notifications: - email: false - From 0dabc6a179d2d748d73d138f50ec83b24612a53a Mon Sep 17 00:00:00 2001 From: a-murphy Date: Tue, 3 Mar 2015 17:27:04 -0800 Subject: [PATCH 07/18] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a61d656c..406d10a8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,8 +11,8 @@ python: install: - pip install -r requirements.txt -# Make folders for the reports before_script: + # Make folders for the reports - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage From e759d7a1ed7c0db1c896670c7d852041d9360860 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 23 Mar 2015 15:32:13 -0700 Subject: [PATCH 08/18] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 406d10a8..22a7022f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,3 +23,5 @@ script: notifications: - email: false + +archive: true From 886670eda7a866468005237feb6c49c99d1c18b4 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 30 Apr 2015 13:23:46 -0700 Subject: [PATCH 09/18] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 22a7022f..23981a39 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,3 +25,5 @@ notifications: - email: false archive: true +cache: true +commit_container: amurphy/sample_python From a5528366054c1fe11e242e0560ac1662607d91dd Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 30 Apr 2015 13:42:06 -0700 Subject: [PATCH 10/18] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 23981a39..bb085295 100755 --- a/shippable.yml +++ b/shippable.yml @@ -27,3 +27,4 @@ notifications: archive: true cache: true commit_container: amurphy/sample_python +build_image: amurphy/sample_python:new-test.18.1 From d8614192c1e0538b17cbce9ab0ebc75f8a0c4f40 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 30 Apr 2015 14:17:47 -0700 Subject: [PATCH 11/18] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index bb085295..dd389226 100755 --- a/shippable.yml +++ b/shippable.yml @@ -27,4 +27,4 @@ notifications: archive: true cache: true commit_container: amurphy/sample_python -build_image: amurphy/sample_python:new-test.18.1 +build_image: amurphy/sample_python:latest From f021d0527a299ee1ee676a0399c838e4a44b1098 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Tue, 26 May 2015 17:41:30 -0700 Subject: [PATCH 12/18] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index dd389226..c4e173bd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: java +language: python python: - 2.6 From 3a19d79ef632d2025eda6c781edab9290a0702e2 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sun, 14 Jun 2015 10:05:37 -0700 Subject: [PATCH 13/18] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index c4e173bd..2807e93b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,7 +24,7 @@ script: notifications: - email: false -archive: true + cache: true commit_container: amurphy/sample_python build_image: amurphy/sample_python:latest From f5dfab6863b1f46db9240d6c4d742e661560993e Mon Sep 17 00:00:00 2001 From: Aidan Murphy Date: Fri, 31 Jul 2015 15:51:18 -0700 Subject: [PATCH 14/18] test --- test.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..e69de29b From 84dd0be1b51cf6df079e4d9efffe840912e15ac4 Mon Sep 17 00:00:00 2001 From: Aidan Murphy Date: Fri, 31 Jul 2015 15:58:47 -0700 Subject: [PATCH 15/18] commit --- othertest.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 othertest.txt diff --git a/othertest.txt b/othertest.txt new file mode 100644 index 00000000..e69de29b From d9a5e985ebfc121bca7e84e34a2845926b25026e Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 12 Nov 2015 11:11:13 -0800 Subject: [PATCH 16/18] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 2807e93b..98737026 100755 --- a/shippable.yml +++ b/shippable.yml @@ -22,7 +22,7 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py notifications: - - email: false + - email: aidan@shippable.com cache: true From de43893457c2597eb61db49c0df6849dc044f010 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 12 Nov 2015 11:13:35 -0800 Subject: [PATCH 17/18] Update shippable.yml --- shippable.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 98737026..d46d9a81 100755 --- a/shippable.yml +++ b/shippable.yml @@ -22,7 +22,11 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py notifications: - - email: aidan@shippable.com + - email: + - on_success: 'always' + - on_failure: 'always' + - recipients: + - aidan@shippable.com cache: true From e732ebc1824094e86be46c1d0cef68aa88c48805 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 12 Nov 2015 11:45:26 -0800 Subject: [PATCH 18/18] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index d46d9a81..a8690232 100755 --- a/shippable.yml +++ b/shippable.yml @@ -22,11 +22,11 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py notifications: - - email: - - on_success: 'always' - - on_failure: 'always' - - recipients: - - aidan@shippable.com + email: + on_success: 'always' + on_failure: 'always' + recipients: + - aidan@shippable.com cache: true