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

23 commits

Author SHA1 Message Date
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
Lee Hambley
d8325fbb10 Add newlines to the end of all files.
git ls-files | xargs sed -i '' -e '$a\'
2013-04-02 21:20:32 +02:00
Lee Hambley
92bf8df157 Tweak version number handling, and update changelog and version number, releasing prerelease as I want the contributors to test theis before it goes mainline 2011-06-25 14:34:56 +02:00
Lee Hambley
ee13e9b1a3 * Applying patch from Rafa G. for #126 2010-02-14 15:41:07 +01:00
Jamis Buck
e53e1fbdc2 Add -t (--tools) switch for showing a tool-friendly task listing 2008-11-07 13:22:51 -07:00
Geoffrey Grosenbach
0dd68b268d Updated -T option to take a pattern that matches against fully_qualified_name, like Rake. 2008-11-07 12:22:43 -07:00
Mathias Meyer
96cb5ab7e7 added ability to list only task in a specified namespace 2008-10-15 23:10:57 -06:00
Jamis Buck
d558838408 tests all pass under Ruby 1.9 2008-09-06 16:11:16 -06:00
Jamis Buck
bd38197661 Auto-convert arguments to -S and -s to integer, boolean, etc. if they look convertable 2008-08-21 21:14:27 -06:00
Paul Gross
7279a3858e Added a dry-run option to see what commands will be run without actually running them 2008-07-19 17:18:05 -05:00
Ryan McGeary
192d8e41e4 Improved test coverage for debug cli option 2008-05-10 19:07:44 -04:00
Jamis Buck
61808dd6e0 fix tests and update changelog [#3 tagged:committed state:resolved] 2008-05-05 08:46:46 -06:00
Jamis Buck
b4bd52826c fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00
Jamis Buck
468cc8682c Added support for :on_error => :continue in task definitions, allowing tasks to effectively ignore connection and execution errors that occur as they run
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-28 03:14:37 +00:00
Jamis Buck
14378caa67 Added support for load and exit callbacks, which get invoked when all recipes have been loaded and when all requested tasks have been executed
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6709 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-09 05:24:21 +00:00
Jamis Buck
90e9dc1880 Added support for start and finish callbacks, which get invoked when any task is called via the command-line
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-09 05:14:37 +00:00
Jamis Buck
656991fd8d add a more verbose help option
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6490 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-29 21:31:20 +00:00
Jamis Buck
0b42b7ee87 Added -F flag to make it easier to load the default config even when other files are explicitly given
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6472 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-27 14:17:01 +00:00
Jamis Buck
9cd7ba4d5d search back up the directory tree for the default capfile if one is not found in the current directory
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6457 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-24 21:12:36 +00:00
Jamis Buck
0e5600f1c9 Don't show tasks with blank descriptions, or with the [internal] tag in their descriptions, in the task list unless verbose listing is requested.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6414 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-13 15:09:54 +00:00
Jamis Buck
3b79481659 Make sure the CLI components integrate nicely. Make sure the Configuration components integrate nicely.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 21:34:35 +00:00
Jamis Buck
b8a1698d39 add some more tests to bring code coverage up
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6319 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 21:09:37 +00:00
Jamis Buck
bdef53cbfd Refactored CLI stuff. Improved help system.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6313 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 18:19:26 +00:00