Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#595494 fix clone alias
During deploy, updatedb is run in a backend process on the OLD database because the new database details have not been saved to the drushrc yet, which is now the canonical source for the information
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations
#613302 - slight validation change so that schema version in current release is used when schema version in target release not defined
#475832 - set the site_url in the pre hook instead of post so that all verifications are done with the right url
#486718 by anarcat - split up admin account creation from email sendout so that it works even if client_email is not set. while i'm here, fix up the bootstrap sequence in deploy
#475832 by anarcat - fix the site_url when deploy is finished
Rebuild caches after migrate, otherwise the enabled theme gets ignored and you see an unstyled page.
drush_get_option not drush_get_context
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
Fix up the alias handling some more, such as deleting the old aliases on delete and migrate. Also fixed the email routines to point to the right file now that the conditional includes are in their own directory
Remove the provision cron and provision update commands, since we now use the ones provided by drush. Clean up the deploy process and document it more cleanly
Refactor to use the new drush conditional include api (#415108)
Move to drush_invoke instead of provision_invoke
Set packages on deploy
follow the error API changes, see #411822
#411822 - refactor to use drush_bootstrap. This also should fix #408810.
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants
Migration from 5 to 6 to 7 now fully working. Still lacking dependency checking, so caveat emptor
Provide a layer of conditional includes for specific Drupal versions. One provision install can now drive Drupal 5, 6 and 7 platforms, without needing anything additional downloaded.
Added script to change file paths in sites table. We can now handle site migrations
Added migrate command. Can no go drush.php provision migrate somesite.com /path/to/other/platform, and it will re-deploy it on the new platform, cleaning up after itself. with full rollback. It will also run any outstanding updates, which means we now (theoretically) have both major and minor version upgrades. What is missing is version checking to ensure you are not deploying on a platform with missing packages etc.
Fix update command, is now called during deploy. Provision can now upgrade between minor versions and major versions. Still missing migrate command
Fix some issues with backups, and add deploy command to re-deploy backups as new sites.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |