Commit Graph

295 Commits

Author SHA1 Message Date
Arturo
3ca3f1cd24 Added test for RemoteTasks that run arbitrary commands 2011-04-26 15:33:14 -04:00
Sean Kirby
beae81621d Added ability to run arbitrary commands on remote machines (useful for updating bundles!) 2011-04-26 12:18:21 -04:00
Arturo
78ae8eace6 Fixed stack overflow when runners produce a lot of non-Hydra console output. 2011-04-26 11:08:15 -04:00
Sean Kirby
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 2011-04-25 16:13:07 -04:00
Nick Gauthier
b89a60d897 Version bump to 0.23.3 2011-03-22 19:26:49 -04:00
Nick Gauthier
430c7f9a59 Merge branch 'master' of git://github.com/Dishwasha/hydra into Dishwasha-master 2011-03-22 19:23:02 -04:00
Nick Gauthier
51af3385ea added gem statements so we don't need a gemset 2011-03-22 19:22:12 -04:00
Ethan Waldo
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 = 2011-02-08 11:38:13 -06:00
Nick Gauthier
248221f5c7 removed warmsnake binary. moved to hydra-console gem 2010-11-03 10:25:13 -04:00
Nick Gauthier
ba2d10c629 Version 0.23.2: SSH worker fixes. Thanks sskirby! 2010-11-03 09:18:06 -04:00
Nick Gauthier
ca3bfd8543 Version bump to 0.23.2 2010-11-03 09:16:54 -04:00
Sean Kirby
fbd1e9f6e2 Added more meaningful output when a test dies before it can be run 2010-10-29 00:23:57 -04:00
Sean Kirby
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.
2010-10-29 00:23:57 -04:00
Nick Gauthier
9e449918a4 Version 0.23.1: fix to rspec autorun override 2010-10-25 14:23:46 -04:00
Nick Gauthier
5773f3f629 Version bump to 0.23.1 2010-10-25 14:15:18 -04:00
Nick Gauthier
80a119b350 fixed hydra rspec autorun override 2010-10-25 14:14:58 -04:00
Nick Gauthier
e97c65ea78 Version 0.23.0: Cucumber 0.9.2 support 2010-10-22 16:14:43 -04:00
Nick Gauthier
29a3836cdf Version bump to 0.23.0 2010-10-22 16:11:38 -04:00
Nick Gauthier
dd25eac997 bumped cucumber version requirement 2010-10-22 16:11:22 -04:00
Rob Aldred
3faf03e15b step mother is no more in cucumber 0.9.0
refactor the cucumber loading
2010-09-29 14:59:32 +01:00
Nick Gauthier
304fbb9c85 Merge branch 'master' of github.com:ngauthier/hydra
Conflicts:
	VERSION
	hydra.gemspec
2010-09-07 14:26:59 -04:00
Nick Gauthier
d943670878 Version 0.21.1: RAILS_ENV deprecated 2010-09-07 14:25:12 -04:00
Nick Gauthier
0b6e5fb45a Version bump to 0.21.1 2010-09-07 14:24:52 -04:00
Nick Gauthier
5f4bf365ba using new Rails.env 2010-09-07 14:24:14 -04:00
Nick Gauthier
0e8c80b588 Version 0.22.1: Proper exit status returned 2010-09-02 16:34:03 -05:00
Nick Gauthier
e77d1a9710 Version bump to 0.22.1 2010-09-02 16:33:09 -05:00
Nick Gauthier
d47f53d897 access to master's failed files. proper exit status via rake. 2010-09-02 16:33:03 -05:00
Nick Gauthier
fcad8a27cc Version 0.22.0: Worker preload file. OSX tmpdir fix. Thanks @weplay 2010-09-02 16:12:03 -05:00
Nick Gauthier
88053b32ae Version bump to 0.22.0 2010-09-02 16:11:32 -05:00
Nick Gauthier
3fd1401513 Merge branch 'weplay'
Conflicts:
	test/fixtures/write_file_alternate_spec.rb
	test/fixtures/write_file_spec.rb
2010-09-02 16:08:08 -05:00
Nick Gauthier
b800ddfc20 updated license 2010-09-02 14:50:09 -05:00
Nick Gauthier
0aa2f1de7f warmsnake docs 2010-08-24 09:52:16 -04:00
Nick Gauthier
a9b9b09853 cleaned up test suite. allowed warmsnake to be run 2010-08-24 09:50:25 -04:00
Nick Gauthier
4fa7cc2b69 Version 0.21.0: Rspec 2.0 beta support 2010-08-23 14:43:18 -04:00
Nick Gauthier
d00d342cd7 Version bump to 0.21.0 2010-08-23 14:42:56 -04:00
Nick Gauthier
05410b1af5 rspec 2.0 support 2010-08-23 14:42:51 -04:00
Nick Gauthier
ca4b97443e Version 0.20.0: Cucumber 0.8.5 support 2010-08-20 15:45:51 -04:00
Nick Gauthier
85bdc061a9 Version bump to 0.20.0 2010-08-20 15:44:10 -04:00
Nick Gauthier
d4f1bf59d2 cucumber 0.8.5 and warmsnake (experimental) 2010-08-20 15:43:56 -04:00
Nick Gauthier
cc23eb35c4 added in warmsnake binary spike. p.s.: lol. 2010-08-04 16:54:37 -04:00
Nick Gauthier
7fe96ecc70 Version 0.19.4: hydra's progressbar is now R-G colorblind friendly. Thanks @ccahoon 2010-07-08 10:58:32 -04:00
Nick Gauthier
973e529a86 Version bump to 0.19.4 2010-07-08 10:57:32 -04:00
Chris Cahoon
33ed55b432 Progress bar uses darker red and green.
This brings it in line with the red and green used in other
testing suites. It has the additional advantage of being
more useful to people with at least my particular brand
of color deficiency, which made it difficult to distinguish
the lighter red and green previously used.
2010-07-08 10:49:21 -04:00
Nick Gauthier
2b387cabb2 Version 0.19.3: hybrid task setup with t.serial 2010-07-08 10:46:14 -04:00
Nick Gauthier
e488ed454d Version bump to 0.19.3 2010-07-08 10:45:37 -04:00
Nick Gauthier
5f55baba19 added t.serial task option. moved rails env check to task run instead of definition 2010-07-08 10:45:25 -04:00
Nick Gauthier
2774881e7d Version 0.19.2: removed glitchy incomplete file printout. updated therubyracer support 2010-06-18 13:56:32 -04:00
Nick Gauthier
66232c6634 Version bump to 0.19.2 2010-06-18 13:55:57 -04:00
Nick Gauthier
da1d3f9d44 removed incomplete file dump since it glitches for local workers and runners. patched to work with latest therubyracer 2010-06-18 13:55:48 -04:00
Nick Gauthier
c1ed4ec12a Version 0.19.1: added worker events. fixed deadlock bug. warn when env is development. 2010-06-18 13:39:16 -04:00