| 1 | |
|---|
| 2 | SVN |
|---|
| 3 | |
|---|
| 4 | * Added CAS-auth support. Provided by Tim Shadel. |
|---|
| 5 | |
|---|
| 6 | * Auto-scroll deployment log |
|---|
| 7 | |
|---|
| 8 | * Ability to cancel running deployments. Refactor deployment status. |
|---|
| 9 | |
|---|
| 10 | * Show recent deployments on the project page |
|---|
| 11 | |
|---|
| 12 | * A deployment comment is no longer required, it is optional from now on |
|---|
| 13 | |
|---|
| 14 | * Track deployed revisions |
|---|
| 15 | |
|---|
| 16 | * Rename 'www' role to 'web' to match Capistrano, #91 by sergio@entrecables.com |
|---|
| 17 | |
|---|
| 18 | * Support array values for configuration paramters, #93 by paradise |
|---|
| 19 | |
|---|
| 20 | * Update Capistrano to 2.5.0 |
|---|
| 21 | |
|---|
| 22 | * Update to Rails 2.1.1 |
|---|
| 23 | |
|---|
| 24 | * Allow to clone a project. Stages and configuration is cloned for now. Closes #85 |
|---|
| 25 | |
|---|
| 26 | * Add Recipe versioning with version_fu. Provided by Mathias Meyer |
|---|
| 27 | |
|---|
| 28 | * Add /projects/1/stages/1/deployments/latest. Provided by Mathias Meyer |
|---|
| 29 | |
|---|
| 30 | * Fix XML output of stage tasks. Provided by Mathias Meyer |
|---|
| 31 | |
|---|
| 32 | * Add version info XML action. Provided by Mathias Meyer |
|---|
| 33 | |
|---|
| 34 | * Update Net::SSH to 1.1.3 |
|---|
| 35 | |
|---|
| 36 | 1.3 |
|---|
| 37 | |
|---|
| 38 | * Add support for mod_rails / Phusion Passenger. Use mod_rails as project type. |
|---|
| 39 | |
|---|
| 40 | * Ability to disable host per deloy. This way host that are down do not block a deployment |
|---|
| 41 | |
|---|
| 42 | * Check syntax of recipes. Provided by Mathias Meyer |
|---|
| 43 | |
|---|
| 44 | * Ajax-Preview on recipe edit. Provided by Mathias Meyer |
|---|
| 45 | |
|---|
| 46 | * Update Capistrano to 2.2.0 and Net::SFTP to 1.1.1 |
|---|
| 47 | |
|---|
| 48 | * Better handling of `repeat` task by also repeating the description |
|---|
| 49 | |
|---|
| 50 | * Moved ActionController session key to webistrano_config.rb |
|---|
| 51 | |
|---|
| 52 | * Used template naming conventions of Rails 2.x: Provided by kosmas.schuetz@gmx.com |
|---|
| 53 | *.rhtml => *.html.erb |
|---|
| 54 | *.rjs => *.js.rjs |
|---|
| 55 | |
|---|
| 56 | * Updated to Prototype 1.6 |
|---|
| 57 | |
|---|
| 58 | * Add script/deploy Ruby script to deploy from the command line, provided by Peter J Jones <pjones@pmade.com> |
|---|
| 59 | |
|---|
| 60 | * Update included Rails version to 2.0.2 |
|---|
| 61 | |
|---|
| 62 | * Add tztime and give each user a time zone |
|---|
| 63 | |
|---|
| 64 | * Introduce a 5 second sleep between mongrel stop and start while restarting' |
|---|
| 65 | |
|---|
| 66 | * Only admins can manage projects, recipes, hosts, and users. Normal users can only view. |
|---|
| 67 | |
|---|
| 68 | * Show also all recent deployments in dashboard |
|---|
| 69 | |
|---|
| 70 | * Rename deployments DB column to description in order to prevent Oracle crash, fix #17 |
|---|
| 71 | |
|---|
| 72 | * Delete the cached stylesheet on server boot |
|---|
| 73 | |
|---|
| 74 | * A stage can list all available tasks [schacon@gmail.com] |
|---|
| 75 | |
|---|
| 76 | 1.2 |
|---|
| 77 | |
|---|
| 78 | * By default Webistrano will allocate a pty in contrast to Capistrano 2.1.0 |
|---|
| 79 | |
|---|
| 80 | * Add git support with Capistrano 2.1.0 |
|---|
| 81 | |
|---|
| 82 | * Add Capistrano 2.1.0 |
|---|
| 83 | |
|---|
| 84 | * Add experimental support for ssh_keys and ssh_ports as normal configuration parameter. |
|---|
| 85 | Currently only one SSH key is supported. |
|---|
| 86 | |
|---|
| 87 | * Highlight recipe syntax with syntax gem. |
|---|
| 88 | |
|---|
| 89 | * Distinguish roles also by ssh_port, so that multiple roles with the same IP |
|---|
| 90 | but different SSH ports will be accepted. Provided by Al Evans. |
|---|
| 91 | |
|---|
| 92 | * Add no_symlink attribute to role. Provided by Al Evans. |
|---|
| 93 | |
|---|
| 94 | 1.1 |
|---|
| 95 | |
|---|
| 96 | * Multiple UI fixes and enhancements |
|---|
| 97 | |
|---|
| 98 | * Moved recipes from project level to stage level. So multiple stages can share recipes. |
|---|
| 99 | |
|---|
| 100 | * Updated included net-ssh to 1.1.2 |
|---|
| 101 | |
|---|
| 102 | 1.0 |
|---|