0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make UPPERCASE variables work More... over 18 years ago
Added rails_env variable (defaults to production) for use by tasks that employ the RAILS_ENV environment variable More... over 18 years ago
Set :actor key on SSH channel instances. Add Actor.default_io_proc More... over 18 years ago
Set release date in changelog More... over 18 years ago
Handle ssh password prompts like "someone's password:" (closes #3290) More... over 18 years ago
Make CLI#echo available as a class method. Add CLI#with_echo. Make the default password prompt available as a class method. Add documentation for the CLI class. Fix bug in Net::SFTP version detection. More... over 18 years ago
Add a sanity check to make sure the correct versions of Net::SSH and Net::SFTP are installed More... over 18 years ago
Added a cleanup task to remove unused releases from the deployment directory More... over 18 years ago
Allow password to be reentered on sudo if it was entered incorrectly More... over 18 years ago
Use && as the command separator for the checkouts, so that errors are caught early. More... over 18 years ago
Use new connection.ping! in latest Net::SSH, and bump minimum required net-ssh version More... over 18 years ago
Ping each SSH connection every 1s during command processing so that long-running commands don't cause the connection to timeout. Add a 0.01s sleep during the command loop so that the CPU doesn't go ballistic while ST is doing its thing. More... over 18 years ago
switchtower: add :restart_via variable for specifying whether restart ought to use :sudo (default, use sudo) More... over 18 years ago
Get rid of some debugging output in the svn test More... over 18 years ago
Use SFTP for file transfers (when available). Version bump. Add Net::SFTP as a dependency in the gemspec. More... over 18 years ago
switchtower: add an "update_current" task that will do an svn up on the current release More... over 18 years ago
switchtower: use the :checkout variable to determine what operation to use for svn checkouts (instead of co, like "export"). Also fix a broken test. More... over 18 years ago
switchtower: clean up the rake task descriptions a bit More... over 18 years ago
switchtower: the rails rake tasks now load ST directly, instead of invoking it via system More... over 18 years ago
Added ssh_options variable to configure the SSH connection parameters (closes #2734) More... over 18 years ago
switchtower: depend on Net::SSH 1.0.3 (to resolve windows/pageant issues) More... over 18 years ago
switchtower: include rake package tasks in rakefile More... over 18 years ago
switchtower: restart uses process/reaper, not "process reaper" More... over 18 years ago
Fix the heredocs to use <<-, so that textmate highlights them correctly More... over 18 years ago
Use process reaper instead of custom reap script for restarting More... over 18 years ago
Use -S switch to set variables before reading recipe files #2242 More... over 18 years ago
Update changelog More... over 18 years ago
Have setup.rb create a switchtower.cmd file on Win32 platforms More... over 18 years ago
Add diff_from_last_deploy to the rails switchtower rakefile template More... over 18 years ago
switchtower: add diff_from_last_deploy task (currently only works with subversion) More... over 18 years ago