Releases: universityofadelaide/shepherd-drupal-scaffold
Releases · universityofadelaide/shepherd-drupal-scaffold
Dsh fix to destroy network only on purge
1.0.13 Don't destroy the network on dsh stop - network id changes and contai…
Dsh nginx proxy config
Adds nginx-proxy config file to support large file uploads (#26) * Allow uploads bigger than 1M - also lets projects customise their nginx config. * Volumes must be full path, not relative. Nicer comment. * Break up connect the web container to the nginx-proxy. Start nginx-proxy first to allow running setup command from the scaffold. * Doh, wrong brackets. Exec, not variable.
Php version detection for xdebug
1.0.11 Merge pull request #27 from universityofadelaide/feature/xdebug-php-v…
Add tmp dir support
1.0.10 Release 1.0.10 add tmp dir support.
Use env var for Drupal install profile
Use an environment variable to specify the install profile instead of requiring code changes to RoboFile.php
Added stricter checking to the grep in dsh
1.0.7 Merge pull request #19 from universityofadelaide/feature/18-specific-…
Don't write to settings.php multiple times
1.0.6 Don't append to settings.php multiple times for developers.
Updated scaffold strategy
1.0.5 Shepherd scaffold no longer runs after composer install by default. (…
Add user spec to docker compose
1.0.4 Add user spec to docker compose.
Drupal scaffold provision settings files
1.0.3 Delegate to Drupal scaffold to handle creating settings.php and servi…