- 29 May, 2015 1 commit
-
-
Christopher Gervais authored
-
- 28 May, 2015 2 commits
-
-
Herman van Rink authored
drupal_set_message is ignored in the Drush output.
-
Herman van Rink authored
-
- 27 May, 2015 1 commit
-
-
Herman van Rink authored
-
- 20 May, 2015 4 commits
-
-
Christopher Gervais authored
-
Herman van Rink authored
This reverts commit 24ecfd44.
-
Herman van Rink authored
-
Herman van Rink authored
-
- 11 May, 2015 1 commit
-
-
Christopher Gervais authored
-
- 08 May, 2015 6 commits
-
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
- 07 May, 2015 1 commit
-
-
Christopher Gervais authored
-
- 04 May, 2015 1 commit
-
-
Christopher Gervais authored
-
- 22 Apr, 2015 3 commits
-
-
Herman van Rink authored
-
Herman van Rink authored
-
Christopher Gervais authored
Issue #2475527: Catch additional DB connection failures, and provide more meaningful error messages.
-
- 20 Apr, 2015 2 commits
-
-
Christopher Gervais authored
-
Christopher Gervais authored
This directive is deprecated in Apache 2.4+, and so should be removed at some point.
-
- 17 Apr, 2015 10 commits
-
-
Christopher Gervais authored
Conflicts: db/Provision/Service/db/mysql.php provision.api.php
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
Christopher Gervais authored
-
- 16 Apr, 2015 2 commits
-
-
anarcat authored
-
anarcat authored
we rewrite the dump code completely, stealing bits from safe_shell_exec() for the DB credentials, to directly do the search and replace of certain patterns ourselves. this simplifies the pipeline and should also improve performance (because we avoid forking sed twice), unless some memory leaks exist in PHP (which is quite possible). we process the dump one line at a time so memory usage shouldn't be higher. the previous code would not catch errors from mysqldump because the "sed" pipeline would succeed and therefore hide error from earlier in the pipeline. we would need "set -o pipefail" in bash to workaround this issue, but that is not portable and, let's be honest, there already enough crap here as it is to warrant a cleanup. previous attempt at fixing this issue (#2098289) are sometimes unsuccesful because some dumps fail later than 1024 bytes. we still keep that check just in case. the bug (#1324466) was introduced in 571b63de, present since the 1.1 release. this should be refactored to make safe_shell_exec() allow for a hook to modify the dumpfile inline, but for now i just wanted to port a working prototype in place.
-
- 15 Apr, 2015 3 commits
-
-
Christopher Gervais authored
Issue #2471805: Add hook_provision_deploy_options_alter() invocations to migrate and restore, and document it in te API.
-
Christopher Gervais authored
-
Herman van Rink authored
Provision_Context_server->verify dispatches to verify_server_cmd instead of verify.
-
- 09 Apr, 2015 1 commit
-
-
Herman van Rink authored
-
- 27 Mar, 2015 2 commits
-
-
Herman van Rink authored
-
Herman van Rink authored
-