Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/tools/capistrano/CHANGELOG


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9025 [9025] 03/14/08 03:20:08 minam Ensure that the default run options are mixed into the command options …
(edit) @8995 [8995] 03/08/08 20:19:18 minam Added :none SCM module for deploying a specific directory's contents
(edit) @8993 [8993] 03/08/08 19:07:46 minam Improved "copy" strategy, including support for local caching and pattern …
(edit) @8939 [8939] 02/28/08 03:42:55 minam version bump
(edit) @8928 [8928] 02/24/08 06:15:39 minam Fix git submodule support to init on sync (closes #11202)
(edit) @8926 [8926] 02/23/08 04:15:16 minam Add alternative server-centric role definition method
(edit) @8925 [8925] 02/23/08 04:04:27 minam Add support for password prompts for Mercurial SCM (closes #11187)
(edit) @8924 [8924] 02/22/08 04:07:16 minam Add support for :max_hosts option in task definition or run() (closes …
(edit) @8923 [8923] 02/22/08 03:38:08 minam Distributed git support for better operability with remote_cache strategy …
(edit) @8920 [8920] 02/21/08 04:44:09 minam Use a default line length in help text if line length is otherwise too …
(edit) @8919 [8919] 02/21/08 04:40:26 minam Fix incorrect reference to the 'setup' task (closes #10819)
(edit) @8918 [8918] 02/21/08 04:34:50 minam have a changelog entry with that
(edit) @8905 [8905] 02/19/08 23:39:26 minam Dynamic roles (closes #11107, thanks for the awesome patch!)
(edit) @8903 [8903] 02/19/08 23:27:38 minam Implement Bzr#next_revision so that pending changes can be reported …
(edit) @8902 [8902] 02/19/08 23:23:24 minam use a proper export command with bzr (closes #10922)
(edit) @8901 [8901] 02/19/08 23:19:53 minam use checkout instead of merge for git SCM (closes #10918)
(edit) @8761 [8761] 01/31/08 05:03:20 minam Capisrano -> Capistrano (closes #10807)
(edit) @8760 [8760] 01/31/08 05:01:20 minam Fix documentation typo (closes #10680)
(edit) @8759 [8759] 01/31/08 04:55:21 minam Add test case from #10515 to show that scm_command is honored by the git …
(edit) @8758 [8758] 01/31/08 04:44:50 minam Fail gracefully when double-colons are used to delimit namespaces (closes …
(edit) @8755 [8755] 01/30/08 06:21:49 minam Add support for :git_enable_submodules variable, to enable submodules with …
(edit) @8754 [8754] 01/30/08 05:56:23 minam If subversion asks for a password, prompt as a last resort (closes #9885)
(edit) @8753 [8753] 01/30/08 05:49:16 minam Use checkout --lightweight for bzr checkout, instead of branch (closes …
(edit) @8752 [8752] 01/30/08 05:46:07 minam make sure bzr SCM works when revision is unspecified, or is head (closes …
(edit) @8751 [8751] 01/30/08 05:39:59 minam Support p4sync_flags and p4client_root variables for Perforce SCM (closes …
(edit) @7881 [7881] 10/14/07 16:04:18 minam version bump
(edit) @7878 [7878] 10/14/07 14:34:26 minam default to 0664 instead of 0660 on upload
(edit) @7869 [7869] 10/14/07 02:38:29 minam Fix deploy:pending to query SCM for the subsequent revision so that it …
(edit) @7860 [7860] 10/13/07 16:21:09 minam Prefer 'Last Changed Rev' over 'Revision' when querying latest revision …
(edit) @7859 [7859] 10/13/07 14:22:14 minam explicitly require stringio in copy_test
(edit) @7858 [7858] 10/13/07 14:17:54 minam When Subversion#query_revision fails, give a more sane error
(edit) @7857 [7857] 10/13/07 14:10:32 minam don't run the upgrade:revisions task on non-release servers
(edit) @7696 [7696] 09/30/07 15:23:17 minam Fix cap shell to properly recognize sudo prompt (closes #9637)
(edit) @7695 [7695] 09/30/07 15:04:57 minam Git SCM module (closes #9635)
(edit) @7694 [7694] 09/30/07 14:50:32 minam Use the --password switch for subversion by default, but add …
(edit) @7393 [7393] 09/01/07 15:08:45 minam update changelog to reflect release date of 2.1 preview 1
(edit) @7391 [7391] 09/01/07 15:03:58 minam capify-generated Capfile will autoload all recipes from …
(edit) @7390 [7390] 09/01/07 14:56:00 minam Use sudo -p switch to set sudo password prompt to something predictable
(edit) @7389 [7389] 09/01/07 14:35:31 minam Allow independent configurations to require the same recipe file (closes …
(edit) @7388 [7388] 09/01/07 03:31:53 minam Set :shell to false to run a command without wrapping it in "sh -c" …
(edit) @7387 [7387] 09/01/07 03:23:51 minam Don't request a pty by default when running a command
(edit) @7386 [7386] 09/01/07 02:10:45 minam Add a "match" remote dependency method (closes #9379)
(edit) @7384 [7384] 09/01/07 01:43:29 minam Allow auth-caching of subversion credentials to be enabled (closes #9364)
(edit) @7381 [7381] 08/31/07 05:29:10 minam Don't let a task trigger itself when used as the source for an "on" hook …
(edit) @7379 [7379] 08/30/07 15:02:53 minam Avoid using the --password switch with subversion for security purposes …
(edit) @7378 [7378] 08/30/07 14:48:57 minam Add version_dir, current_dir, and shared_dir variables for naming …
(edit) @7376 [7376] 08/30/07 14:22:03 minam Use windows-safe binary reads for reading file contents (closes #9256)
(edit) @7375 [7375] 08/30/07 14:17:10 minam Add Accurev SCM support (closes #9238)
(edit) @7374 [7374] 08/30/07 14:01:33 minam use the :runner variable to determine who to sudo as for deploy:restart …
(edit) @7302 [7302] 08/10/07 14:19:42 minam Add Namespaces#top to always return a reference to the topmost namespace
(edit) @7210 [7210] 07/23/07 19:31:43 minam -q isn't really the default
(edit) @7208 [7208] 07/21/07 22:37:58 minam note the correct version and date in the changelog
(edit) @7205 [7205] 07/21/07 21:51:44 minam Make the "no matching servers" error more sane (closes #8828)
(edit) @7204 [7204] 07/21/07 21:33:43 minam Make sure the invoke task gives a sane error if the COMMAND value is …
(edit) @7203 [7203] 07/21/07 21:27:57 minam Make sure variables are conditionally set in the deploy recipes, so as not …
(edit) @7202 [7202] 07/21/07 20:47:20 minam Fix "input stream is empty" errors from HighLine on prompt
(edit) @7201 [7201] 07/21/07 19:15:58 minam Add synchronous_connect option to force connections to be established …
(edit) @7194 [7194] 07/19/07 02:49:33 minam auto-require the SSH shell service, to avoid race conditions. fix …
(edit) @7180 [7180] 07/11/07 18:52:22 minam Allow logger to be set via an accessor. Add a sleep in upload to reduce …
(edit) @7179 [7179] 07/11/07 13:17:47 minam allow $CAPISTRANO:HOST$ to be used in the filenames to the put command
(edit) @7176 [7176] 07/10/07 17:21:52 minam Allow execute_on_servers to be called without an active task again
(edit) @7175 [7175] 07/10/07 17:12:31 minam Doc corrections. Fix dependency checking for remote cache strategy.
(edit) @7166 [7166] 07/06/07 22:55:40 minam Put $stdout in sync mode so that prompts are displayed correctly
(edit) @7164 [7164] 07/06/07 22:25:39 minam Make sure deploy:check aborts if it fails
(edit) @7159 [7159] 07/01/07 14:15:41 minam Spelling correction in docs (closes #8825)
(edit) @7154 [7154] 06/29/07 03:01:28 minam version bump
(edit) @7153 [7153] 06/29/07 02:43:16 minam Don't break task descriptions on a period that appears in the middle of a …
(edit) @7145 [7145] 06/28/07 03:14:37 minam Added support for :on_error => :continue in task definitions, allowing …
(edit) @7136 [7136] 06/27/07 03:34:02 minam Use correct parameters for Logger constructor in the SCM and Strategy base …
(edit) @7135 [7135] 06/27/07 03:12:44 minam Set LC_ALL=C before querying the revision, to make sure the output is in a …
(edit) @7131 [7131] 06/27/07 02:41:26 minam Added :copy_remote_dir for :copy strategy to indicate where the file …
(edit) @7129 [7129] 06/27/07 02:21:34 minam Make the dependency code use POSIX awk syntax (closes #8689)
(edit) @7127 [7127] 06/26/07 05:11:34 minam Make variable accesses thread safe
(edit) @7114 [7114] 06/25/07 15:59:33 minam Make user input for yes/no prompts work correctly in the Mercurial module
(edit) @7113 [7113] 06/25/07 15:47:50 minam Use single quotes to escape semicolon in find command, instead of a …
(edit) @7112 [7112] 06/25/07 15:32:43 minam better quoting of reserved characters in commands
(edit) @7050 [7050] 06/17/07 20:13:08 minam Make sure Net::SSH versions prior to 1.1.0 still work
(edit) @7043 [7043] 06/17/07 14:27:47 minam Allow the :hosts and :roles keys to accept lambdas, which will be …
(edit) @7041 [7041] 06/16/07 21:17:55 minam oops, which', not whence' (no whence' in bash, but which' exists in …
(edit) @7040 [7040] 06/16/07 21:17:20 minam Use whence' (which works on both bash and vanilla sh) instead of test …
(edit) @7039 [7039] 06/16/07 21:16:05 minam Make sure the connection factory is instantiated synchronously
(edit) @7038 [7038] 06/16/07 13:51:12 minam Make sure symlink and finalize_update tasks reference the most recent …
(edit) @7036 [7036] 06/16/07 02:52:43 minam version bump
(edit) @7035 [7035] 06/16/07 02:51:28 minam CVS SCM module
(edit) @7030 [7030] 06/15/07 21:12:30 minam Fix typo in Perforce SCM module
(edit) @7024 [7024] 06/14/07 16:01:49 minam server options take precedence over ssh_options (closes #6547)
(edit) @7023 [7023] 06/14/07 15:18:36 minam default the logger output to $stderr rather than STDERR (closes #8347)
(edit) @7008 [7008] 06/12/07 17:47:05 minam Use cp -RPp instead of -a in the remote cache strategy (closes #8509)
(edit) @6966 [6966] 06/08/07 03:30:40 minam Make the UploadError exception include an array of the hosts that failed
(edit) @6953 [6953] 06/06/07 13:20:25 minam Allow roles to be declared empty
(edit) @6948 [6948] 06/05/07 16:16:17 minam Add mercurial SCM support
(edit) @6947 [6947] 06/05/07 16:10:01 minam Invoke all commands via sh (customizable via :default_shell)
(edit) @6918 [6918] 06/01/07 03:04:20 minam Make sure all directories exist on each deploy which are necessary for …
(edit) @6917 [6917] 06/01/07 02:56:42 minam Add :default_environment variable, which is applied to every command
(edit) @6716 [6716] 05/11/07 03:58:44 minam Version bump
(edit) @6715 [6715] 05/11/07 03:50:41 minam Fix some documentation typos (closes #7711)
(edit) @6714 [6714] 05/11/07 03:45:16 minam Don't retry failed connections if an explicit auth_methods list is given …
(edit) @6709 [6709] 05/09/07 05:24:21 minam Added support for load and exit callbacks, which get invoked when all …
(edit) @6708 [6708] 05/09/07 05:14:37 minam Added support for start and finish callbacks, which get invoked when any …
(edit) @6707 [6707] 05/09/07 05:05:05 minam Make capify understand simple command-line switches
Note: See TracRevisionLog for help on using the revision log.