From 98aba7fad7bf5258922b3dd5041326ae4e995122 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 13 Dec 2012 13:06:45 +0100 Subject: [PATCH 001/138] test From 15e6a6011236c0a11df6462658a74bb76ecefb67 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 13 Dec 2012 13:16:25 +0100 Subject: [PATCH 002/138] test From 0e4a6731f55f1e744d4a3271c93aec1edef6d811 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 13 Dec 2012 13:17:48 +0100 Subject: [PATCH 003/138] Remove after_test --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4ddfa0..2f47e68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: after_script: - "echo 'After script'" + - printenv after_success: - "echo 'After success'" @@ -32,11 +33,6 @@ after_success: after_failure: - "echo 'After failure'" -after_test: - - "echo 'Yupi'" - - "echo 'Splendid'" - - printenv - # env: # global: # - FOO: bar From cea7533cc3711a1260f19994804f83e86637fe95 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 14 Dec 2012 13:56:10 +0100 Subject: [PATCH 004/138] test From 6b2c44c52efe7493714bdd846d5da4037a2de581 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 14 Dec 2012 15:31:15 +0100 Subject: [PATCH 005/138] Flood log with dots --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 194395c..e5ac9f9 100644 --- a/Rakefile +++ b/Rakefile @@ -7,6 +7,8 @@ task :test do end puts '' + puts '.' * 100000 + puts "\u001b[31mhow deep is your love, " 1.upto 20 do sleep 0.3 From 0a6a6a26158a96e72d7e61cef9e2ed1df36fdcff Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 14 Dec 2012 15:51:12 +0100 Subject: [PATCH 006/138] test From 55e716795c62410f181cf8230287ed050f7a6c70 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 14 Dec 2012 15:53:32 +0100 Subject: [PATCH 007/138] test From b6b2435c1a153e478d8c2830b49c919c938bc89a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 17 Dec 2012 19:58:30 +0100 Subject: [PATCH 008/138] More slow dots --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e5ac9f9..9fbdbd0 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require 'rake' # we need rake!! task :test do - 1.upto 20 do + 1.upto 100 do print '.' sleep 0.1 end From 9637148dc8dabee0233e372acf94b0ea42b9b547 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 18 Dec 2012 01:40:28 +0100 Subject: [PATCH 009/138] Enable testing gh-pages --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f47e68..5dc30db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: ruby rvm: - 1.9.3 branches: - only: master + only: + - master + - gh-pages notifications: email: false irc: From cd858b9de1fa3562e0b071fba6a5e301d46af9a0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 19 Dec 2012 16:51:46 +0100 Subject: [PATCH 010/138] test From f26dc1e915fd8d8cbffa061c849451c14a8494ce Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 20 Dec 2012 21:06:17 +0100 Subject: [PATCH 011/138] test From 729d6f216e7593899f866b654f6fd4d6414b4ae2 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 20 Dec 2012 21:16:08 +0100 Subject: [PATCH 012/138] test From 62619d1f146068a66e32bba1c7dbe2a8529c4e35 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 20 Dec 2012 21:44:57 +0100 Subject: [PATCH 013/138] test From d9a9643b8c998c3d52145cf4e8511212cab30dbe Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 20 Dec 2012 22:23:38 +0100 Subject: [PATCH 014/138] test From b32c0184188344aa21343e53cfa8a41d53aec79b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 20 Dec 2012 22:44:34 +0100 Subject: [PATCH 015/138] test From 6e3d0e45b85af77c0aa9007b5a1689e64c1dc802 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 00:53:57 +0100 Subject: [PATCH 016/138] test From 0952f44474e1c4b6ba858875f4050b875379b1a2 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 00:55:08 +0100 Subject: [PATCH 017/138] test From 339b46db29563718c23d28517db08ade1d9767bd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 16:37:40 +0100 Subject: [PATCH 018/138] test From 0193c9a1f5628c4e95f736de11654dcbb25f1250 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 21:07:21 +0100 Subject: [PATCH 019/138] Campfire notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5dc30db..8f6ae91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ notifications: template: "[STAGING] %{repository} (%{commit}) %{build_url} : %{message}" flowdock: e533e9b0984a1cc7650579ab7aaab158 hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI" + campfire: + on_success: 'always' + on_failure: 'always' + rooms: + - secure: "wsimFvFeiaecL+H6f/c4omWkuU/fPnHPZMclWGkZUU6AGNpphuodyPJnFI63\nvGsIlcNcTTVUi0smmQJIVV3jQT9nU/Dr3ULodPD7Wj0NX6kkRFqAGgBJEZ1f\n/NwAlRXxg+Sx3HlGIUitsxILLGJ4lCWVRPPj7Ux63HRaA/MEWSs=" webhooks: urls: http://requestb.in/1guktrt1 on_start: always From d3ee53a394fd244adef6e0b288c0e57bfb95a1f7 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 21:58:14 +0100 Subject: [PATCH 020/138] test From 8b750cbd14711b2356d7b364ddf6afe422e8d5b5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 22:02:16 +0100 Subject: [PATCH 021/138] Add encrypted ENV variable --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f6ae91..a1df853 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ script: - rake before_script: + - "echo $FOO" - "echo 'Before script'" - "sudo service postgresql restart" @@ -40,6 +41,6 @@ after_success: after_failure: - "echo 'After failure'" -# env: -# global: -# - FOO: bar +env: + global: + - secure: "XNC/pocPK7h1Ti+ZROAwTtnQpupAVjhMVY4nDMJvYLCaNnLyu37HqgLJcUm4\ns4+WKVz38MNOKnCWSBQyqdmc8YnfIl8Lm91ulAFJGRdTwCF5CEYeOy50TpqL\nhbgJUDDIi7xZq/WfIQKNoMUcXoJnwap37TKQhTr8ojnRnLMsOC4=" From 72f08a70ec7d838b7834be09743857493a551284 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 22:05:02 +0100 Subject: [PATCH 022/138] test From 6d679019fed929f9b226135de7e50178e39537c5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:02:07 +0100 Subject: [PATCH 023/138] test From f0b098444ec87cdc9b92d5d3b30d7c67d398a694 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:12:30 +0100 Subject: [PATCH 024/138] test From 3a33adb5c56dddbe99ce1b6bbaf1f0c46a053c68 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:14:48 +0100 Subject: [PATCH 025/138] test From 400eac30c2119d065062a37dfa5d40d01faceb79 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:20:26 +0100 Subject: [PATCH 026/138] test From b036e98587c1e3ed108e50064d251272b939d95e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:26:54 +0100 Subject: [PATCH 027/138] test From 8805ac2418dadf6a7fac2064ff92195f41e616d8 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:31:06 +0100 Subject: [PATCH 028/138] test From ff16585ea92b5e42beb8face01977902be6d4250 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:56:48 +0100 Subject: [PATCH 029/138] test From a84fe1314e470dfb3124155541d98cf5f78f6add Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 23:58:00 +0100 Subject: [PATCH 030/138] test From 8936cc3ccde58ce6049a332e5c179045ee94b253 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 22 Dec 2012 00:01:24 +0100 Subject: [PATCH 031/138] test From 593734049c0a1f7cbb58d097bf7c9b646b1c1e09 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 22 Dec 2012 01:45:03 +0100 Subject: [PATCH 032/138] test From 46b4ff5249238afb01eee5fd664b316d4882da24 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Sat, 22 Dec 2012 13:19:59 +0100 Subject: [PATCH 033/138] Update .travis.yml disable notifications --- .travis.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1df853..2da9cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,20 +7,20 @@ branches: - gh-pages notifications: email: false - irc: - channels: "irc.freenode.org#travisstaging" - template: "[STAGING] %{repository} (%{commit}) %{build_url} : %{message}" - flowdock: e533e9b0984a1cc7650579ab7aaab158 - hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI" - campfire: - on_success: 'always' - on_failure: 'always' - rooms: - - secure: "wsimFvFeiaecL+H6f/c4omWkuU/fPnHPZMclWGkZUU6AGNpphuodyPJnFI63\nvGsIlcNcTTVUi0smmQJIVV3jQT9nU/Dr3ULodPD7Wj0NX6kkRFqAGgBJEZ1f\n/NwAlRXxg+Sx3HlGIUitsxILLGJ4lCWVRPPj7Ux63HRaA/MEWSs=" - webhooks: - urls: http://requestb.in/1guktrt1 - on_start: always - on_finish: always + # irc: + # channels: "irc.freenode.org#travisstaging" + # template: "[STAGING] %{repository} (%{commit}) %{build_url} : %{message}" + # flowdock: e533e9b0984a1cc7650579ab7aaab158 + # hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI" + # campfire: + # on_success: 'always' + # on_failure: 'always' + # rooms: + # - secure: "wsimFvFeiaecL+H6f/c4omWkuU/fPnHPZMclWGkZUU6AGNpphuodyPJnFI63\nvGsIlcNcTTVUi0smmQJIVV3jQT9nU/Dr3ULodPD7Wj0NX6kkRFqAGgBJEZ1f\n/NwAlRXxg+Sx3HlGIUitsxILLGJ4lCWVRPPj7Ux63HRaA/MEWSs=" + # webhooks: + # urls: http://requestb.in/1guktrt1 + # on_start: always + # on_finish: always script: # - bundle exec rspec spec From cd966d69432de0f429220f4ef003e613ea7c53ab Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 14 Jan 2013 18:03:19 +0100 Subject: [PATCH 034/138] test From 2d1d738f0f93e39ca5d8fbbb88ae180f06b60e9d Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Fri, 18 Jan 2013 16:20:16 +0100 Subject: [PATCH 035/138] Update Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9fbdbd0..9b2c3d7 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ task :test do end puts '' - puts '.' * 100000 + puts '.' * 100 puts "\u001b[31mhow deep is your love, " 1.upto 20 do From 1732effa0870a95ce23c8901a79230ee0fd5af1b Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 3 Feb 2013 15:58:03 +1300 Subject: [PATCH 036/138] I hear Svens got a lovely bunch of coconuts --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2da9cf6..33f8bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ notifications: script: # - bundle exec rspec spec - rake + - echo "Svens got a lovely bunch of coconuts" before_script: - "echo $FOO" From c2b4576b8b2727e09db30e3b9bce27add0d99e2e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:38:56 +0100 Subject: [PATCH 037/138] test From d5a09531320fe9cfc1d5fd289ceebd2b80a11bee Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:41:21 +0100 Subject: [PATCH 038/138] test From f4711b166057dfe326be9be846f0f508b64ecf8b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:47:55 +0100 Subject: [PATCH 039/138] test From d7544125f8f91de54e31f5e7c17719dcab2d06b8 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:53:27 +0100 Subject: [PATCH 040/138] test From 2d1bc67456699993684ebf299b81ee6e2cd62baf Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:55:40 +0100 Subject: [PATCH 041/138] test From 46f2d717b03d8c721cedfe4278476290c6aa0d07 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 19:57:53 +0100 Subject: [PATCH 042/138] test From 98fecc767cb7450d14ddfc8c199e39a190b214aa Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 20:00:24 +0100 Subject: [PATCH 043/138] test From bfc68ff1a0d7c0b956b73f4c9457d8fa0d94cc8a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 20:53:06 +0100 Subject: [PATCH 044/138] test From aebabbbc0458a6a1014be4fdb8097b8245258896 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 20:56:46 +0100 Subject: [PATCH 045/138] test From 908b8e3f58803e250a9ece61cf61b2b444adb922 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 21:00:45 +0100 Subject: [PATCH 046/138] test From 7efc00e815ba6e0599c5c825f4a68f07c3af67e1 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 21:30:41 +0100 Subject: [PATCH 047/138] test From a2f65942e5bd66bae175ac189cb05792b4352d42 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 3 Feb 2013 22:17:02 +0100 Subject: [PATCH 048/138] test From 194923f94fe6d75a41aa7dd19b7cfd4b737f49fb Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Feb 2013 15:09:58 +0100 Subject: [PATCH 049/138] test From e3614bfe0134949070960a22dd4b0f78d447f2b0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Feb 2013 15:10:22 +0100 Subject: [PATCH 050/138] test From 6e3d0c59b0068e224845bc6b7be7bf68002c4a1c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Feb 2013 15:24:52 +0100 Subject: [PATCH 051/138] test From 69d61379b1cd35ee1e7a1b8525bdaf60e83a7028 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 13:31:52 +0100 Subject: [PATCH 052/138] test From ac8a4d86f6ae1510bf0879e257a071ed2aa04c7c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 14:06:06 +0100 Subject: [PATCH 053/138] test From 989c9c5915e3943ef6a450deb63d84091085fbcc Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 14:08:09 +0100 Subject: [PATCH 054/138] test From a554df3c5b2baade8ecbdd03c386e2bb2a4bde11 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 14:08:51 +0100 Subject: [PATCH 055/138] test From 07ef425ff43f9e6f2db674c7429a7b7becd6dff5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 14:13:22 +0100 Subject: [PATCH 056/138] test From d8964b76b390e9582956f141b3356e61405ee8e9 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 14:15:02 +0100 Subject: [PATCH 057/138] test From 2f901ece793859a67ae48c6640990a938ba415f0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 19:05:36 +0100 Subject: [PATCH 058/138] test From ad05bbe860cdb395503486995353a7cb92087780 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 19:06:38 +0100 Subject: [PATCH 059/138] test From 4c62642e0cc69f8ac7d7f3c257675ad4e1d0f3bb Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 5 Feb 2013 19:23:49 +0100 Subject: [PATCH 060/138] test From ff1f7ee7a8a5d6bde9d10c43a853f5608accc266 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 13:45:04 +0100 Subject: [PATCH 061/138] test From 01416267139fa05481208d05ca5877096a4ed15b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 14:24:44 +0100 Subject: [PATCH 062/138] test From 2abb90c5cfe234cf96b914467ef232675035bff3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:03:42 +0100 Subject: [PATCH 063/138] test From a9cc394798c3766ee58e537d68261780886a235d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:04:51 +0100 Subject: [PATCH 064/138] test From 5c2488f7b8d3370b11a36471266b947111124784 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:04:55 +0100 Subject: [PATCH 065/138] test From 2aac8075d7d6b02ee8f2f1b83d6ca8e042bafb8f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:04:59 +0100 Subject: [PATCH 066/138] test From 693b055efe2d7a6dc4beff23e2b3dfa9b946fd30 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:05:04 +0100 Subject: [PATCH 067/138] test From 447d0b26083dc76940477d2bc0ad5e1d11898c36 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:05:11 +0100 Subject: [PATCH 068/138] test From ae569b46f00a6054653c9e6425350720ca774fc5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:58:22 +0100 Subject: [PATCH 069/138] test From 37281852641594a18c691852fc59b085ef3f7f8c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:58:27 +0100 Subject: [PATCH 070/138] test From f3f50c38b03d33b9fc2dca0d3d58b4a1c21310bc Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:58:31 +0100 Subject: [PATCH 071/138] test From fe9bde2759523f63b9b0bd504ae3f909ee33e95e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:58:35 +0100 Subject: [PATCH 072/138] test From 041aa29b5f2e1186157418b1c89f4a593689601a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Feb 2013 15:58:38 +0100 Subject: [PATCH 073/138] test From a66658df444d8fd2dee43908d4682524184a4a2d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 8 Feb 2013 22:03:07 +0100 Subject: [PATCH 074/138] test From 5ab591735c391ac7b27787b8f320edd642fa1afd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 8 Feb 2013 22:04:06 +0100 Subject: [PATCH 075/138] test From 6f1d144ccd77fb5e76e0c3534ad9ba24beab8605 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 8 Feb 2013 22:11:19 +0100 Subject: [PATCH 076/138] test From e50b4de81f912564872382601998cd886d6d4b26 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 10 Feb 2013 00:03:43 +0100 Subject: [PATCH 077/138] test From 0f10fe76f3a1c0ac71df8caeb7452a09558a5c22 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 10 Feb 2013 00:05:06 +0100 Subject: [PATCH 078/138] test From dbfc7c90b9143a711e395eac9859f8cee0371f9a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 00:56:16 +0100 Subject: [PATCH 079/138] Long log is long --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 9b2c3d7..3889bfe 100644 --- a/Rakefile +++ b/Rakefile @@ -7,6 +7,9 @@ task :test do end puts '' + 30000.times do |i| + puts "This log will be very long and will most likely freeze the browser :( (#{i})" + end puts '.' * 100 puts "\u001b[31mhow deep is your love, " From b5366a6115a7f5ccbaf62585466652e10873bcdf Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 01:07:42 +0100 Subject: [PATCH 080/138] test From 40c2ba756c4c380934ebcd53f89298f8ecfb0d39 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 03:08:44 +0100 Subject: [PATCH 081/138] Long log is long --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3889bfe..c3bfb10 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ task :test do end puts '' - 30000.times do |i| + 50000.times do |i| puts "This log will be very long and will most likely freeze the browser :( (#{i})" end puts '.' * 100 From 2a154a047e404a4452630bfa376bea5dea5d494f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 03:11:23 +0100 Subject: [PATCH 082/138] test From 9c867b8f7009ad747dd8bbdb0c81c06e4f9ff14b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 18 Feb 2013 13:11:04 +0100 Subject: [PATCH 083/138] Test secure env vars --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33f8bc9..090ccfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ after_failure: env: global: - - secure: "XNC/pocPK7h1Ti+ZROAwTtnQpupAVjhMVY4nDMJvYLCaNnLyu37HqgLJcUm4\ns4+WKVz38MNOKnCWSBQyqdmc8YnfIl8Lm91ulAFJGRdTwCF5CEYeOy50TpqL\nhbgJUDDIi7xZq/WfIQKNoMUcXoJnwap37TKQhTr8ojnRnLMsOC4=" + - secure: "JHG1MTxDt3+a8Pee/qPLSq0n1z4S5TrV4+Zmy3OVMqJY6+45wMu4BB0gru89\nOPWQwe0ifm8IHehP5pUeqQegBAyUm9Iz6iDkL2nxcL0tPQe1rmFB9GrL2mmC\nxeoIgN7m5eJmgzhSJAfIXoHDr79sJx5DQnrc971C/xrA8nZHQoU=" From 78f9e1246b1afc9c89ce97ed1edfe0379ea00499 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Thu, 21 Feb 2013 23:14:24 +0100 Subject: [PATCH 084/138] Shorter log --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index c3bfb10..943c7fc 100644 --- a/Rakefile +++ b/Rakefile @@ -7,9 +7,9 @@ task :test do end puts '' - 50000.times do |i| - puts "This log will be very long and will most likely freeze the browser :( (#{i})" - end + # 50000.times do |i| + # puts "This log will be very long and will most likely freeze the browser :( (#{i})" + # end puts '.' * 100 puts "\u001b[31mhow deep is your love, " From c0acedd0e319ce2a25ae990390f69c920b5456a6 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Sun, 24 Feb 2013 18:50:35 +0100 Subject: [PATCH 085/138] Create log_output.rb --- log_output.rb | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 log_output.rb diff --git a/log_output.rb b/log_output.rb new file mode 100644 index 0000000..f899912 --- /dev/null +++ b/log_output.rb @@ -0,0 +1,64 @@ +puts 'progress on one same line (faster)' +1.upto(200) do |i| + print "#{i}|"; sleep(0.025) +end + +puts; puts +puts 'progress on one same line (slower)' +1.upto(20) do |i| + print "#{i}|"; sleep(0.5) +end + +puts; puts +puts 'separate lines (faster)' +1.upto(100) do |i| + puts "line #{i}"; sleep(0.025) +end + +puts; puts +puts 'separate lines (faster)' +1.upto(20) do |i| + puts "line #{i}"; sleep(0.5) +end + +codes = { + fmt: { + nil => 'no format', + 1 => 'bold', + 3 => 'italic', + 4 => 'underline', + }, + fg: { + nil => 'no foreground', + 30 => 'fg-black', + 33 => 'fg-yellow', + 90 => 'fg-grey', + }, + bg: { + nil => 'no background', + 40 => 'bg-black', + 41 => 'bg-red', + 42 => 'bg-green', + 44 => 'bg-blue', + 47 => 'bg-white' + } +} + +puts; puts +puts 'ansi' + +order = [:bg, :fg, :fmt] +keys = codes[order[0]].keys.product(codes[order[1]].keys).product(codes[order[2]].keys) +string = keys.map do |keys| + keys = keys.flatten + next if keys[0] == keys[1] + stuff = order.zip(keys) + string = stuff.map { |type, key| codes[type][key] }.join(', ') + format = stuff.map { |type, key| "\033[#{key}m" if key }.compact.join + "#{format}#{string}\033[0m" +end.compact.join("\n") + +string.scan(/.{1,50}/m).each do |chunk| + print chunk + sleep(0.1) +end From 53866f0f9960c61b0d4f7cd9db2290742a4c8af2 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Sun, 24 Feb 2013 18:51:38 +0100 Subject: [PATCH 086/138] Update Rakefile --- Rakefile | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/Rakefile b/Rakefile index 943c7fc..566f3bc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,27 +1,28 @@ require 'rake' # we need rake!! task :test do - 1.upto 100 do - print '.' - sleep 0.1 - end - puts '' - - # 50000.times do |i| - # puts "This log will be very long and will most likely freeze the browser :( (#{i})" + load 'log_output.rb' + # 1.upto 100 do + # print '.' + # sleep 0.1 # end - puts '.' * 100 + # puts '' + + # # 50000.times do |i| + # # puts "This log will be very long and will most likely freeze the browser :( (#{i})" + # # end + # puts '.' * 100 - puts "\u001b[31mhow deep is your love, " - 1.upto 20 do - sleep 0.3 - puts 'your love, ' - $stdout.flush - end - puts "how deep is your love, i really need to know\u001b[0m", '' - #sleep 3 - puts 'about 500 miles, and about 500 more' - exit 1 + # puts "\u001b[31mhow deep is your love, " + # 1.upto 20 do + # sleep 0.3 + # puts 'your love, ' + # $stdout.flush + # end + # puts "how deep is your love, i really need to know\u001b[0m", '' + # #sleep 3 + # puts 'about 500 miles, and about 500 more' + # exit 1 end task :default => :test From 0e8d2fb85f29da288487c2f0826b057928def1c5 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 27 Feb 2013 01:24:50 +0100 Subject: [PATCH 087/138] Update log_output.rb --- log_output.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/log_output.rb b/log_output.rb index f899912..a9be5e5 100644 --- a/log_output.rb +++ b/log_output.rb @@ -1,3 +1,16 @@ +puts 'simulating git fetch (compressing objects)' +1.upto(99) do |i| + print "remote: Compressing objects: #{i.to_s.rjust(3)}% (1/34) \e[K\r" +end +print "remote: Compressing objects: 100% (1/1), done.\e[K\r\n" + +puts 'simulating git fetch (unpacking objects)' +1.upto(99) do |i| + print "remote: Unpacking objects: #{i.to_s.rjust(3)}% (1/43) \r" +end +print "remote: Unpacking objects: 100% (1/43) \r\n" +puts + puts 'progress on one same line (faster)' 1.upto(200) do |i| print "#{i}|"; sleep(0.025) From 2c9e1404c3733c0999932329c62a6e3453741382 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 27 Feb 2013 17:18:07 +0100 Subject: [PATCH 088/138] Update log_output.rb --- log_output.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/log_output.rb b/log_output.rb index a9be5e5..71ab252 100644 --- a/log_output.rb +++ b/log_output.rb @@ -22,17 +22,17 @@ print "#{i}|"; sleep(0.5) end -puts; puts -puts 'separate lines (faster)' -1.upto(100) do |i| - puts "line #{i}"; sleep(0.025) -end +# puts; puts +# puts 'separate lines (faster)' +# 1.upto(100) do |i| +# puts "line #{i}"; sleep(0.025) +# end -puts; puts -puts 'separate lines (faster)' -1.upto(20) do |i| - puts "line #{i}"; sleep(0.5) -end +# puts; puts +# puts 'separate lines (slower)' +# 1.upto(20) do |i| +# puts "line #{i}"; sleep(0.5) +# end codes = { fmt: { From 847209d51a57d6f7b6ec1b446f36c69dca538a39 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 28 Feb 2013 15:42:33 +0100 Subject: [PATCH 089/138] test From 6b8016f0e9e2ab2a5c447bb7b43adc9846ba3bec Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 28 Feb 2013 15:43:37 +0100 Subject: [PATCH 090/138] test From 3b64cf3e6b4adfa02ecc4fa339446faebeae29ad Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 28 Feb 2013 15:44:49 +0100 Subject: [PATCH 091/138] test From 635296957e078f54edabcde32a39c687018513cf Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 16:59:57 +0100 Subject: [PATCH 092/138] Add a lot of dots --- log_output.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log_output.rb b/log_output.rb index 71ab252..705b810 100644 --- a/log_output.rb +++ b/log_output.rb @@ -75,3 +75,5 @@ print chunk sleep(0.1) end + +puts "." * 100_000 From 21af1428a16383d07f0d74301af619d893474b22 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:07:46 +0100 Subject: [PATCH 093/138] test From 57e590eaac45585d444cd534ea8d12ed88f36988 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:12:02 +0100 Subject: [PATCH 094/138] test From 7494e985eb8c04ebeb0615c71f8cce244ea944e0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:15:27 +0100 Subject: [PATCH 095/138] test From 799c78f7fce15e73b05256428fe23aa10ce9881c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:19:44 +0100 Subject: [PATCH 096/138] test From 2cdc480a4a5b1850d054209db89660d8d291741b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:22:20 +0100 Subject: [PATCH 097/138] test From 62ddf728854dddd353bc002a9baeeeda34070c21 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:24:41 +0100 Subject: [PATCH 098/138] test From 2893e6f6c4f8e326692c31e14c43a98eb0abb4b1 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:25:10 +0100 Subject: [PATCH 099/138] ZOMG, even more dots --- log_output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log_output.rb b/log_output.rb index 705b810..86c863d 100644 --- a/log_output.rb +++ b/log_output.rb @@ -76,4 +76,4 @@ sleep(0.1) end -puts "." * 100_000 +puts "." * 1_000_000 From d7d537a731ebbd9f6b773ed03c0a195c7a417448 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:27:53 +0100 Subject: [PATCH 100/138] test From bae5474a9d501bd59466c5b965e574092fae8003 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:34:55 +0100 Subject: [PATCH 101/138] test From 41bcaa9728ddbb0a7b8427d43227fd94eda95aa4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:38:39 +0100 Subject: [PATCH 102/138] no dots --- log_output.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/log_output.rb b/log_output.rb index 86c863d..71ab252 100644 --- a/log_output.rb +++ b/log_output.rb @@ -75,5 +75,3 @@ print chunk sleep(0.1) end - -puts "." * 1_000_000 From 2eba807ba934e82ac448a63093db643b3f8fc834 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 4 Mar 2013 17:56:08 +0100 Subject: [PATCH 103/138] test From 976f170a84079489d599642f10da5172388e5680 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:33 +0100 Subject: [PATCH 104/138] test From de1a5895a9da0530c2605579c8c9d985d117e651 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:38 +0100 Subject: [PATCH 105/138] test From f5c1a49cd554ecd97e6ff863f4f0220200651ccf Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:42 +0100 Subject: [PATCH 106/138] test From 59a55e63dcbda43f5a8e45bbf0cbade22e108c31 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:45 +0100 Subject: [PATCH 107/138] test From e1e56c066093a86a1f127d61de277ff0a343c84b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:49 +0100 Subject: [PATCH 108/138] test From c90093d87d3f68ce6adbab7c0fd32990e7d01885 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sat, 9 Mar 2013 22:40:53 +0100 Subject: [PATCH 109/138] test From b911b313ec606ac9d2262e121b4bd932f8ee16c5 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 13 Mar 2013 00:51:30 +0100 Subject: [PATCH 110/138] Update log_output.rb --- log_output.rb | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/log_output.rb b/log_output.rb index 71ab252..b77b1e8 100644 --- a/log_output.rb +++ b/log_output.rb @@ -1,15 +1,17 @@ -puts 'simulating git fetch (compressing objects)' -1.upto(99) do |i| - print "remote: Compressing objects: #{i.to_s.rjust(3)}% (1/34) \e[K\r" -end -print "remote: Compressing objects: 100% (1/1), done.\e[K\r\n" +git clone https://github.com/travis-repos/test-project-1.git -puts 'simulating git fetch (unpacking objects)' -1.upto(99) do |i| - print "remote: Unpacking objects: #{i.to_s.rjust(3)}% (1/43) \r" -end -print "remote: Unpacking objects: 100% (1/43) \r\n" -puts +# puts 'simulating git fetch (compressing objects)' +# 1.upto(99) do |i| +# print "remote: Compressing objects: #{i.to_s.rjust(3)}% (1/34) \e[K\r" +# end +# print "remote: Compressing objects: 100% (1/1), done.\e[K\r\n" + +# puts 'simulating git fetch (unpacking objects)' +# 1.upto(99) do |i| +# print "remote: Unpacking objects: #{i.to_s.rjust(3)}% (1/43) \r" +# end +# print "remote: Unpacking objects: 100% (1/43) \r\n" +# puts puts 'progress on one same line (faster)' 1.upto(200) do |i| From bf0a29a1ff068a3c0e54ec2ec5d93c9e6ae9efe4 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 13 Mar 2013 00:59:09 +0100 Subject: [PATCH 111/138] Update log_output.rb --- log_output.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/log_output.rb b/log_output.rb index b77b1e8..d6365c3 100644 --- a/log_output.rb +++ b/log_output.rb @@ -1,5 +1,3 @@ -git clone https://github.com/travis-repos/test-project-1.git - # puts 'simulating git fetch (compressing objects)' # 1.upto(99) do |i| # print "remote: Compressing objects: #{i.to_s.rjust(3)}% (1/34) \e[K\r" From 2b684645d037c363ac86ab283806c189049f7b48 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 13 Mar 2013 00:59:39 +0100 Subject: [PATCH 112/138] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 090ccfe..b7d2eff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ notifications: script: # - bundle exec rspec spec + - "git clone https://github.com/travis-repos/test-project-1.git" - rake - - echo "Svens got a lovely bunch of coconuts" before_script: - "echo $FOO" From 98c49afd119622af7a7a480fbff9d3fc2a600073 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 25 Mar 2013 13:50:47 +0100 Subject: [PATCH 113/138] test From 3a695215a3e20fb46f50b8e2367a69d6fca4a139 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 12 Apr 2013 01:45:08 +0200 Subject: [PATCH 114/138] test From 79f3bf4ddb22dd146083c20fa6741903aa1729d3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 12 Apr 2013 02:29:21 +0200 Subject: [PATCH 115/138] test From 2de6d64d2312cc7371d03afa78cf48a09e5f1746 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 12 Apr 2013 03:05:23 +0200 Subject: [PATCH 116/138] test From cac8fde7043e7d3567529d24cc58a75b71908809 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 12 Apr 2013 03:25:27 +0200 Subject: [PATCH 117/138] test From 87ff35ce5bfefc8d219dc2af7b3ea6e8545708b3 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 24 Apr 2013 19:02:07 +0300 Subject: [PATCH 118/138] Update Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 566f3bc..35c5a57 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,7 @@ require 'rake' # we need rake!! task :test do + load 'log_output.rb' # 1.upto 100 do # print '.' From dbdcb911d175e01a948250dc097d352c6f3a3b96 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Sun, 5 May 2013 14:20:10 +0300 Subject: [PATCH 119/138] Bring back Flowdock and HipChat --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7d2eff..1c6bbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ notifications: # irc: # channels: "irc.freenode.org#travisstaging" # template: "[STAGING] %{repository} (%{commit}) %{build_url} : %{message}" - # flowdock: e533e9b0984a1cc7650579ab7aaab158 - # hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI" + flowdock: e533e9b0984a1cc7650579ab7aaab158 + hipchat: "a21b28b2863acbee3ccb17da36a173@Travis CI" # campfire: # on_success: 'always' # on_failure: 'always' From cd85ad9320f2079837fa0f69d3de9f0132cee35d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 17:27:47 +0200 Subject: [PATCH 120/138] Fail --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 35c5a57..0e6f443 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,7 @@ task :test do # puts "how deep is your love, i really need to know\u001b[0m", '' # #sleep 3 # puts 'about 500 miles, and about 500 more' - # exit 1 + exit 1 end task :default => :test From 295d3a62ec64d2a1a82237ccb92657bebeb4c3fa Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 17:49:05 +0200 Subject: [PATCH 121/138] test From 60e41f8425b1d49a4b3f360351fdd33296d2f9e8 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:00:21 +0200 Subject: [PATCH 122/138] test From 0e50b652189fc63108b09dba09c8ea228d46484a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:09:43 +0200 Subject: [PATCH 123/138] test From a0a5fa22e72a43eabf7a349ee3efe80b0f065edd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:22:25 +0200 Subject: [PATCH 124/138] test From c30f63ca8a3645e4ab427b8e60ea926d741779e6 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:39:20 +0200 Subject: [PATCH 125/138] test From 9ba3918c3a43ed5f82b14d7b066c0b7099316ef9 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:39:40 +0200 Subject: [PATCH 126/138] test From 7c14de2d429a3cd59063508dd025706904fd06f3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 18:43:49 +0200 Subject: [PATCH 127/138] test From 19d7daf9abd6278a70cf44b9e206ca020b4786a4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 19:19:14 +0200 Subject: [PATCH 128/138] Pass --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0e6f443..56ad65a 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,6 @@ task :test do # puts "how deep is your love, i really need to know\u001b[0m", '' # #sleep 3 # puts 'about 500 miles, and about 500 more' - exit 1 end task :default => :test From eb5f049f56aca8e36543616cd29faddab4339437 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 19:21:15 +0200 Subject: [PATCH 129/138] test From 62027ac69e5eb1ef3b63d77a8d4ca15fea03a8ab Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 6 May 2013 19:26:17 +0200 Subject: [PATCH 130/138] test From de2a875cf2182c559a225c4be242bd73239f32c0 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sat, 18 May 2013 11:59:53 +0300 Subject: [PATCH 131/138] add an non existant gem --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 63d31a3..c808956 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source :rubygems gem 'rspec' gem 'nyan-cat-formatter' + +gem 'i-do-not-exist' From f82c85589cf0afc7b98cc659a2f22263c3c7ec6d Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Thu, 23 May 2013 23:00:09 +0300 Subject: [PATCH 132/138] remove my fake gem --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index c808956..63d31a3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,3 @@ source :rubygems gem 'rspec' gem 'nyan-cat-formatter' - -gem 'i-do-not-exist' From 1631e162190247a33d18ca440e5703b1dbe9a0d4 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Fri, 24 May 2013 09:22:00 +0200 Subject: [PATCH 133/138] more output --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 56ad65a..884b136 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rake' # we need rake!! task :test do - load 'log_output.rb' + 10.times { load 'log_output.rb' } # 1.upto 100 do # print '.' # sleep 0.1 From c43cfba0a57a807b3b7e144dc5573f537b4fb756 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Fri, 24 May 2013 10:31:07 +0300 Subject: [PATCH 134/138] Update Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 884b136..531cc0a 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rake' # we need rake!! task :test do - 10.times { load 'log_output.rb' } + 20.times { load 'log_output.rb' } # 1.upto 100 do # print '.' # sleep 0.1 From 5e30aa52e544b573f888a8d0a3bb7c8903d7d46e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 7 Jun 2013 20:11:12 +0200 Subject: [PATCH 135/138] Add secure string --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1c6bbdb..db51413 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,3 +45,5 @@ after_failure: env: global: - secure: "JHG1MTxDt3+a8Pee/qPLSq0n1z4S5TrV4+Zmy3OVMqJY6+45wMu4BB0gru89\nOPWQwe0ifm8IHehP5pUeqQegBAyUm9Iz6iDkL2nxcL0tPQe1rmFB9GrL2mmC\nxeoIgN7m5eJmgzhSJAfIXoHDr79sJx5DQnrc971C/xrA8nZHQoU=" + # SECURE_STRING=foo + - secure: "Mr30S+kPmT+tXI372+xrZI2XL7bupjm1+TvKkYr8m0Hfy7LZgZ2cg0+Yk42p\nHQvTIveo9Yceh+Rpl0hnyPv+xxxjYrnRpplQ4+ovsThU6YQaXh4pLiy4LVXC\nNUA0I7bg4iZoAajUoGcCRBuo9P50YZgclUXti/Ndc3JRv4qlFAA=" From fbcd72751bb9b75945a9aaada8c97041d153bbd3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 7 Jun 2013 20:15:54 +0200 Subject: [PATCH 136/138] test From 6ab85d4e82b0f3b241bbc411b4102958a7903d76 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 7 Jun 2013 21:13:36 +0200 Subject: [PATCH 137/138] test1 From c6d658143b6caf0a49a0fa19058457e574193dfe Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 7 Jun 2013 21:31:28 +0200 Subject: [PATCH 138/138] Not so much output --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 531cc0a..16f6a9d 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,8 @@ require 'rake' # we need rake!! task :test do - 20.times { load 'log_output.rb' } + puts 'output' + #20.times { load 'log_output.rb' } # 1.upto 100 do # print '.' # sleep 0.1