Aron Novak

Results 43 issues of Aron Novak

### Expected behavior `git push` `terminus remote:drush site.dev cim` Should always import the latest configuration changes that are pushed. ### Actual behavior There's a race condition, as `git push` kicks...

### Expected behavior ```bash terminus backup:restore mysite.qa --element=files --file="mysite_live_2019-12-09T03-00-00_UTC_files.tar.gz" ``` Should be able to restore the backups (from the `live` environment into `qa`), as `env:clone-content` would allow me to transfer...

https://github.com/Gizra/gizra.com/pull/796 For the sake of this blog post, but also for future reference, we could connect https://github.com/Gizra/drupal-elm-starter/tree/8.x to a Pantheon sandbox project, so merging to that branch would result in...

Could be a meaningful improvement of the Travis suite to check if after the installation process, all Drupal Features are in a default state. Likely not very interesting on this...

Some potential ways to go: - switch to MyISAM storage engine (/cc @RoySegall ) - use run-tests.sh --concurrency 8 - switch to PHP 7 at Travis

Add the check for any PHP execution to make Travis fail when something emits a PHP stack trace or warning message. For this purpose, we might even enable PHP error...