Commit Graph

67 Commits

Author SHA1 Message Date
Nick Gauthier ca4b97443e Version 0.20.0: Cucumber 0.8.5 support 2010-08-20 15:45:51 -04:00
Nick Gauthier d4f1bf59d2 cucumber 0.8.5 and warmsnake (experimental) 2010-08-20 15:43:56 -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 2b387cabb2 Version 0.19.3: hybrid task setup with t.serial 2010-07-08 10:46:14 -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 c1ed4ec12a Version 0.19.1: added worker events. fixed deadlock bug. warn when env is development. 2010-06-18 13:39:16 -04:00
Nick Gauthier ae2895b6fc Version 0.19.0
* Cleaned up synchronization (sskirby)
* ERB in YAML files (raldred)
* Fix to work with current therubyracer
2010-06-07 11:36:45 -04:00
Nick Gauthier e1783268cb Merge branch 'master' of http://github.com/sskirby/hydra into sskirby 2010-06-07 11:22:15 -04:00
Nick Gauthier c08bf86e0a Version 0.18.0: JSLint support 2010-05-28 10:59:03 -04:00
Nick Gauthier 727871117c cleaned up js output 2010-05-28 10:51:27 -04:00
Nick Gauthier c7d7be6ed2 testing javascript files with jslint 2010-05-28 10:38:58 -04:00
Sean Kirby 3500388765 merged with ngauthier master 2010-05-10 16:23:27 -04:00
Nick Gauthier 969f834440 Version 0.17.0: Profiling support 2010-05-10 14:24:00 -04:00
Nick Gauthier 4ad5a1ed3d added profiling tasks 2010-05-10 14:22:25 -04:00
Sean Kirby 7821852a52 refactored out the Rsync functionality of the Master into the Sync class and added a rake task to invoke syncing 2010-04-30 19:03:43 -04:00
Nick Gauthier 60c2d7344b Version 0.16.7: better mysql and postgres deadlock detection 2010-04-28 15:05:41 -04:00
Nick Gauthier 2f874f1f1b postgres and mysql specific deadlock detection 2010-04-28 15:05:03 -04:00
Nick Gauthier 42a3fa834b Version 0.16.6: Deadlock retry 2010-04-22 16:04:32 -04:00
Nick Gauthier 7853940813 Version 0.16.5: RSpec tests no longer fail when there is a pending spec. Thanks @rud! 2010-04-20 10:27:51 -04:00
Nick Gauthier 9068de745d Version 0.16.4: patch to safe_fork to catch when the user has no connection before forking 2010-04-19 13:10:29 -04:00
Nick Gauthier 3c71985196 Version 0.16.3: ActiveRecord concurrency 2010-04-19 10:28:13 -04:00
Nick Gauthier a6847107ad added activerecord concurrency to safe_fork 2010-04-19 10:27:44 -04:00
Nick Gauthier 283ebbf8d6 Version 0.16.2: fixed Rspec success detection. Thanks @joshuaclayton! 2010-04-11 11:03:44 -04:00
Nick Gauthier 85627c5749 Version 0.16.1: fix to Test::Unit after RSpec support 2010-04-06 10:14:03 -04:00
Nick Gauthier bf8c75dfe3 extracted the spec override from the formatter and change the requirement style so as not to kill test::unit files 2010-04-06 10:13:32 -04:00
Nick Gauthier 65f01fe08d added rspec and cucumber development dependencies 2010-04-05 17:22:03 -04:00
Nick Gauthier 38d6b6803e Version 0.16.0: Rspec support 2010-04-04 21:38:42 -04:00
Nick Gauthier 38044943c3 runs rspec, but slowly because spec_helper keeps getting reloaded 2010-04-04 14:07:27 -04:00
Nick Gauthier b831522a47 almost done with rspec integration. rspec is still running its at_exit 2010-04-03 21:43:35 -04:00
Nick Gauthier b11d522f0d Version 0.15.1: Hydra can now run more than one cucumber feature file per runner 2010-03-31 11:06:15 -04:00
Nick Gauthier 1de1b0f2f9 fixed cucumber feature loading to support more than one feature file per runner 2010-03-31 11:05:42 -04:00
Nick Gauthier 5d5a7a2a33 Version 0.15.0: Cucumber Support: The pickle has landed 2010-03-30 13:45:41 -04:00
Nick Gauthier 2fd871ed9b cucumber support 2010-03-30 13:45:10 -04:00
Nick Gauthier 24f550f62c Version 0.14.1 small patch to chang progress bar output 2010-03-25 14:38:30 -04:00
Nick Gauthier d000a61419 Version 0.14.0 ProgressBar and Notifier listeners. ProgressBar is now the default 2010-03-25 14:36:27 -04:00
Nick Gauthier 96f4a2195d added progressbar listener and made it the new default 2010-03-25 14:35:21 -04:00
Nick Gauthier 02cd1ee662 added notifier listener and documentation on listener customization 2010-03-25 13:52:40 -04:00
Nick Gauthier 11f69fe9ba Version 0.13.0: Event listener infrastructure 2010-03-25 12:22:02 -04:00
Nick Gauthier 2f2919c156 added even listeners, and replaced output and reporting system with listeners 2010-03-25 12:15:01 -04:00
Nick Gauthier 41c7c17318 Version 0.12.0 : Automatically sorts files by their run time to run the longest ones first. See Hydra::TestTask rdoc for opt-out options 2010-02-18 13:11:48 -05:00
Nick Gauthier 559e236d86 autosort files by historical time. 2010-02-18 13:11:00 -05:00
Nick Gauthier 4cccecc92f Version 0.11.0 : Reports on tests available through rake task (see rdoc for Hydra::TestTask) 2010-02-17 16:29:15 -05:00
Nick Gauthier 5931f2f980 reports on test times 2010-02-17 16:28:32 -05:00
Nick Gauthier 336eec7d9a Version v0.10.3 : Users can specify the order in which files will be run 2010-02-16 16:38:08 -05:00
Nick Gauthier 60842f10f9 Version 0.10.2 : Reduced restrictions on config file 2010-02-10 14:49:32 -05:00
Nick Gauthier bf9f918052 Version 0.10.1 fixed some output bugs to yield cleaner output 2010-02-10 14:03:47 -05:00
Nick Gauthier e123d76508 Version 0.10.0 Remote and Global Tasks 2010-02-10 11:45:22 -05:00
Nick Gauthier 6544e9eec3 Remote and Global tasks 2010-02-10 11:38:06 -05:00
Nick Gauthier 9b428bcf95 Version 0.9.0 Rsync synchronization 2010-02-09 15:41:19 -05:00