Marcos Cano
Marcos Cano
Currently error messages when an AJAX call fails are quite short: ``` AfterStep # Drupal\DrupalExtension\Context\MinkContext::afterJavascriptStep() Unable to complete AJAX request. (RuntimeException) ``` or ``` And I wait for AJAX to...
Is there a reason we don't have a command to trigger an environment update (code switch), using the `/api/v1/update` endpoint? I can work on a proposal for this, but wanted...
On the 10.x-dev branch, the `acsf_tools_config.default.yml` file doesn't contain a `root_domain` key. However, the code in `\Drush\Commands\acsf_tools\AcsfToolsUtils::getRestConfig()` is assuming it's present: ``` $config = new \stdClass(); $config->site_id = $yaml['site_id']; $config->username...