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

root/tools/capistrano/lib/capistrano/configuration


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8926 [8926] 02/23/08 04:15:16 minam Add alternative server-centric role definition method
(edit) @8924 [8924] 02/22/08 04:07:16 minam Add support for :max_hosts option in task definition or run() (closes …
(edit) @8905 [8905] 02/19/08 23:39:26 minam Dynamic roles (closes #11107, thanks for the awesome patch!)
(edit) @8758 [8758] 01/31/08 04:44:50 minam Fail gracefully when double-colons are used to delimit namespaces (closes …
(edit) @7696 [7696] 09/30/07 15:23:17 minam Fix cap shell to properly recognize sudo prompt (closes #9637)
(edit) @7392 [7392] 09/01/07 15:07:40 minam version bump to preview-release number
(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) @7387 [7387] 09/01/07 03:23:51 minam Don't request a pty by default when running a command
(edit) @7302 [7302] 08/10/07 14:19:42 minam Add Namespaces#top to always return a reference to the topmost namespace
(edit) @7205 [7205] 07/21/07 21:51:44 minam Make the "no matching servers" error more sane (closes #8828)
(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) @7176 [7176] 07/10/07 17:21:52 minam Allow execute_on_servers to be called without an active task again
(edit) @7159 [7159] 07/01/07 14:15:41 minam Spelling correction in docs (closes #8825)
(edit) @7145 [7145] 06/28/07 03:14:37 minam Added support for :on_error => :continue in task definitions, allowing …
(edit) @7142 [7142] 06/27/07 15:09:20 minam DRY up the critical sections around variable accesses
(edit) @7141 [7141] 06/27/07 14:59:07 minam use a mutex per-variable, rather than for all variables, to avoid a …
(edit) @7130 [7130] 06/27/07 02:24:34 minam Use Monitor rather Mutex, so fetch() is reentrant
(edit) @7127 [7127] 06/26/07 05:11:34 minam Make variable accesses thread safe
(edit) @7043 [7043] 06/17/07 14:27:47 minam Allow the :hosts and :roles keys to accept lambdas, which will be …
(edit) @7039 [7039] 06/16/07 21:16:05 minam Make sure the connection factory is instantiated synchronously
(edit) @7009 [7009] 06/12/07 20:29:00 minam work around net::ssh's lazy requiring of files
(edit) @6953 [6953] 06/06/07 13:20:25 minam Allow roles to be declared empty
(edit) @6947 [6947] 06/05/07 16:10:01 minam Invoke all commands via sh (customizable via :default_shell)
(edit) @6917 [6917] 06/01/07 02:56:42 minam Add :default_environment variable, which is applied to every command
(edit) @6737 [6737] 05/15/07 14:56:24 minam document the start/finish and load/exit callbacks. Capfile doesn't need …
(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) @6706 [6706] 05/09/07 04:45:54 minam Make the server definition itself available to SSH channels, rather that …
(edit) @6704 [6704] 05/09/07 04:02:50 minam Uniquely identify servers based on hostname, port, and username, instead …
(edit) @6697 [6697] 05/08/07 04:31:43 minam Make sure 'desc' applies to the next defined task, in any namespace.
(edit) @6695 [6695] 05/08/07 04:12:29 minam Added before(), after(), and on() callback creation methods
(edit) @6502 [6502] 04/05/07 05:18:46 minam Make sure the sudo helper understands the SuSE dialect of the sudo …
(edit) @6497 [6497] 04/01/07 04:20:33 minam Pull the server selection code out of the task definition and into the …
(edit) @6468 [6468] 03/27/07 06:10:05 minam make the compat script more general. Add some missing deploy tasks. Make …
(edit) @6461 [6461] 03/25/07 20:02:29 minam before/after hooks for a namespace's default task can be named after the …
(edit) @6459 [6459] 03/24/07 22:28:38 minam search parent namespaces for before/after hooks (for real, this time)
(edit) @6458 [6458] 03/24/07 22:12:40 minam Search for the before/after hooks in all parent namespaces, if not found …
(edit) @6325 [6325] 03/04/07 22:05:31 minam more integration tests
(edit) @6321 [6321] 03/04/07 21:34:35 minam Make sure the CLI components integrate nicely. Make sure the Configuration …
(edit) @6313 [6313] 03/04/07 18:19:26 minam Refactored CLI stuff. Improved help system.
(edit) @6289 [6289] 03/02/07 21:33:27 minam refactor capistrano errors into a single module, with a single superclass. …
(edit) @6288 [6288] 03/02/07 17:15:11 minam start refactoring the task helper actions
(edit) @6273 [6273] 03/01/07 06:39:14 minam replace obsolete configuration tests with a failing one. Fix misnamed …
(edit) @6269 [6269] 02/28/07 19:22:51 minam make sure the logger gets passed to the gateway, and log the server.host, …
(edit) @6268 [6268] 02/28/07 19:13:13 minam connections module, and some refactoring and bolstering of other tests
(add) @6243 [6243] 02/26/07 23:59:33 minam getting started on cap 2.0
Note: See TracRevisionLog for help on using the revision log.