1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Hemant Kumar
a08fe0d67d Fix parallel command execution logging parallely - GH434
Also add unit tests that reproduce the problem
2013-04-25 14:04:57 +05:30
Lee Hambley
4acea20beb Strip trailing whitespace from all files
(That is [spaceliteraltab] to type a tab on the CLI do Ctrl+v, tab)

    git ls-files | xargs sed -i '' -e 's/[    ]*$//' ]'
2013-04-02 21:20:33 +02:00
Roy Liu
3ed9053add Let the Gemfile rake dependency be the latest version 2013-01-20 20:24:08 -05:00
Lee Hambley
6b9650c90a Fix GH #153, do not depend on ruby-debugger 2012-02-20 21:42:47 +01:00
Andrew Nesbitt
5084cf98c3 Fixed development dependency of rake to 0.8.7, a test fails on 0.9.2 2011-08-23 21:38:19 +01:00
Lee Hambley
dd21c0f819 Release 2.7.0
A fairly substantial release. There are fixes so that current_release
works
during dry-runs, (although, apparently still not with bundler.)

The test-suite was also modified to work with Ruby 1.9.2, except in one
case
where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes
an
error. 1.9.x has always been supported, but due to lack of maintenance
on my
part the tests didn't ever pass.

The `start`, `stop` and `restart` tasks have been reduced to mere hooks
into
which extensions can define their own functionality.

The `readme` was also slightly improved, simply tweaks to express how
best to
run the test suite.

* Ensure dry-run works with `:current_release` variable (Carol Nichols)
* Added a new variable `:git_submodules_recursive`, setting the value to
* false
will ensure Git doesn't recursively initialize and checkout submodules.
(Konstantin Kudryashov)
* Added an additional task option, `:on_no_matching_servers`, setting
* the
value to `:continue` will ensure tasks with no matched servers continue
without error, instead of raising `Capistrano::NoMatchingServersError`
as was
the previous behaviour. (Chris Griego)

A huge thanks to all contributors, as always!

Remember: @capistranorb on twitter for news.
2011-08-03 02:11:19 +02:00
Lee Hambley
f1d91f3b89 Merge all changes, and patch-up the test suite 2011-06-25 14:19:58 +02:00
Ben Langfeld
87cd4da19a Use gemspec/Gemfile setup recommended by Bundler 2011-04-06 09:58:32 +01:00
Lee Hambley
e0e954bfc0 Changelog tweaks, and documentation relating to 2.5.20 2011-03-16 20:26:42 +01:00
Lee Hambley
0bb0c8ac53 Preparing the 2.5.20 release, no Jeweler dependency, basic Gemfile, and tests fixed. I have also just noticed that our tests don't pass, even though the system works under 1.9.2-p0 2010-10-06 14:04:58 +02:00