Commit Graph

  • 476491f2aa why is rake locked to that master John Bintz 2012-02-01 12:17:23 -0500
  • b25fe51eda only run ssh runners if there are files to run remotely, and fix kernel.select to work even better John Bintz 2011-09-25 10:39:29 -0400
  • 5ef29ee43e even better timeout handling for ssh pipes John Bintz 2011-09-25 10:11:06 -0400
  • 16809a69dc prevent catastrophic failures John Bintz 2011-08-31 17:24:43 -0400
  • 95cbf09313 whoa all the tests pass John Bintz 2011-08-31 15:12:47 -0400
  • 3f75c9fb76 even more test fixes, this almost works... John Bintz 2011-08-31 14:40:58 -0400
  • 236de8be1a support providing a timeout to rsync for slower connections John Bintz 2011-08-31 12:17:52 -0400
  • 265cb5021a more work on tests John Bintz 2011-08-31 11:42:56 -0400
  • c88f16b7a2 make remote tasks a lot simpler John Bintz 2011-08-31 07:00:22 -0400
  • 0685b5436f make config reading a global thing John Bintz 2011-08-30 07:21:03 -0400
  • 06387cb1e6 use bundler, rails 3 style John Bintz 2011-08-27 15:20:59 -0400
  • 94b73ee426 set an rsync timeout, and trying to get the tests to run John Bintz 2011-08-23 07:01:48 -0400
  • ff803d6d3a obey rspec backtrace cleaner on errors John Bintz 2011-08-07 13:03:36 -0400
  • bde81449dc gemfile John Bintz 2011-08-05 15:40:39 -0400
  • b11f54e1d9 whatever John Bintz 2011-08-04 20:57:52 -0400
  • e365c08940 rspec messages working now John Bintz 2011-08-04 18:01:29 -0400
  • 890858e40b clear enough of rspec to work John Bintz 2011-08-04 17:00:03 -0400
  • 1f5f494edc trap errors even better John Bintz 2011-08-04 16:11:58 -0400
  • 02c050a9f4 trap errors even better John Bintz 2011-08-04 16:09:28 -0400
  • 86d9ff7fc5 trap errors better John Bintz 2011-08-04 16:06:28 -0400
  • c8ade6557e more modern rspec fixes John Bintz 2011-08-04 16:03:08 -0400
  • 61eecdf2b8 make pending specs look like successes John Bintz 2011-08-04 14:29:27 -0400
  • 15dbca2ee3 actually get it working with modern rspec John Bintz 2011-08-04 13:36:48 -0400
  • 2c79435c2f move test/unit stuff elsewhere John Bintz 2011-08-03 18:36:03 -0400
  • f5c82a727a Merge branch 'master' of git://github.com/dereke/hydra into dereke-master Nick Gauthier 2011-08-03 16:41:46 -0400
  • d5a79b9b74 Merge pull request #51 from clemensp/master Nick Gauthier 2011-08-02 10:41:25 -0700
  • eb0faf7514 add pass/fail info to hydra_heuristics.yml Clemens Park 2011-08-02 13:07:49 -0400
  • ee44109a1b properly failing the run if a cucumber file has an error Derek Ekins 2011-07-28 12:19:47 +0100
  • 8fccb4132e added option to change output path of report Derek Ekins 2011-07-19 09:38:19 +0100
  • a5ed377e13 improved the way that cucumber is called no longer relying on internal api Derek Ekins 2011-07-18 17:14:41 +0100
  • 455fa3674f results directory is now relative to directory tests are executed in Derek Ekins 2011-07-18 10:29:50 +0100
  • b4efbd2d50 initial stab at providing pretty html reports also added ability to provide cucumber options but is ugly at the moment Derek Ekins 2011-07-15 15:51:44 +0100
  • a9dbf8fda3 Merge pull request #45 from arturopie/runners-event Nick Gauthier 2011-06-06 09:11:13 -0700
  • 5f0b8dc4a5 Added functionality to handle unexpected termination when using local worker Arturo Pie 2011-06-06 11:44:12 -0400
  • 8a536781b2 Added a default runner log, and a test Arturo Pie 2011-06-06 11:02:24 -0400
  • 0d4a1238f9 Implemented the runners log functionality. It needs to handle the case when an invalid path is given Arturo Pie 2011-06-05 23:52:59 -0400
  • 49dfd644b8 Sig Hup was implemented Arturo Pie 2011-06-03 18:51:36 -0400
  • d6ff3ea5d2 Some fixes to the tests and removed some commented-out code Arturo Pie 2011-06-02 15:02:58 -0400
  • 5bd2e5f323 Fixed indentation in master_test and a runner test Arturo Pie 2011-06-02 14:18:54 -0400
  • f8e7b6d0db Merge pull request #44 from mirell/master Nick Gauthier 2011-06-02 07:47:30 -0700
  • 692c8cf790 redirecting some ugly output when running tests Arturo Pie 2011-06-01 17:29:45 -0400
  • 5c68763612 Parse Cucumber environment configuration options Mark A. Miller 2011-06-01 16:03:37 -0500
  • 3a613ef1b2 Removed the class methods Arturo Pie 2011-06-01 16:45:31 -0400
  • 7c001ab485 Runner events implemented. Added at_exit hook to make sure runner_end is fired on abnormal termination Arturo Pie 2011-06-01 12:45:43 -0400
  • 2648c3679f Two runner events implemented and tested at runner level Arturo Pie 2011-05-30 18:08:50 -0400
  • b51bb8c136 Some refactoring and added .rvmrc to .gitignore Arturo Pie 2011-05-30 13:40:44 -0400
  • 88c07f864f Merge pull request #40 from arturopie/master Nick Gauthier 2011-05-20 06:42:08 -0700
  • 139b96f434 Running time report was added Arturo Pie 2011-05-19 16:42:57 -0400
  • 0d1f0f5f9e Merged pull request #38 from sskirby/remote_command. Nick Gauthier 2011-04-26 12:40:26 -0700
  • 3fd2a7ae64 Merged pull request #37 from sskirby/stack_overflow. Nick Gauthier 2011-04-26 12:39:07 -0700
  • 3ca3f1cd24 Added test for RemoteTasks that run arbitrary commands Arturo 2011-04-26 15:33:14 -0400
  • beae81621d Added ability to run arbitrary commands on remote machines (useful for updating bundles!) Sean Kirby 2011-04-26 12:18:21 -0400
  • 78ae8eace6 Fixed stack overflow when runners produce a lot of non-Hydra console output. Arturo 2011-04-26 11:08:15 -0400
  • a9a0845b19 fixed stack overflows that could happen when a large number of runners run tests that output a lot to the console when ssh testing Sean Kirby 2010-10-29 18:30:06 -0400
  • b89a60d897 Version bump to 0.23.3 v0.23.3 Nick Gauthier 2011-03-22 19:26:49 -0400
  • 430c7f9a59 Merge branch 'master' of git://github.com/Dishwasha/hydra into Dishwasha-master Nick Gauthier 2011-03-22 19:23:02 -0400
  • 51af3385ea added gem statements so we don't need a gemset Nick Gauthier 2011-03-22 19:22:12 -0400
  • 52e06ccffc Fixed issue where tasks weren't detecting rails environment. This caused cucumber tests to be run in test environment instead of cucumber. Figured the easiest thing to due was allow the environment to be specified in the rake task itself via t.environment = Ethan Waldo 2011-02-08 11:38:13 -0600
  • 248221f5c7 removed warmsnake binary. moved to hydra-console gem Nick Gauthier 2010-11-03 10:25:13 -0400
  • ba2d10c629 Version 0.23.2: SSH worker fixes. Thanks sskirby! v0.23.2 Nick Gauthier 2010-11-03 09:18:06 -0400
  • ca3bfd8543 Version bump to 0.23.2 Nick Gauthier 2010-11-03 09:16:54 -0400
  • fbd1e9f6e2 Added more meaningful output when a test dies before it can be run Sean Kirby 2010-08-29 01:17:26 -0400
  • db33cc8e56 Fixed runner crash if a test file cannot properly be required. This can happen for instance when two test classes have the same name but different super classes. Sean Kirby 2010-08-27 22:35:11 -0400
  • 9e449918a4 Version 0.23.1: fix to rspec autorun override v0.23.1 Nick Gauthier 2010-10-25 14:23:46 -0400
  • 5773f3f629 Version bump to 0.23.1 Nick Gauthier 2010-10-25 14:15:18 -0400
  • 80a119b350 fixed hydra rspec autorun override Nick Gauthier 2010-10-25 14:14:58 -0400
  • e97c65ea78 Version 0.23.0: Cucumber 0.9.2 support v0.23.0 Nick Gauthier 2010-10-22 16:14:43 -0400
  • 29a3836cdf Version bump to 0.23.0 Nick Gauthier 2010-10-22 16:11:38 -0400
  • dd25eac997 bumped cucumber version requirement Nick Gauthier 2010-10-22 16:11:22 -0400
  • 3faf03e15b step mother is no more in cucumber 0.9.0 refactor the cucumber loading Rob Aldred 2010-09-29 14:59:32 +0100
  • 304fbb9c85 Merge branch 'master' of github.com:ngauthier/hydra v0.22.2 Nick Gauthier 2010-09-07 14:26:59 -0400
  • d943670878 Version 0.21.1: RAILS_ENV deprecated v0.21.1 Nick Gauthier 2010-09-07 14:25:12 -0400
  • 0b6e5fb45a Version bump to 0.21.1 Nick Gauthier 2010-09-07 14:24:52 -0400
  • 5f4bf365ba using new Rails.env Nick Gauthier 2010-09-07 14:24:14 -0400
  • 0e8c80b588 Version 0.22.1: Proper exit status returned v0.22.1 Nick Gauthier 2010-09-02 16:34:03 -0500
  • e77d1a9710 Version bump to 0.22.1 Nick Gauthier 2010-09-02 16:33:09 -0500
  • d47f53d897 access to master's failed files. proper exit status via rake. Nick Gauthier 2010-09-02 16:33:03 -0500
  • fcad8a27cc Version 0.22.0: Worker preload file. OSX tmpdir fix. Thanks @weplay v0.22.0 Nick Gauthier 2010-09-02 16:12:03 -0500
  • 88053b32ae Version bump to 0.22.0 Nick Gauthier 2010-09-02 16:11:32 -0500
  • 3fd1401513 Merge branch 'weplay' Nick Gauthier 2010-09-02 16:08:08 -0500
  • b800ddfc20 updated license Nick Gauthier 2010-09-02 14:50:09 -0500
  • 0aa2f1de7f warmsnake docs Nick Gauthier 2010-08-24 09:52:16 -0400
  • a9b9b09853 cleaned up test suite. allowed warmsnake to be run Nick Gauthier 2010-08-24 09:50:25 -0400
  • 4fa7cc2b69 Version 0.21.0: Rspec 2.0 beta support v0.21.0 Nick Gauthier 2010-08-23 14:43:18 -0400
  • d00d342cd7 Version bump to 0.21.0 Nick Gauthier 2010-08-23 14:42:56 -0400
  • 05410b1af5 rspec 2.0 support Nick Gauthier 2010-08-23 14:42:51 -0400
  • ca4b97443e Version 0.20.0: Cucumber 0.8.5 support v0.20.0 Nick Gauthier 2010-08-20 15:45:51 -0400
  • 85bdc061a9 Version bump to 0.20.0 Nick Gauthier 2010-08-20 15:44:10 -0400
  • d4f1bf59d2 cucumber 0.8.5 and warmsnake (experimental) Nick Gauthier 2010-08-20 15:43:56 -0400
  • cc23eb35c4 added in warmsnake binary spike. p.s.: lol. Nick Gauthier 2010-08-04 16:54:37 -0400
  • 7fe96ecc70 Version 0.19.4: hydra's progressbar is now R-G colorblind friendly. Thanks @ccahoon v0.19.4 Nick Gauthier 2010-07-08 10:58:32 -0400
  • 973e529a86 Version bump to 0.19.4 Nick Gauthier 2010-07-08 10:57:32 -0400
  • 33ed55b432 Progress bar uses darker red and green. Chris Cahoon 2010-07-08 10:49:21 -0400
  • 2b387cabb2 Version 0.19.3: hybrid task setup with t.serial v0.19.3 Nick Gauthier 2010-07-08 10:46:14 -0400
  • e488ed454d Version bump to 0.19.3 Nick Gauthier 2010-07-08 10:45:37 -0400
  • 5f55baba19 added t.serial task option. moved rails env check to task run instead of definition Nick Gauthier 2010-07-08 10:45:25 -0400
  • 2774881e7d Version 0.19.2: removed glitchy incomplete file printout. updated therubyracer support Nick Gauthier 2010-06-18 13:56:32 -0400
  • 66232c6634 Version bump to 0.19.2 Nick Gauthier 2010-06-18 13:55:57 -0400
  • da1d3f9d44 removed incomplete file dump since it glitches for local workers and runners. patched to work with latest therubyracer Nick Gauthier 2010-06-18 13:55:48 -0400
  • c1ed4ec12a Version 0.19.1: added worker events. fixed deadlock bug. warn when env is development. Nick Gauthier 2010-06-18 13:39:16 -0400